CreateErrorInfo.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

CreateErrorInfo (OLE32.@)

SYNOPSIS

HRESULT CreateErrorInfo
 (
  ICreateErrorInfo** pperrinfo
 )

DESCRIPTION

Creates an object used to set details for an error information object.

PARAMS

pperrinfo [Out] . Address where error information creation object will be stored.

RETURNS

Success: S_OK.

Failure: HRESULT code.

IMPLEMENTATION

Defined in "oleauto.h".

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

Debug channel "ole".