SleepTillTick (Windows CE 5.0)
This function suspends the execution of the current thread until the next system tick.
void SleepTillTick();
Parameters
None.
Return Values
None.
Remarks
A thread can relinquish the remainder of its time slice by calling this function.
Note To use SleepTillTick, you must set WINCEOEM=1.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Pkfuncs.h.
Link Library: Coredll.lib.
See Also
Send Feedback on this topic to the authors