I need to check if a process with a given HANDLE is still running, I tried to do it using the following code however it always returns at the second return false, even if th
http://msdn.microsoft.com/en-us/library/ms683189%28VS.85%29.aspx
Return Value If the function succeeds, the return value is nonzero. If the function fails, the return value is zero. To get extended error information, call GetLastError.
Return Value
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended error information, call GetLastError.