NAME

CoMarshalInterThreadInterfaceInStream  (OLE32.@)

SYNOPSIS

 HRESULT CoMarshalInterThreadInterfaceInStream
 (
  REFIID    riid,
  LPUNKNOWN pUnk,
  LPSTREAM* ppStm
 )

DESCRIPTION

Marshal an interface across threads in the same process.

PARAMS

riid [In] Identifier of the interface to be marshalled.
pUnk [In] Pointer to IUnknown-derived interface that will be marshalled.
ppStm [Out] Pointer to IStream object that is created and then used to store the marshalled interface.

RETURNS

Success: S_OK

Failure: E_OUTOFMEMORY and other COM error codes.

SEE ALSO

CoMarshalInterface, CoUnmarshalInterface and CoGetInterfaceAndReleaseStream

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