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


In This Topic
    GEEI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function GEEI( _
       ByVal hEEI As System.IntPtr, _
       ByVal IEEI As System.IntPtr, _
       ByVal jEEI As System.Integer, _
       ByVal KEEI As System.Integer, _
       ByVal lEEI As System.Integer, _
       ByVal MEEI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim hEEI As System.IntPtr
    Dim IEEI As System.IntPtr
    Dim jEEI As System.Integer
    Dim KEEI As System.Integer
    Dim lEEI As System.Integer
    Dim MEEI As System.Integer
    Dim value As System.Integer
     
    value = xYCI.GEEI(hEEI, IEEI, jEEI, KEEI, lEEI, MEEI)
    public static System.int GEEI( 
       System.IntPtr hEEI,
       System.IntPtr IEEI,
       System.int jEEI,
       System.int KEEI,
       System.int lEEI,
       System.int MEEI
    )

    Parameters

    hEEI
    IEEI
    jEEI
    KEEI
    lEEI
    MEEI
    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