in reply to Unaltered child return code on Windows
You can use OpenProcess() to get a handle to the process from its pid. And then use GetProcessExitCode() to get the return value from the handle.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Unaltered child return code on Windows
by salva (Canon) on Dec 16, 2014 at 17:49 UTC |