CoMarshalInterThreadInterfaceInStream(3w)
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(3w) and CoGetInterfaceAndReleaseStream(3w)
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".