Microsoft DirectX 9.0 |
The Clone method creates a copy of the Locator.
Syntax
HRESULT Clone(
ILocator** ppNewLocator
);
Parameters
ppNewLocator
[out] Address of an ILocator interface pointer that will receive the returned interface.
Return Values
Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.
See Also