Microsoft DirectX 9.0 |
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.
See Also