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 "include/msvcrt/stdlib.h". gitlab.winehq.org/wine/wine/blob/master/include/msvcrt/stdlib.h

Implemented in "dlls/msvcrt/exit.c". gitlab.winehq.org/wine/wine/blob/master/dlls/msvcrt/exit.c

Debug channel "msvcrt".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.