TIMECAPS structure (timeapi.h)

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)

See also

Multimedia Timer Structures

Multimedia Timers

Timer Resolution

timeGetDevCaps