Microsoft DirectX 8.1 (C++) |
The put_DefaultLocator method sets the default locator for a tuning space.
Syntax
HRESULT put_DefaultLocator(
ILocator* pLocatorVal
);
Parameters
pLocatorVal
[in] Pointer to an ILocator interface on the object to be set as the default Locator.
Return Values
Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.
Remarks
See ITuningSpace::get_DefaultLocator for more information about the default locator.
See Also