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


In This Topic
    ArEI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function ArEI( _
       ByVal brEI As System.IntPtr, _
       ByVal CrEI As System.IntPtr, _
       ByVal drEI As System.IntPtr, _
       ByVal ErEI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim brEI As System.IntPtr
    Dim CrEI As System.IntPtr
    Dim drEI As System.IntPtr
    Dim ErEI As System.Integer
    Dim value As System.Integer
     
    value = xYCI.ArEI(brEI, CrEI, drEI, ErEI)
    public static System.int ArEI( 
       System.IntPtr brEI,
       System.IntPtr CrEI,
       System.IntPtr drEI,
       System.int ErEI
    )

    Parameters

    brEI
    CrEI
    drEI
    ErEI
    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