Microsoft DirectX 8.1 (C++) |
The put_HighOscillator method sets the high oscillator frequency in decaHertz (dHz).
Syntax
HRESULT put_HighOscillator(
long HighOscillator
);
Parameters
HighOscillator
[in] Specifies the high oscillator frequency as a long integer.
Return Values
Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.
See Also