MCPcopy Create free account
hub / github.com/GameTechDev/PresentMon / IsRunning

Method IsRunning

Tests/PresentMon.cpp:448–451  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

446}
447
448bool PresentMon::IsRunning(DWORD timeoutMilliseconds) const
449{
450 return WaitForSingleObject(hProcess, timeoutMilliseconds) == WAIT_TIMEOUT;
451}
452
453void PresentMon::ExpectExited(char const* file, int line, DWORD timeoutMilliseconds, DWORD expectedExitCode)
454{

Callers 1

TerminateExistingTestFunction · 0.45

Calls

no outgoing calls

Tested by 1

TerminateExistingTestFunction · 0.36