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


ITypeInfo.RemoteGetDllEntry Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalystUI > ESRI.ArcGIS.TrackingAnalystUI > Interfaces > IT > ITypeInfo Interface > ITypeInfo.RemoteGetDllEntry Method
ArcGIS Developer Help

ITypeInfo.RemoteGetDllEntry Method

[Visual Basic .NET]
Public Sub RemoteGetDllEntry ( _
    ByVal memid As Integer, _
    ByVal invkind As tagINVOKEKIND, _
    ByVal refPtrFlags As Integer, _
    ByRef pBstrDllName As String, _
    ByRef pbstrName As String, _
    ByRef pwOrdinal As UInt16& _
)
[C#]
public void RemoteGetDllEntry (
    int memid,
    tagINVOKEKIND invkind,
    uint refPtrFlags,
    ref string pBstrDllName,
    ref string pbstrName,
    ref UInt16& pwOrdinal
);

Product Availability

Available with ArcGIS Desktop. Requires Tracking Analyst Extension.

See Also

ITypeInfo Interface