Microsoft DirectX 8.1 (C++)

IDVBSTuningSpace::put_LNBSwitch

The put_LNBSwitch method sets the LNB switch frequency in decaHertz (dHz).

Syntax

HRESULT put_LNBSwitch(
  long  LNBSwitch
);

Parameters

LNBSwitch

[in] Specifies the LNB switch frequency 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