StallExecution (Windows Embedded CE 6.0)
1/6/2010
This function stalls the caller on the current processor for a given interval.
Syntax
VOID StallExecution(
DWORD dwMicroSec
);
Parameters
- dwMicroSec
[in] Specifies the number of microseconds to delay.
Return Value
None.
Remarks
CalibrateStallCounter should be called prior to a call to StallExecution, to increase the accuracy of the delay interval.
Requirements
Header | ceddk.h |
Library | CEDDK.lib |
Windows Embedded CE | Windows CE 5.0 and later |
See Also
Reference
CEDDK Dynamic-Link Library Bus Access Functions
CalibrateStallCounter