[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