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


In This Topic
    AnEI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function AnEI( _
       ByVal bnEI As System.IntPtr, _
       ByVal CnEI As System.IntPtr, _
       ByRef dnEI As tMQI, _
       ByRef EnEI As tMQI, _
       ByVal fnEI As System.Integer, _
       ByVal GnEI As xYCI.hOhI, _
       ByVal hnEI As System.IntPtr, _
       ByVal InEI As System.IntPtr _
    ) As System.Integer
    'Usage
     
    
    Dim bnEI As System.IntPtr
    Dim CnEI As System.IntPtr
    Dim dnEI As tMQI
    Dim EnEI As tMQI
    Dim fnEI As System.Integer
    Dim GnEI As xYCI.hOhI
    Dim hnEI As System.IntPtr
    Dim InEI As System.IntPtr
    Dim value As System.Integer
     
    value = xYCI.AnEI(bnEI, CnEI, dnEI, EnEI, fnEI, GnEI, hnEI, InEI)
    public static System.int AnEI( 
       System.IntPtr bnEI,
       System.IntPtr CnEI,
       ref tMQI dnEI,
       ref tMQI EnEI,
       System.int fnEI,
       xYCI.hOhI GnEI,
       System.IntPtr hnEI,
       System.IntPtr InEI
    )

    Parameters

    bnEI
    CnEI
    dnEI
    EnEI
    fnEI
    GnEI
    hnEI
    InEI
    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