다음을 통해 공유


IMarshal2.GetMarshalSizeMax Method (Guid%, IntPtr, UInt32, IntPtr, UInt32, 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

‘선언
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
)

Parameters

.NET Framework Security

See Also

Reference

IMarshal2 Interface

GetMarshalSizeMax Overload

Microsoft.VisualStudio.OLE.Interop Namespace