Microsoft DirectX 8.1 (C++) |
The ScheduleDeleted method is called by the TIF when the schedule entry with the specified Description.ID has been deleted.
Syntax
HRESULT ScheduleDeleted(
VARIANT varScheduleEntryDescriptionID
);
Parameters
varScheduleEntryDescriptionID
[in] VARIANT containing the Description.ID of the schedule entry that was deleted.
Return Values
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
Return code | Description |
S_OK | The method succeeded. |
Remarks
The event consumer is not required to support this event. The consumer may return E_NOTIMPL.
"Description.ID" is shorthand for the metaproperty of MetaPropertyType "ID" within the standard Guide Store MetaPropertySet named "Description." For more information, see Metaproperties.
See Also