Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / xYCI Class / xIEI Method


In This Topic
    xIEI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function xIEI( _
       ByVal YIEI As System.IntPtr, _
       ByVal AjEI As System.String, _
       ByVal bjEI As System.Integer, _
       ByVal CjEI As System.IntPtr, _
       ByRef djEI As dnQI, _
       ByVal EjEI As System.IntPtr, _
       ByVal fjEI As System.IntPtr _
    ) As System.Integer
    'Usage
     
    
    Dim YIEI As System.IntPtr
    Dim AjEI As System.String
    Dim bjEI As System.Integer
    Dim CjEI As System.IntPtr
    Dim djEI As dnQI
    Dim EjEI As System.IntPtr
    Dim fjEI As System.IntPtr
    Dim value As System.Integer
     
    value = xYCI.xIEI(YIEI, AjEI, bjEI, CjEI, djEI, EjEI, fjEI)
    public static System.int xIEI( 
       System.IntPtr YIEI,
       System.string AjEI,
       System.int bjEI,
       System.IntPtr CjEI,
       ref dnQI djEI,
       System.IntPtr EjEI,
       System.IntPtr fjEI
    )

    Parameters

    YIEI
    AjEI
    bjEI
    CjEI
    djEI
    EjEI
    fjEI
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also