Scroll to navigation

SetLastError(3w) Wine API SetLastError(3w)

NAME

SetLastError (KERNEL32.@)

SYNOPSIS

void SetLastError
(
DWORD error
)
 

PARAMS

[In] Per-thread error code.
 

DESCRIPTION

Sets the last- error code.
 

RETURNS

Nothing.
 

IMPLEMENTATION

Declared in "npapi.h".
Implemented in "dlls/kernel32/thread.c".
Debug channel "thread".
Oct 2012 Wine API