TIMECAPS

Structure for returning information about the resolution of the timer.

typedef struct timecaps_tag {
    WORD  wPeriodMin;
    WORD  wPeriodMax;
} TIMECAPS;

Fields

The TIMECAPS structure has the following fields:

wPeriodMin

Minimum period supported by timer.

wPeriodMax

Maximum period supported by timer.

See Also

timeGetDevCaps