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

Method CProcess

NoEye_Service/CProcess.cpp:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3namespace Process
4{
5 CProcess::CProcess()
6 {
7 this->ProcessName = "";
8 this->hProcess = GetCurrentProcess();
9 }
10 CProcess::CProcess(DWORD dwProcessId, DWORD dwDesiredAccess)
11 {
12 this->ProcessName = "";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected