Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This function returns the lowest 32 bits of the frequency of the high-resolution performance counter.
DWORD timeGetHardwareFrequency(void);
Parameters
None.
Return Values
Lowest 32 bits of the frequency of the high-resolution performance counter.
Remarks
You may need to implement a high-resolution performance counter for your hardware platform. If the hardware does not support a high frequency counter, this function returns zero (0).
Requirements
OS Versions: Windows CE .NET 4.2 and later.
Header: Mmsystem.h.
Link Library: Mmtimer.lib.
See Also
Send Feedback on this topic to the authors