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
IMPLEMENTATION
Defined in "objbase.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/ole32/marshal.c".
- Debug channel "ole".