NAME

CoUnmarshalInterface  (OLE32.@)

SYNOPSIS

 HRESULT CoUnmarshalInterface
 (
  IStream* pStream,
  REFIID   riid,
  LPVOID*  ppv
 )

DESCRIPTION

Unmarshals an object from a stream by creating a proxy to the remote object, if necessary.

PARAMS

pStream [In] Stream containing the marshaled object.
riid [In] Interface identifier of the object to create a proxy to.
ppv [Out] Address where proxy will be stored.

RETURNS

Success: S_OK.

Failure: HRESULT code.

SEE ALSO

CoMarshalInterface.

IMPLEMENTATION

Defined in "objbase.h".

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

Debug channel "ole".


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