开发者

What is counterpart of SIGKILL(in POSIX) in WIN32

开发者 https://www.devze.com 2023-01-25 01:07 出处:网络
What is c开发者_运维百科ounterpart of SIGKILL(in POSIX) in WIN32. VS cannot recognize SIGKILL.API function TerminateProcess is probably closest. SIGKILL is special anyway in POSIX and not really a sig

What is c开发者_运维百科ounterpart of SIGKILL(in POSIX) in WIN32. VS cannot recognize SIGKILL.


API function TerminateProcess is probably closest. SIGKILL is special anyway in POSIX and not really a signal. You need to open the process handle with OpenProcess and close it afterwards with CloseHandle.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号