Microsoft DirectX 8.1 (C++) |
The GetComponentData method fills in all network-specific component data for the existing Components collection on the specified tune request.
Syntax
HRESULT GetComponentData(
ITuneRequest* pCurrentRequest
);
Parameters
pCurrentRequest
[in] Pointer to the ITuneRequest interface on the tune request.
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 and new data was added. |
S_FALSE | The method succeeded but no new data was added. |
Remarks
The Network Provider calls this method after the tuner has tuned to the specified service.
See Also