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

Method GetPid

NoEye_Service/CProcess.cpp:143–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141 }
142
143 DWORD CProcess::GetPid()
144 {
145 return GetProcessId(this->hProcess);
146 }
147 DWORD CProcess::GetParentPid()
148 {
149 ULONG_PTR pbi[6];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected