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


In This Topic
    UxEI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function UxEI( _
       ByVal vxEI As System.IntPtr, _
       ByRef WxEI As System.IntPtr _
    ) As System.Integer
    'Usage
     
    
    Dim vxEI As System.IntPtr
    Dim WxEI As System.IntPtr
    Dim value As System.Integer
     
    value = xYCI.UxEI(vxEI, WxEI)
    public static System.int UxEI( 
       System.IntPtr vxEI,
       out System.IntPtr WxEI
    )

    Parameters

    vxEI
    WxEI
    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