Share via


SleepTillTick (Windows Embedded CE 6.0)

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

See Also

Reference

Kernel Functions