Microsoft DirectX 8.1 (C++)

IGuideDataEvent::ProgramDeleted

The ProgramDeleted method is called by the TIF when the specified program has been deleted.

Syntax

HRESULT ProgramDeleted(
  VARIANT  varProgramDescriptionID
);

Parameters

varProgramDescriptionID

[in]  VARIANT containing the Description.ID of the program 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