NAME

CoMarshalHresult  (OLE32.@)

SYNOPSIS

 HRESULT CoMarshalHresult
 (
  LPSTREAM pStm,
  HRESULT  hresult
 )

DESCRIPTION

Marshals an HRESULT value into a stream.

PARAMS

pStm [In] Stream that hresult will be marshalled into.
hresult [In] HRESULT to be marshalled.

RETURNS

Success: S_OK

Failure: A COM error code.

SEE ALSO

CoUnmarshalHresult.

IMPLEMENTATION

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 Jul 2008.