TIMECAPS
The TIMERCAPS structure contains information about the resolution of the timer.
typedef struct {
UINT wPeriodMin;
UINT wPeriodMax;
} TIMECAPS;
Members
wPeriodMin
Minimum supported resolution.
wPeriodMax
Maximum supported resolution.
Requirements
** Windows NT/2000/XP:** Included in Windows NT 3.1 and later.
** Windows 95/98/Me:** Included in Windows 95 and later.
** Header:** Declared in Mmsystem.h; include Windows.h.
See Also