Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
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 |
| Windows Embedded CE | Windows CE .NET 4.0 and later |