Microsoft DirectX 8.1 (C++)

IGuideDataLoader::Terminate

The Terminate method instructs the Guide Store Loader that it will no longer receive EPG information from the TIF.

Syntax

HRESULT Terminate();

Parameters

This method takes no parameters.

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

All Guide Data Loaders must implement this method.

See Also