MCPcopy Create free account
hub / github.com/ElyDotDev/windows-kill / Signal

Method Signal

windows-kill-library/signal.cpp:10–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8 using std::string;
9
10 Signal::Signal(DWORD pid, DWORD_PTR type)
11 {
12 Signal::validateType(type);
13 this->type = type;
14 Signal::checkPidExist(pid);
15 this->pid = pid;
16 }
17
18 DWORD_PTR Signal::getType() {
19 return this->type;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected