table of contents
other versions
- wheezy 1.4.1-4
CoUnmarshalHresult(3w) | Wine API | CoUnmarshalHresult(3w) |
NAME¶
CoUnmarshalHresult (OLE32.@)SYNOPSIS¶
HRESULT CoUnmarshalHresult(
LPSTREAM pStm,
HRESULT* phresult
)
DESCRIPTION¶
Unmarshals an HRESULT value from a stream.PARAMS¶
pStm [In] Stream that hresult will be unmarshalled from. phresult [In] Pointer to HRESULT where the value will be unmarshalled to.RETURNS¶
Success: S_OK Failure: A COM error code.SEE ALSO¶
CoMarshalHresult().IMPLEMENTATION¶
Declared in "objbase.h". Implemented in "dlls/ole32/marshal.c". Debug channel "ole".Oct 2012 | Wine API |