Microsoft DirectX 8.1 (C++) |
The get_LowOscillator method retrieves the low oscillator frequency in decaHertz (dhz).
Syntax
HRESULT get_LowOscillator(
long* pLowOscillator
);
Parameters
pLowOscillator
[out] Specifies the address of a long integer to receive the low oscillator frequency.
Return Values
Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.
See Also