SleepTillTick (Compact 2013)
3/28/2014
This function suspends the current thread until the next system tick.
Syntax
void SleepTillTick();
Parameters
None.
Return Value
None.
Remarks
A thread can relinquish the remainder of its time slice by calling this function.
Note
To use SleepTillTick, you must set WINCEOEM to 1.
Requirements
Header |
pkfuncs.h |
Library |
coredll.lib |