Microsoft DirectX 9.0

IAnalogTVTuningSpace::get_MaxChannel

The get_MaxChannel method gets the highest channel number for this tuning space.

Syntax

HRESULT get_MaxChannel(
  long*  pMaxChannelVal
);

Parameters

pMaxChannelVal

[out] Pointer to a variable of type long that receives the value for the highest channel.

Return Values

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

Remarks

For example, an NTSC tuning space connected to an antenna would return 69.

See Also