NAME

RtlSetThreadErrorMode  (NTDLL.@)

SYNOPSIS

 NTSTATUS RtlSetThreadErrorMode
 (
  DWORD   mode,
  LPDWORD oldmode
 )

DESCRIPTION

Set the thread local error mode.

PARAMS

mode [In] The new error mode.
oldmode [Out] Destination of the old error mode (may be NULL).

RETURNS

Success: STATUS_SUCCESS

Failure: STATUS_INVALID_PARAMETER_1

IMPLEMENTATION

Declared in "winternl.h". https://source.winehq.org/source/include/winternl.h

Implemented in "dlls/ntdll/rtl.c". https://source.winehq.org/source/dlls/ntdll/rtl.c

Debug channel "ntdll".


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