[Visual Basic .NET]
Public Sub GetUnmarshalClass ( _
ByRef riid As Guid&, _
ByVal pv As IntPtr, _
ByVal dwDestContext As Integer, _
ByVal pvDestContext As IntPtr, _
ByVal mshlflags As Integer, _
ByRef pCid As Guid& _
)
[C#]
public void GetUnmarshalClass (
ref Guid& riid,
ref IntPtr pv,
ref uint dwDestContext,
ref IntPtr pvDestContext,
ref uint mshlflags,
ref Guid& pCid
);
[C++]
HRESULT GetUnmarshalClass(
GUID* riid,
pv* pv,
Unsigned long dwDestContext,
pvDestContext* pvDestContext,
Unsigned long mshlflags,
GUID* pCid
);
[C++]
Parameters
riid [in]
riid is a parameter of type GUID
pv [in]
pv is a parameter of type
dwDestContext [in]
dwDestContext is a parameter of type Unsigned long
pvDestContext [in]
pvDestContext is a parameter of type
mshlflags [in]
mshlflags is a parameter of type Unsigned long
pCid [out]
pCid is a parameter of type GUID
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.
See Also
IMarshal Interface