Microsoft DirectX 8.1 (C++) |
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.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
See Also