Group: Error Handling - Library: kernel32
UINT WINAPI GetErrorMode(void);
DECLARE INTEGER GetErrorMode IN kernel32
This function has no parameters.
Returns the error mode for the current process.
Minimum OS: Vista
See also: SetErrorMode.
Group: Error Handling - Library: kernel32
UINT WINAPI GetErrorMode(void);
DECLARE INTEGER GetErrorMode IN kernel32
This function has no parameters.
Returns the error mode for the current process.
Minimum OS: Vista
See also: SetErrorMode.