Microsoft DirectX 9.0

IDVBSTuningSpace::put_InputRange

The put_InputRange method sets a value indicating which option or switch contains the requested signal source.

Syntax

HRESULT put_InputRange(
  long  InputRange
);

Parameters

InputRange

[in] Specifies a value indicating which option or switch contains the requested signal source as a long integer.

Return Values

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

See Also