Microsoft DirectX 9.0 |
The get_LowOscillator method retrieves the low oscillator frequency.
Syntax
HRESULT get_LowOscillator(
long* pLowOscillator
);
Parameters
pLowOscillator
[out] Receives the low oscillator frequency. in kilohertz (kHz).
Return Values
Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.
See Also