84669 person learning
152542 person learning
20005 person learning
5487 person learning
7821 person learning
359900 person learning
3350 person learning
180660 person learning
48569 person learning
18603 person learning
40936 person learning
1549 person learning
1183 person learning
32909 person learning
请问 Windows 下的 C++ 如何像 linux 那样调用 kill() 函数向另一个进程发送SIGXXX信号?
If the other party has a window, you can use SendMessage or PostMessageIf there is no window, you can use the kernel synchronization variable Event. The receiver uses WaitForSingleObject to wait, and the sender uses SetEvent to believe
Call the API function SendMessage or PostMessage
If the other party has a window, you can use SendMessage or PostMessage
If there is no window, you can use the kernel synchronization variable Event. The receiver uses WaitForSingleObject to wait, and the sender uses SetEvent to believe
Call the API function SendMessage or PostMessage