Timer Driver Functions (Windows Embedded CE 6.0)

1/6/2010

The following table shows the timer driver functions.

Programming element Description

timeBeginPeriod

This function sets the minimum timer resolution for an application or device driver.

timeEndPeriod

This function clears a previously set minimum timer resolution.

timeGetDevCaps

This function queries the timer device to determine its resolution.

timeGetHardwareFrequency

This function returns the lowest 32 bits of the frequency of the high-resolution performance counter.

timeGetTimeSinceInterrupt

This function returns 0xFFFFFFFF.

timeGetSystemTime

This function retrieves the system time, in milliseconds.

timeGetTime

This function retrieves the system time, in milliseconds.

timeKillEvent

This function cancels a specified timer event.

timeSetEvent

This function starts a specified timer event.

See Also

Other Resources

Timer Driver Reference
Time Reference