.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH RtlGetLastWin32Error 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBRtlGetLastWin32Error\fR (NTDLL.@) .SH SYNOPSIS DWORD RtlGetLastWin32Error ( ) .SH DESCRIPTION .PP Get the current per-thread error value set by a system function or the user. .SH PARAMS None. .PP .SH RETURNS .PP The current error value for the thread, as set by \fBSetLastWin32Error(3w)\fR or \fBSetLastError(3w)\fR. .SH IMPLEMENTATION .PP Declared in \fB"winternl.h"\fR. .PP Implemented in \fB"dlls/ntdll/error.c"\fR. .PP Debug channel \fB"ntdll"\fR.