IATSCTuningSpace::put_MaxMinorChannel 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_MaxMinorChannel method gets the highest minor channel number for this tuning space.
Syntax
HRESULT put_MaxMinorChannel(
[in] long NewMaxMinorChannelVal
);
Parameters
[in] NewMaxMinorChannelVal
The highest minor channel.
Return value
Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.
Remarks
This property must be set before calling put_MinMinorChannel to avoid the case where the minimum minor channel is greater than the maximum minor channel. Both properties default to -1 (not set).
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows�XP [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | tuner.h |