Retrieves the error mode for the current process.
SyntaxUINT GetErrorMode();
Return value
The process error mode. This function returns one of the following values.
Return code/value DescriptionEach process has an associated error mode that indicates to the system how the application is going to respond to serious errors. A child process inherits the error mode of its parent process.
To change the error mode for the process, use the SetErrorMode function.
Windows 7: Callers should favor SetThreadErrorMode over SetErrorMode since it is less disruptive to the normal behavior of the system. GetThreadErrorMode is the call function that corresponds to GetErrorMode.
Requirements Requirement Value Minimum supported client Windows Vista [desktop apps only] Minimum supported server Windows Server 2008 [desktop apps only] Target Platform Windows Header errhandlingapi.h (include Windows.h) Library Kernel32.lib DLL Kernel32.dll See also Additional resources In this articleWas this page helpful?
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4