IMarshal::MarshalInterface Method (IStream^, Guid, IntPtr, UInt32, IntPtr, UInt32)

 
Namespace:   Microsoft.VisualStudio.OLE.Interop
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
Return to top
Show: