NdisGetSystemUpTime (Windows CE 5.0)

Send Feedback

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

NdisGetCurrentSystemTime

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.