IGuideDataEvent::ProgramDeleted method (bdatif.h)
[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]
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
[in] varProgramDescriptionID
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
Requirement | Value |
---|---|
Target Platform | Windows |
Header | bdatif.h |