timeapi.h header
This header is used by Windows Multimedia. For more information, see:
timeapi.h contains the following programming interfaces:
Functions
timeBeginPeriod The timeBeginPeriod function requests a minimum resolution for periodic timers. |
timeEndPeriod The timeEndPeriod function clears a previously set minimum timer resolution. |
timeGetDevCaps The timeGetDevCaps function queries the timer device to determine its resolution. |
timeGetSystemTime The timeGetSystemTime function retrieves the system time, in milliseconds. |
timeGetTime The timeGetTime function retrieves the system time, in milliseconds. The system time is the time elapsed since Windows was started. |
Structures
TIMECAPS The TIMECAPS structure contains information about the resolution of the timer. |