Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / tdnI Class / AOnI Method


In This Topic
    AOnI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function AOnI( _
       ByVal bOnI As System.IntPtr, _
       ByVal COnI As System.IntPtr, _
       ByVal dOnI As System.Integer, _
       ByVal EOnI As System.IntPtr, _
       ByVal fOnI As System.IntPtr _
    ) As System.IntPtr
    'Usage
     
    
    Dim bOnI As System.IntPtr
    Dim COnI As System.IntPtr
    Dim dOnI As System.Integer
    Dim EOnI As System.IntPtr
    Dim fOnI As System.IntPtr
    Dim value As System.IntPtr
     
    value = tdnI.AOnI(bOnI, COnI, dOnI, EOnI, fOnI)
    public static System.IntPtr AOnI( 
       System.IntPtr bOnI,
       System.IntPtr COnI,
       System.int dOnI,
       System.IntPtr EOnI,
       System.IntPtr fOnI
    )

    Parameters

    bOnI
    COnI
    dOnI
    EOnI
    fOnI
    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