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


IMarshal.UnmarshalInterface 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.UnmarshalInterface Method
ArcGIS Developer Help

IMarshal.UnmarshalInterface Method

[Visual Basic .NET]
Public Sub UnmarshalInterface ( _
    ByVal pStm As IStream, _
    ByRef riid As Guid&, _
    ByRef ppv As IntPtr& _
)
[C#]
public void UnmarshalInterface (
    IStream pStm,
    ref Guid& riid,
    ref IntPtr& ppv
);
[C++]
HRESULT UnmarshalInterface(
  IStream* pStm,
  System.Guid* riid,
  System.IntPtr** ppv
);
[C++]
Parameters
pStm [in]

pStm is a parameter of type IStream* riid [in]
riid is a parameter of type System.Guid* ppv [out]
ppv is a parameter of type void**

Product Availability

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

See Also

IMarshal Interface