_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.
TODO
This function does not have a proper implementation; the error mode is
never used.
IMPLEMENTATION
Not defined in a Wine header. The function is either undocumented, or
missing from Wine.
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/msvcrt/errno.c".
- Debug channel "msvcrt".