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


In This Topic
    vKEI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function vKEI( _
       ByVal WKEI As System.IntPtr, _
       ByVal xKEI As System.IntPtr, _
       ByRef YKEI As tMQI, _
       ByVal AlEI As xYCI.hOhI, _
       ByVal blEI As System.IntPtr, _
       ByVal ClEI As System.IntPtr _
    ) As System.Integer
    'Usage
     
    
    Dim WKEI As System.IntPtr
    Dim xKEI As System.IntPtr
    Dim YKEI As tMQI
    Dim AlEI As xYCI.hOhI
    Dim blEI As System.IntPtr
    Dim ClEI As System.IntPtr
    Dim value As System.Integer
     
    value = xYCI.vKEI(WKEI, xKEI, YKEI, AlEI, blEI, ClEI)
    public static System.int vKEI( 
       System.IntPtr WKEI,
       System.IntPtr xKEI,
       ref tMQI YKEI,
       xYCI.hOhI AlEI,
       System.IntPtr blEI,
       System.IntPtr ClEI
    )

    Parameters

    WKEI
    xKEI
    YKEI
    AlEI
    blEI
    ClEI
    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