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


In This Topic
    UQEI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function UQEI( _
       ByVal vQEI As System.IntPtr, _
       ByVal WQEI As System.IntPtr, _
       ByVal xQEI As System.IntPtr, _
       ByVal YQEI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim vQEI As System.IntPtr
    Dim WQEI As System.IntPtr
    Dim xQEI As System.IntPtr
    Dim YQEI As System.Integer
    Dim value As System.Integer
     
    value = xYCI.UQEI(vQEI, WQEI, xQEI, YQEI)
    public static System.int UQEI( 
       System.IntPtr vQEI,
       System.IntPtr WQEI,
       System.IntPtr xQEI,
       System.int YQEI
    )

    Parameters

    vQEI
    WQEI
    xQEI
    YQEI
    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