Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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