table of contents
other versions
- wheezy 1.4.1-4
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 |