Scroll to navigation

SetLastErrorEx(3w) Wine API SetLastErrorEx(3w)

NAME

SetLastErrorEx (USER32.@)

SYNOPSIS

void SetLastErrorEx
(
DWORD error,
DWORD type
)
 

PARAMS

error [In] Per-thread error code.
type [In] Error type.
 

DESCRIPTION

Sets the last- error code.
 

RETURNS

None.
 

IMPLEMENTATION

Declared in "winuser.h".
Implemented in "dlls/user32/misc.c".
Debug channel "win".
Oct 2012 Wine API