NdisGetSystemUpTimeEx - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ndis.h

VOID NdisGetSystemUpTimeEx(
  [out] PLARGE_INTEGER pSystemUpTime
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ndis-ndisgetsystemuptimeex)

NdisGetSystemUpTimeEx function

Description

The NdisGetSystemUpTimeEx function returns the number of milliseconds that have elapsed since the computer was restarted.

Parameters

pSystemUpTime [out]

A pointer to a caller-supplied LARGE_INTEGER variable in which this function returns the time, in milliseconds, since the computer was last restarted.

Remarks

NDIS drivers should call the NdisGetSystemUpTimeEx function instead of the NdisGetSystemUpTime function.

See also

NdisGetSystemUpTime