SetErrorInfo (OLE32.@)
HRESULT SetErrorInfo ( ULONG dwReserved, IErrorInfo* perrinfo )
Sets the error information object for the current thread.
dwReserved | [In] | Reserved. Must be zero. |
perrinfo | [In] | Error information object. |
Success: S_OK.
Failure: E_INVALIDARG if dwReserved is not zero.
Defined in "oleauto.h".
Implemented in "dlls/ole32/errorinfo.c". source.winehq.org/source/dlls/ole32/errorinfo.c
Debug channel "ole".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2008.