###User Defined Function###
_WinAPI_GetExitCodeProcess

###Description###
Retrieves the termination status of the specified process.

###Syntax###
#include <WinAPIProc.au3>
_WinAPI_GetExitCodeProcess ( $hProcess )


###Parameters###
@@ParamTable@@
$hProcess
	Handle to the process.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success 	The process termination status. If the process has not terminated and the function succeeds,
	the status returned is STILL_ACTIVE (259).
Failure 	0, call <a href="_WinAPI_GetLastError.htm">_WinAPI_GetLastError()</a> to get extended error information.
@@End@@


###Remarks###
None


###Related###


###See Also###
@@MsdnLink@@ GetExitCodeProcess


###Example###
@@IncludeExample@@
