visual studio - What is counterpart of SIGKILL(in POSIX) in WIN32 -
what counterpart of sigkill(in posix) in win32. vs cannot recognize sigkill.
api function terminateprocess closest. sigkill special anyway in posix , not signal. need open process handle openprocess , close afterwards closehandle.
Comments
Post a Comment