I'm using the GetExitCodeProcess API to determine the exit reason for a process.
When my process fails, I get the error code -1073741502.
How can this value be converted into a value that I could google for?
Thank you.
Edit: Well, 1073741502 appears on Google, but not -1073741502. Why does my error code have a minus?