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

Function IsProcessRunning

Win32Lib/Win32Lib.cpp:327–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325}
326
327bool IsProcessRunning(HANDLE handle)
328{
329 return (::WaitForSingleObject(handle, 0) == WAIT_TIMEOUT);
330}
331
332MutexLock::MutexLock(HANDLE hMutex) :
333 m_hMutex(hMutex)

Callers

nothing calls this directly

Calls 1

WaitForSingleObjectFunction · 0.85

Tested by

no test coverage detected