SetLastErrorEx.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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

Defined in "winuser.h".

Implemented in "dlls/user32/misc.c".

Debug channel "win".