###User Defined Function###
_WinAPI_GetProcessShutdownParameters

###Description###
Retrieves the shutdown parameters for the currently calling process.

###Syntax###
#include <WinAPISys.au3>
_WinAPI_GetProcessShutdownParameters (  )


###Parameters###
None

###ReturnValue###
@@ReturnTable@@
Success 	The shutdown priority level (see _WinAPI_SetProcessShutdownParameters()). If @extended flag is set,
	a retry dialog box for the user will be display.
Failure 	Sets the @error flag to non-zero, call <a href="_WinAPI_GetLastError.htm">_WinAPI_GetLastError()</a> to get extended error information.
@@End@@


###Remarks###
None


###Related###
_WinAPI_SetProcessShutdownParameters


###See Also###
@@MsdnLink@@ GetProcessShutdownParameters
