TIMECAPS (Compact 2013)

3/26/2014

This structure contains information about the resolution of the timer.

Syntax

typedef struct timecaps_tag {
  UINT wPeriodMin; 
  UINT wPeriodMax; 
} TIMECAPS, *PTIMECAPS;

Members

  • wPeriodMin
    Minimum period supported.
  • wPeriodMax
    Maximum period supported.

Requirements

Header

mmsystem.h

See Also

Reference

Timer Driver Structures
timeGetDevCaps

Other Resources

Time Reference