Microsoft DirectX 9.0

IBDA_LNBInfo::get_LocalOscilatorFrequencyHighBand

The get_LocalOscilatorFrequencyHighBand method retrieves the high band of the local oscillator frequency.

Syntax

HRESULT get_LocalOscilatorFrequencyHighBand(
  ULONG*  pulLOFHigh
);

Parameters

  pulLOFHigh

[out]  Pointer that receives the high band value. The units are 1 Hz x the frequency multiplier, where the frequency multiplier is the value returned by the IBDA_FrequencyFilter::get_FrequencyMultiplier method. The default frequency multiplier is 1000, so the default units are kilohertz (kHz).

Return Values

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

See Also