ITuneRequestInfo::GetComponentData
Microsoft DirectShow 9.0 |
ITuneRequestInfo::GetComponentData
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 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.
Requirements
Header: Include bdatif.h.
See Also