.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH RtlSetLastWin32Error 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBRtlSetLastWin32Error\fR (NTDLL.@) .SH SYNOPSIS void RtlSetLastWin32Error ( DWORD \fIerr\fR ) .SH DESCRIPTION .PP Set the per-thread error value. .SH PARAMS \fIerr\fR \fB[In]\fR The new error value to set. .PP .SH RETURNS .PP Nothing. .SH IMPLEMENTATION .PP Declared in \fB"winternl.h"\fR. .PP Implemented in \fB"dlls/ntdll/error.c"\fR. .PP Debug channel \fB"ntdll"\fR.