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.

QuickInfo

  Windows NT: Requires version 3.1 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in mmsystem.h.

See Also

Multimedia Timers Overview, Multimedia Timer Structures