Microsoft DirectX 9.0

IAnalogTVTuningSpace::put_MaxChannel

The put_MaxChannel method sets the highest channel number for this tuning space.

Syntax

HRESULT put_MaxChannel(
  long  NewMaxChannelVal
);

Parameters

NewMaxChannelVal

[in] Variable of type long that specifies the highest channel number.

Return Values

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

See Also