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


In This Topic
    jnEI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function jnEI( _
       ByVal KnEI As System.IntPtr, _
       ByVal lnEI As System.IntPtr, _
       ByVal MnEI As System.IntPtr, _
       ByVal nnEI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim KnEI As System.IntPtr
    Dim lnEI As System.IntPtr
    Dim MnEI As System.IntPtr
    Dim nnEI As System.Integer
    Dim value As System.Integer
     
    value = xYCI.jnEI(KnEI, lnEI, MnEI, nnEI)
    public static System.int jnEI( 
       System.IntPtr KnEI,
       System.IntPtr lnEI,
       System.IntPtr MnEI,
       System.int nnEI
    )

    Parameters

    KnEI
    lnEI
    MnEI
    nnEI
    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