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

Method setSignal

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

Source from the content-addressed store, hash-verified

18 }
19
20 void RemoteProcess::setSignal(Signal* the_signal) {
21 this->the_signal = the_signal;
22 }
23
24 void RemoteProcess::setCtrlRoutine(CtrlRoutine* the_ctrl_routine) {
25 this->the_ctrl_routine = the_ctrl_routine;

Callers 1

sendMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected