pythoncom.CoMarshalInterface
CoMarshalInterface(Stm, riid, Unk, DestContext, flags)
Marshals an interface into a stream
Parameters
Stm : PyIStream
An IStream interface into which marshalled interface will be
writtenriid : PyIID
IID of interface to be marshalledUnk : PyIUnknown
Base IUnknown of the object to be marshalledDestContext : int
MSHCTX_* flag indicating where object will be unmarshalledflags=MSHLFLAGS_NORMAL : int
MSHLFLAGS_* flag indicating marshalling options