pythoncom.CoMarshalInterThreadInterfaceInStream
PyIStream = CoMarshalInterThreadInterfaceInStream(iid, unk
)
Marshals an interface pointer from one thread
to another thread in the same process.
Parameters
iid : PyIID
The IID of the interface to marshal.unk : PyIUnknown
The interface to marshal.