Microsoft DirectX 8.1 (C++)

IBDA_LNBInfo::get_LocalOscilatorFrequencyLowBand

The get_LocalOscilatorFrequencyLowBand method retrieves the low band of the local oscillator frequency.

Syntax

HRESULT get_LocalOscilatorFrequencyLowBand(
  ULONG*  pulLOFLow
);

Parameters

  pulLOFLow

[out]  Pointer that receives the low band of the frequency.

Return Values

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

See Also