SetErrorInfo.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

SetErrorInfo (OLE32.@)

SYNOPSIS

HRESULT SetErrorInfo
 (
  ULONG       dwReserved,
  IErrorInfo* perrinfo
 )

DESCRIPTION

Sets the error information object for the current thread.

PARAMS

dwReserved [In] Reserved. Must be zero.

perrinfo [In] Error information object.

RETURNS

Success: S_OK.

Failure: E_INVALIDARG if dwReserved is not zero.

IMPLEMENTATION

Defined in "oleauto.h".

Implemented in "dlls/ole32/errorinfo.c".

Debug channel "ole".