MCPcopy Create free account
hub / github.com/Schnocker/NoEye / IsValidProcess

Method IsValidProcess

NoEye_Service/CProcess.cpp:220–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218 }
219
220 bool CProcess::IsValidProcess()
221 {
222 if (hProcess == INVALID_HANDLE_VALUE)
223 return false;
224 return (WaitForSingleObject(this->hProcess, 0) == WAIT_TIMEOUT);
225 }
226}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected