Microsoft DirectX 8.1 (C++) |
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