Share via


SleepTillTick (Windows CE 5.0)

Send Feedback

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

Kernel Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.