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". https://source.winehq.org/source/include/winuser.h

Implemented in "dlls/user32/misc.c". https://source.winehq.org/source/dlls/user32/misc.c

Debug channel "win".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Apr 2024.