table of contents
other versions
- wheezy 1.4.1-4
GetThreadErrorMode(3w) | Wine API | GetThreadErrorMode(3w) |
NAME¶
GetThreadErrorMode (KERNEL32.@)SYNOPSIS¶
DWORD GetThreadErrorMode(
)
DESCRIPTION¶
Get the thread local error mode.PARAMS¶
None.RETURNS¶
The current thread local error mode.IMPLEMENTATION¶
Declared in "winbase.h". Implemented in "dlls/kernel32/thread.c". Debug channel "thread".Oct 2012 | Wine API |