Scroll to navigation

CreateErrorInfo(3w) Wine API CreateErrorInfo(3w)

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

Declared in "oleauto.h".
Implemented in "dlls/ole32/errorinfo.c".
Debug channel "ole".
Oct 2012 Wine API