We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c26c59a commit 5127d37Copy full SHA for 5127d37
windows-kill-library/README.md
@@ -33,7 +33,7 @@ This method is the only thing you should call to send the signal to process. You
33
/// </summary>
34
/// <param name="signal_pid">The signal target process id.</param>
35
/// <param name="signal_type">The signal type.</param>
36
-void WINDOWSKILLLIBRARY_API sendSignal(DWORD signal_pid, DWORD signal_type);
+void sendSignal(DWORD signal_pid, DWORD signal_type);
37
```
38
39
This method will throw an exception in case of any error. If no exception thrown, The signal has been sent successfully.
0 commit comments