Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The GetComponentData method fills in all network-specific component data for the existing Components collection on the specified tune request.
Syntax
HRESULT GetComponentData(
[in] ITuneRequest *pCurrentRequest
);
Parameters
- pCurrentRequest [in]
Pointer to the ITuneRequest interface on the tune request.
Return Value
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 | Declared in Bdatif.h. |
See Also
Error and Success Codes
ITuneRequestInfo Interface
Send comments about this topic to Microsoft
Build date: 12/4/2008