Share via


IATSCChannelTuneRequest::get_MinorChannel 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 get_MinorChannel method gets the current minor channel.

Syntax

HRESULT get_MinorChannel(
  [out] long *MinorChannel
);

Parameters

[out] MinorChannel

Receives the current minor channel. If the value received is -1, the tuner should tune to the first valid minor channel it finds.

Return value

Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.

Requirements

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

See also

IATSCChannelTuneRequest Interface