Scroll to navigation

RtlGetThreadErrorMode(3w) Wine API RtlGetThreadErrorMode(3w)

NAME

RtlGetThreadErrorMode (NTDLL.@)

SYNOPSIS

DWORD RtlGetThreadErrorMode
(
)
 

DESCRIPTION

Get the thread local error mode.
 

PARAMS

None.
 

RETURNS

The current thread local error mode.
 

IMPLEMENTATION

Declared in "winternl.h".
Implemented in "dlls/ntdll/rtl.c".
Debug channel "ntdll".
Oct 2012 Wine API