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


In This Topic
    thEI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function thEI( _
       ByVal UhEI As System.IntPtr, _
       ByVal vhEI As System.IntPtr, _
       ByVal WhEI As System.IntPtr, _
       ByVal xhEI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim UhEI As System.IntPtr
    Dim vhEI As System.IntPtr
    Dim WhEI As System.IntPtr
    Dim xhEI As System.Integer
    Dim value As System.Integer
     
    value = xYCI.thEI(UhEI, vhEI, WhEI, xhEI)
    public static System.int thEI( 
       System.IntPtr UhEI,
       System.IntPtr vhEI,
       System.IntPtr WhEI,
       System.int xhEI
    )

    Parameters

    UhEI
    vhEI
    WhEI
    xhEI
    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