IMarshal2.MarshalInterface Method (IStream, Guid%, IntPtr, UInt32, IntPtr, UInt32)

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Dichiarazione
Sub MarshalInterface ( _
    pstm As IStream, _
    ByRef riid As Guid, _
    pv As IntPtr, _
    dwDestContext As UInteger, _
    pvDestContext As IntPtr, _
    MSHLFLAGS As UInteger _
)
'Utilizzo
Dim instance As IMarshal2
Dim pstm As IStream
Dim riid As Guid
Dim pv As IntPtr
Dim dwDestContext As UInteger
Dim pvDestContext As IntPtr
Dim MSHLFLAGS As UInteger

instance.MarshalInterface(pstm, riid, _
    pv, dwDestContext, pvDestContext, _
    MSHLFLAGS)
void MarshalInterface(
    IStream pstm,
    ref Guid riid,
    IntPtr pv,
    uint dwDestContext,
    IntPtr pvDestContext,
    uint MSHLFLAGS
)
void MarshalInterface(
    [InAttribute] IStream^ pstm, 
    [InAttribute] Guid% riid, 
    [InAttribute] IntPtr pv, 
    [InAttribute] unsigned int dwDestContext, 
    [InAttribute] IntPtr pvDestContext, 
    [InAttribute] unsigned int MSHLFLAGS
)
abstract MarshalInterface : 
        pstm:IStream * 
        riid:Guid byref * 
        pv:IntPtr * 
        dwDestContext:uint32 * 
        pvDestContext:IntPtr * 
        MSHLFLAGS:uint32 -> unit 
function MarshalInterface(
    pstm : IStream, 
    riid : Guid, 
    pv : IntPtr, 
    dwDestContext : uint, 
    pvDestContext : IntPtr, 
    MSHLFLAGS : uint
)

Parameters

Implements

IMarshal.MarshalInterface(IStream, Guid%, IntPtr, UInt32, IntPtr, UInt32)

.NET Framework Security

See Also

Reference

IMarshal2 Interface

IMarshal2 Members

MarshalInterface Overload

Microsoft.VisualStudio.OLE.Interop Namespace