Microsoft DirectX 9.0

IGuideDataEvent::ScheduleDeleted

The ScheduleDeleted method is called when a schedule entry has been deleted.

Currently the BDA MPEG-2 Transport Information Filter (TIF) does not support this event, so this method is not called.

Syntax

HRESULT ScheduleDeleted(
  VARIANT  varScheduleEntryDescriptionID
);

Parameters

varScheduleEntryDescriptionID

[in]  Specifies the unique identifier of the schedule entry that was deleted.

Return Values

Return S_OK if successful, or an error code.

Remarks

The event sink is not required to support this event; it may return E_NOTIMPL.

See Also