IMarshal::MarshalInterface Method (IStream^, Guid, IntPtr, UInt32, IntPtr, UInt32)
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Return to top
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
void MarshalInterface( IStream^ pstm, [InAttribute] Guid% riid, IntPtr pv, unsigned int dwDestContext, IntPtr pvDestContext, unsigned int MSHLFLAGS )
Parameters
- pstm
- Type: Microsoft.VisualStudio.OLE.Interop::IStream^
- riid
- Type: System::Guid
- pv
- Type: System::IntPtr
- dwDestContext
- Type: System::UInt32
- pvDestContext
- Type: System::IntPtr
- MSHLFLAGS
- Type: System::UInt32
Show: