Share via


TIMECAPS (Windows Embedded CE 6.0)

1/6/2010

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
Windows Embedded CE Windows CE .NET 4.2 and later

See Also

Reference

Timer Driver Structures
timeGetDevCaps

Other Resources

Time Reference