Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElyDotDev/windows-kill
/ sendSignal
Function
sendSignal
windows-kill-library/windows-kill-library.cpp:10–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
using std::string;
9
10
void sendSignal(DWORD signal_pid, DWORD signal_type) {
11
Signal the_signal(signal_pid, signal_type);
12
Sender::send(the_signal);
13
}
14
15
void warmUp(const string& which) {
16
Sender::warmUp(which);
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected