Share via


IATSCTuningSpace::put_MinMinorChannel 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_MinMinorChannel method sets the lowest minor channel number ever allowed for this tuning space.

Syntax

HRESULT put_MinMinorChannel(
  [in] long NewMinMinorChannelVal
);

Parameters

[in] NewMinMinorChannelVal

Variable of type long that specifies the lowest 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 after calling put_MaxMinorChannel to avoid the case where the minimum minor channel is greater than the maximum minor channel. Both properties default to -1 (not set).

Requirements

   
Minimum supported client Windows�XP [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header tuner.h

See also

IATSCTuningSpace Interface