Debugging Tools for Windows |
The GetCurrentSystemUpTime method returns the number of seconds the current target's computer has been running since it was last started.
HRESULT
IDebugControl2::GetCurrentSystemUpTime(
OUT PULONG UpTime
);
This method may also return error values. See Return Values for more details.
GetCurrentSystemUpTime is available in IDebugControl2 and later versions.
For more information, see Target Information.
Headers: Defined in Dbgeng.h. Include Dbgeng.h.