CPUSetSysTimerCount Routine (Windows CE 5.0)

Send Feedback

This routine is prototyped as shown in the following code example.

void CPUSetSysTimerCount(DWORD dwIdleMSec);

The dwIdleMSec parameter is the millisecond delay until the next timer interrupt. This delay value is calculated with the help of CPUGetSysTimerCountMax so it is guaranteed to be supported by the timer hardware. This routine should program the timer hardware to generate a periodic interrupt with this interval.

See Also

Boilerplate Interface Routines

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.