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


In This Topic
    EYEI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function EYEI( _
       ByVal fYEI As System.IntPtr, _
       ByVal GYEI As System.IntPtr, _
       ByVal hYEI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim fYEI As System.IntPtr
    Dim GYEI As System.IntPtr
    Dim hYEI As System.Integer
    Dim value As System.Integer
     
    value = xYCI.EYEI(fYEI, GYEI, hYEI)
    public static System.int EYEI( 
       System.IntPtr fYEI,
       System.IntPtr GYEI,
       System.int hYEI
    )

    Parameters

    fYEI
    GYEI
    hYEI
    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