Share via


TIMECAPS (Windows CE 5.0)

Send Feedback

This structure contains information about the resolution of the timer.

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

Members

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

Requirements

OS Versions: Windows CE .NET 4.2 and later.
Header: Mmsystem.h.

See Also

timeGetDevCaps | Time Reference

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.