NdisGetSystemUpTime (Windows Embedded CE 6.0)
1/6/2010
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 |
Windows Embedded CE | Windows CE .NET 4.0 and later |