Share via


NdisGetSystemUpTime (Compact 2013)

3/26/2014

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

Syntax

VOID NdisGetSystemUpTime(
  PULONG pSystemUpTime
);

Parameters

  • pSystemUpTime
    [out] Points to a caller-supplied variable in which this function returns the system uptime.

Return Value

None.

Remarks

Protocol drivers typically call NdisGetSystemUpTime.

Requirements

Header

ndis.h

Library

ndis.lib

See Also

Reference

NDIS 5.x Legacy Functions
NdisGetCurrentSystemTime