NdisGetSystemUpTimeEx (Compact 2013)
3/26/2014
This function returns the number of milliseconds that have elapsed since the device was restarted.
Syntax
VOID
NdisGetSystemUpTimeEx(
OUT PLARGE_INTEGER pSystemUpTime
);
Parameters
- pSystemUpTime
A pointer to a caller-supplied LARGE_INTEGER variable in which this function returns the time, in milliseconds, since the computer was last restarted.
Return Value
None
Remarks
NDIS drivers should call the NdisGetSystemUpTimeEx function instead of the NdisGetSystemUpTime function.
Requirements
Header |
ndis.h |