Dela via


IMarshal.GetMarshalSizeMax Method

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

Syntax

'Declaration
Sub GetMarshalSizeMax ( _
    ByRef riid As Guid, _
    pv As IntPtr, _
    dwDestContext As UInteger, _
    pvDestContext As IntPtr, _
    MSHLFLAGS As UInteger, _
    <OutAttribute> ByRef pSize As UInteger _
)
void GetMarshalSizeMax(
    ref Guid riid,
    IntPtr pv,
    uint dwDestContext,
    IntPtr pvDestContext,
    uint MSHLFLAGS,
    out uint pSize
)
void GetMarshalSizeMax(
    [InAttribute] Guid% riid, 
    [InAttribute] IntPtr pv, 
    [InAttribute] unsigned int dwDestContext, 
    [InAttribute] IntPtr pvDestContext, 
    [InAttribute] unsigned int MSHLFLAGS, 
    [OutAttribute] unsigned int% pSize
)
abstract GetMarshalSizeMax : 
        riid:Guid byref * 
        pv:IntPtr * 
        dwDestContext:uint32 * 
        pvDestContext:IntPtr * 
        MSHLFLAGS:uint32 * 
        pSize:uint32 byref -> unit
function GetMarshalSizeMax(
    riid : Guid, 
    pv : IntPtr, 
    dwDestContext : uint, 
    pvDestContext : IntPtr, 
    MSHLFLAGS : uint, 
    pSize : uint
)

Parameters

  • riid
    Type: Guid%
  • pv
    Type: IntPtr
  • dwDestContext
    Type: UInt32
  • pvDestContext
    Type: IntPtr
  • MSHLFLAGS
    Type: UInt32
  • pSize
    Type: UInt32%

.NET Framework Security

See Also

Reference

IMarshal Interface

Microsoft.VisualStudio.OLE.Interop Namespace