GetErrorInfo (OLE32.@)
HRESULT GetErrorInfo ( ULONG dwReserved, IErrorInfo** pperrinfo )
Retrieves the error information object for the current thread.
dwReserved | [In] | . Reserved. Must be zero. |
pperrinfo | [Out] | . Address where error information object will be stored on return. |
Success: S_OK if an error information object was set for the current thread. S_FALSE if otherwise.
Failure: E_INVALIDARG if dwReserved is not zero.
This function causes the current error information object for the thread to be cleared if one was set beforehand.
Defined in "msxml.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 Jan 2008.