Retrieves the error mode for the current process
#include <WinAPIDiag.au3>
_WinAPI_GetErrorMode ( )
Success: | The process error mode ($SEM_*). |
Failure: | 0. |
This function requires Windows Vista or later.
Search GetErrorMode in MSDN Library.