TAP_EPG_DeleteEvent

Topfield Documentation

bool TAP_EPG_DeleteEvent(int chType, int chNum, dword evtid);

It deletes the event event.

  • chType : Type of channel. It is defined in Tap.h.
  • chNum : Channel number
  • evtid : event id
return value : TRUE = Success, FALSE = Fail

Additional Documentation