IGuideDataEvent::ProgramDeleted
Microsoft DirectShow 9.0 |
IGuideDataEvent::ProgramDeleted
The ProgramDeleted method is called when a program 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 ProgramDeleted( VARIANT varProgramDescriptionID );
Parameters
varProgramDescriptionID
[in] Specifies the unique identifier of the program 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.
Requirements
Header: Include bdatif.h.
See Also