ITuneRequest::get_Locator
Microsoft DirectShow 9.0 |
ITuneRequest::get_Locator
The get_Locator method is called from the Network Provider to get the ILocator object associated with the requested broadcast.
Syntax
HRESULT get_Locator( ILocator** ppLocator );
Parameters
ppLocator
[out] Address of an ILocator interface pointer that will be set to the new object.
Return Values
Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.
Requirements
Header: Dshow.h.
Library: Quartz.dll.
See Also