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

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -