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
Defined in "oleauto.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/ole32/errorinfo.c".
- Debug channel "ole".