Debugging Tools for Windows |
The GetCurrentProcessUpTime method returns the length of time the current process has been running.
HRESULT
IDebugSystemObjects2::GetCurrentProcessUpTime(
OUT PULONG UpTime
);
This method may also return error values. See Return Values for more details.
GetCurrentProcessUpTime is available in IDebugSystemObjects2 and later versions.
Headers: Defined in Dbgeng.h. Include Dbgeng.h.