Structure for returning information about the resolution of the timer.
typedef struct timecaps_tag {
WORD wPeriodMin;
WORD wPeriodMax;
} TIMECAPS;
The TIMECAPS structure has the following fields:
wPeriodMin
Minimum period supported by timer.
wPeriodMax
Maximum period supported by timer.
timeGetDevCaps