Microsoft DirectX 8.1 (C++) |
The put_LocalOscilatorFrequencyLowBand method specifies the frequency of the local oscillator’s low band.
Syntax
HRESULT put_LocalOscilatorFrequencyLowBand(
ULONG ulLOFLow
);
Parameters
ulLOFLow
[in] Specifies the low band frequency.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
See Also