MCPcopy Create free account
hub / github.com/dobin/RedEdr / CloseTarget

Method CloseTarget

RedEdrShared/myprocess.cpp:162–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160
161
162BOOL Process::CloseTarget() {
163 if (hProcess != NULL) {
164 CloseHandle(hProcess);
165 hProcess = NULL;
166 }
167 return TRUE;
168}
169
170
171HANDLE Process::GetHandle() {

Callers 1

processinfoFunction · 0.80

Calls

no outgoing calls

Tested by 1

processinfoFunction · 0.64