###User Defined Function###
_WinAPI_GetErrorMode

###Description###
Retrieves the error mode for the current process.

###Syntax###
#include <WinAPIDiag.au3>
_WinAPI_GetErrorMode (  )


###Parameters###
None

###ReturnValue###
@@ReturnTable@@
Success 	The process error mode ($SEM_*).
Failure 	0.
@@End@@


###Remarks###
This function requires <strong>Windows Vista or later</strong>.


###Related###


###See Also###
@@MsdnLink@@ GetErrorMode
