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


In This Topic
    nQEI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function nQEI( _
       ByVal OQEI As System.IntPtr, _
       ByVal pQEI As System.IntPtr, _
       ByVal QQEI As System.Integer, _
       ByVal rQEI As System.Integer, _
       ByVal SQEI As System.Integer, _
       ByVal tQEI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim OQEI As System.IntPtr
    Dim pQEI As System.IntPtr
    Dim QQEI As System.Integer
    Dim rQEI As System.Integer
    Dim SQEI As System.Integer
    Dim tQEI As System.Integer
    Dim value As System.Integer
     
    value = xYCI.nQEI(OQEI, pQEI, QQEI, rQEI, SQEI, tQEI)
    public static System.int nQEI( 
       System.IntPtr OQEI,
       System.IntPtr pQEI,
       System.int QQEI,
       System.int rQEI,
       System.int SQEI,
       System.int tQEI
    )

    Parameters

    OQEI
    pQEI
    QQEI
    rQEI
    SQEI
    tQEI
    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