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.
The TIMECAPS structure contains information about the resolution of the timer.
Syntax
typedef struct timecaps_tag {
UINT wPeriodMin;
UINT wPeriodMax;
} TIMECAPS, *PTIMECAPS, *NPTIMECAPS, *LPTIMECAPS;
Members
wPeriodMin
The minimum supported resolution, in milliseconds.
wPeriodMax
The maximum supported resolution, in milliseconds.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | timeapi.h (include Windows.h) |