SetErrorInfo(3w)
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 "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/ole32/errorinfo.c".
- Debug channel "ole".