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

Method setCtrlRoutine

windows-kill-library/remote-process.cpp:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 }
23
24 void RemoteProcess::setCtrlRoutine(CtrlRoutine* the_ctrl_routine) {
25 this->the_ctrl_routine = the_ctrl_routine;
26 }
27
28 void RemoteProcess::open(void) {
29 this->handle = OpenProcess(RemoteProcess::NEEDEDACCESS, false, this->the_signal->getPid());

Callers 1

sendMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected