MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / GetExitCodeProcess

Function GetExitCodeProcess

Win32Lib/Win32Lib.cpp:439–445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

437}
438
439DWORD GetExitCodeProcess(HANDLE hProcess)
440{
441 DWORD exitCode;
442 if (!::GetExitCodeProcess(hProcess, &exitCode))
443 ThrowLastError("GetExitCodeProcess");
444 return exitCode;
445}
446
447DWORD GetExitCodeProcess(const Handle& hProcess)
448{

Callers 1

IsRunningMethod · 0.85

Calls 1

ThrowLastErrorFunction · 0.85

Tested by

no test coverage detected