CoMarshalHresult (OLE32.@)
HRESULT CoMarshalHresult ( LPSTREAM pStm, HRESULT hresult )
Marshals an HRESULT value into a stream.
pStm | [In] | Stream that hresult will be marshalled into. |
hresult | [In] | HRESULT to be marshalled. |
Success: S_OK
Failure: A COM error code.
Defined in "objbase.h".
Implemented in "dlls/ole32/marshal.c". source.winehq.org/source/dlls/ole32/marshal.c
Debug channel "ole".
Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.