开发者

What is counterpart of SIGKILL(in POSIX) in WIN32

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜