IGuideDataEvent::ScheduleEntryChanged Method
The ScheduleEntryChanged method is called by the TIF when information about one or more schedule entries has changed.
Syntax
HRESULT ScheduleEntryChanged(
[in] VARIANT varScheduleEntryDescriptionID
);
Parameters
- varScheduleEntryDescriptionID [in]
Specifies the unique identifier of the program that has changed. Call IGuideData::GetScheduleEntryProperties to get information about the program. The value of this parameter may be an empty VARIANT type (VT_EMPTY); if so, examine all of the programs to determine which ones have changed.
Return Value
Return S_OK if successful, or an error code.
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