| Microsoft DirectX 8.1 (C++) | 
The Init method initializes the Guide Store Loader by providing it with a pointer to the TIF's IGuideData interface.
Syntax
HRESULT Init(
  IGuideData*  pGuideData
);
Parameters
pGuideData
[in] Pointer to the IGuideData interface on the TIF.
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
This interface method is called by the Transport Information Filter. All Guide Data Loaders must implement this method.
See Also