OALGetTickCount (Windows CE 5.0)
This function returns the number of 1-millisecond ticks that have elapsed since the last system boot or reset.
UINT32 OALGetTickCount();
Parameters
None.
Return Values
Returns the number of 1-millisecond ticks that have elapsed since the last system boot or reset.
Remarks
The tick counter can overflow, but the overflow period should be approximately 30 seconds or more.
Because this function is used during system boot, it must be called before the interrupt subsystem is active.
Requirements
OS Versions: Windows CE 5.0 and later
Header: Oal_timer.h
Link Library: Developer-defined
See Also
Send Feedback on this topic to the authors