Share via


CPUSetSysTimerCount Routine

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

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.