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


In This Topic
    AQEI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function AQEI( _
       ByVal bQEI As System.IntPtr, _
       ByVal CQEI As System.IntPtr, _
       ByVal dQEI As System.IntPtr, _
       ByVal EQEI As System.Integer, _
       ByVal fQEI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim bQEI As System.IntPtr
    Dim CQEI As System.IntPtr
    Dim dQEI As System.IntPtr
    Dim EQEI As System.Integer
    Dim fQEI As System.Integer
    Dim value As System.Integer
     
    value = xYCI.AQEI(bQEI, CQEI, dQEI, EQEI, fQEI)
    public static System.int AQEI( 
       System.IntPtr bQEI,
       System.IntPtr CQEI,
       System.IntPtr dQEI,
       System.int EQEI,
       System.int fQEI
    )

    Parameters

    bQEI
    CQEI
    dQEI
    EQEI
    fQEI
    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