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

Method Kill

NoEye_Service/CProcess.cpp:118–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 }
117
118 bool CProcess::Kill()
119 {
120 return TerminateProcess(this->hProcess, 0);
121 }
122
123 bool CProcess::Open(DWORD dwDesiredAccess)
124 {

Callers 1

ServiceThreadFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected