.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SetLastError 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSetLastError\fR (KERNEL32.@) .SH SYNOPSIS void SetLastError ( DWORD \fIerror\fR ) .SH PARAMS \fB[In]\fR Per-thread \fIerror\fR code. .PP .SH DESCRIPTION .PP Sets the last-\fIerror\fR code. .SH RETURNS .PP Nothing. .SH IMPLEMENTATION .PP Declared in \fB"npapi.h"\fR. .PP Implemented in \fB"dlls/kernel32/thread.c"\fR. .PP Debug channel \fB"thread"\fR.