ITuningSpace::put_DefaultLocator method (tuner.h)
[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]
The put_DefaultLocator method sets the default locator for this tuning space.
Syntax
HRESULT put_DefaultLocator(
[in] ILocator *LocatorVal
);
Parameters
[in] LocatorVal
Pointer to the ILocator interface of the locator object.
Return value
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.
For DVB tuning spaces, the sytem type (cable, terrestrial, or satellite) of the tuning space must match the locator object. Otherwise, the method returns DISP_E_TYPEMISMATCH. For more information, see IDVBTuningSpace::put_SystemType.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows�XP [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | tuner.h |