CoUnmarshalHresult (OLE32.@)
HRESULT CoUnmarshalHresult ( LPSTREAM pStm, HRESULT* phresult )
Unmarshals an HRESULT value from a stream.
pStm | [In] | Stream that hresult will be unmarshalled from. |
phresult | [In] | Pointer to HRESULT where the value will be unmarshalled to. |
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 © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jan 2008.