This document is archived and information here might be outdated.  Recommended version.


IMarshal.GetMarshalSizeMax Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IM > IMarshal Interface > IMarshal.GetMarshalSizeMax Method
ArcGIS Developer Help

IMarshal.GetMarshalSizeMax Method

[Visual Basic .NET]
Public Sub GetMarshalSizeMax ( _
    ByRef riid As Guid&, _
    ByVal pv As IntPtr, _
    ByVal dwDestContext As Integer, _
    ByVal pvDestContext As IntPtr, _
    ByVal mshlflags As Integer, _
    ByRef pSize As Integer _
)
[C#]
public void GetMarshalSizeMax (
    ref Guid& riid,
    ref IntPtr pv,
    ref uint dwDestContext,
    ref IntPtr pvDestContext,
    ref uint mshlflags,
    ref uint pSize
);
[C++]
HRESULT GetMarshalSizeMax(
  System.Guid* riid,
  System.IntPtr* pv,
  Unsigned long dwDestContext,
  System.IntPtr* pvDestContext,
  Unsigned long mshlflags,
  System.UInt32* pSize
);
[C++]
Parameters
riid [in]

riid is a parameter of type System.Guid* pv [in]
pv is a parameter of type void* dwDestContext [in]
dwDestContext is a parameter of type unsigned long pvDestContext [in]
pvDestContext is a parameter of type void* mshlflags [in]
mshlflags is a parameter of type unsigned long pSize [out]
pSize is a parameter of type unsigned long*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IMarshal Interface