IBDA_LNBInfo::get_LocalOscilatorFrequencyLowBand method (bdaiface.h)
[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]
The get_LocalOscilatorFrequencyLowBand method retrieves the low band of the local oscillator frequency.
Syntax
HRESULT get_LocalOscilatorFrequencyLowBand(
[out] ULONG *pulLOFLow
);
Parameters
[out] pulLOFLow
Pointer that receives the low band of the frequency. 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 value
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | bdaiface.h |