Microsoft DirectX 8.1 (C++) |
The get_FrequencyMultiplier method retrieves the frequency multiplier.
Syntax
HRESULT get_FrequencyMultiplier(
ULONG* pulMultiplier
);
Parameters
pulMultiplier
[out] Pointer that receives the multiplier.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
See Also