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

Defined in "objbase.h".

Implemented in "dlls/ole32/marshal.c". source.winehq.org/source/dlls/ole32/marshal.c

Debug channel "ole".


Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.