Share via


NdisGetSystemUpTime

This function returns the number of milliseconds that have elapsed since the system was booted.

VOID NdisGetSystemUpTime(
  PULONG pSystemUpTime
);

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.

See Also

NdisGetCurrentSystemTime

 Last updated on Tuesday, May 18, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.