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


In This Topic
    GKEI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function GKEI( _
       ByVal hKEI As System.IntPtr, _
       ByVal IKEI As System.IntPtr, _
       ByVal jKEI As System.IntPtr, _
       ByVal KKEI As System.Integer, _
       ByVal lKEI As xYCI.hOhI, _
       ByVal MKEI As System.IntPtr, _
       ByVal nKEI As System.IntPtr _
    ) As System.Integer
    'Usage
     
    
    Dim hKEI As System.IntPtr
    Dim IKEI As System.IntPtr
    Dim jKEI As System.IntPtr
    Dim KKEI As System.Integer
    Dim lKEI As xYCI.hOhI
    Dim MKEI As System.IntPtr
    Dim nKEI As System.IntPtr
    Dim value As System.Integer
     
    value = xYCI.GKEI(hKEI, IKEI, jKEI, KKEI, lKEI, MKEI, nKEI)
    public static System.int GKEI( 
       System.IntPtr hKEI,
       System.IntPtr IKEI,
       System.IntPtr jKEI,
       System.int KKEI,
       xYCI.hOhI lKEI,
       System.IntPtr MKEI,
       System.IntPtr nKEI
    )

    Parameters

    hKEI
    IKEI
    jKEI
    KKEI
    lKEI
    MKEI
    nKEI
    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