table of contents
other versions
- wheezy 1.4.1-4
_set_error_mode(3w) | Wine API | _set_error_mode(3w) |
NAME¶
_set_error_mode (MSVCRT.@)SYNOPSIS¶
int CDECL _set_error_mode(
int mode
)
DESCRIPTION¶
Set the error mode, which describes where the C run-time writes error messages.PARAMS¶
mode - the new error mode.RETURNS¶
The old error mode.IMPLEMENTATION¶
Declared in "msvcrt/stdlib.h". Implemented in "dlls/msvcrt/exit.c". Debug channel "msvcrt".Oct 2012 | Wine API |