Microsoft DirectX 8.1 (C++) |
The get_HighLowSwitchFrequency method retrieves the frequency of the high-low switch.
Syntax
HRESULT get_HighLowSwitchFrequency(
ULONG* pulSwitchFrequency
);
Parameters
pulSwitchFrequency
[in, out] Pointer that receives the frequency.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
See Also