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

SAP Web Service from .NET via WCF -

Optimized Line drawing in QT -

datetime - str to time in python -