IMarshal.MarshalInterface Method

Definition

public:
 void MarshalInterface(Microsoft::VisualStudio::OLE::Interop::IStream ^ pstm, Guid % riid, IntPtr pv, System::UInt32 dwDestContext, IntPtr pvDestContext, System::UInt32 MSHLFLAGS);
public void MarshalInterface (Microsoft.VisualStudio.OLE.Interop.IStream pstm, ref Guid riid, IntPtr pv, uint dwDestContext, IntPtr pvDestContext, uint MSHLFLAGS);
abstract member MarshalInterface : Microsoft.VisualStudio.OLE.Interop.IStream * Guid * nativeint * uint32 * nativeint * uint32 -> unit
Public Sub MarshalInterface (pstm As IStream, ByRef riid As Guid, pv As IntPtr, dwDestContext As UInteger, pvDestContext As IntPtr, MSHLFLAGS As UInteger)

Parameters

pstm
IStream
riid
Guid
pv
IntPtr

nativeint

dwDestContext
UInt32
pvDestContext
IntPtr

nativeint

MSHLFLAGS
UInt32

Applies to