IGuideDataEvent::ProgramDeleted Method
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(
[in] VARIANT varProgramDescriptionID
);
Parameters
- varProgramDescriptionID [in]
Specifies the unique identifier of the program that was deleted.
Return Value
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 | Declared in Bdatif.h. |
See Also
Error and Success Codes
IGuideDataEvent Interface
Send comments about this topic to Microsoft
Build date: 12/4/2008