NdisGetSystemUpTime (Windows CE 5.0)
This function returns the number of milliseconds that have elapsed since the system was booted.
VOID NdisGetSystemUpTime(PULONGpSystemUpTime);
Parameters
- pSystemUpTime
[out] Points to a caller-supplied variable in which this function returns the system uptime.
Return Values
None.
Remarks
Protocol drivers typically call NdisGetSystemUpTime.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Ndis.h.
Link Library: Ndis.lib
See Also
Send Feedback on this topic to the authors