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


In This Topic
    ACOI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function ACOI( _
       ByVal bCOI As System.IntPtr, _
       ByVal CCOI As System.Integer, _
       ByVal dCOI As System.Integer, _
       ByVal ECOI As tpQI _
    ) As System.IntPtr
    'Usage
     
    
    Dim bCOI As System.IntPtr
    Dim CCOI As System.Integer
    Dim dCOI As System.Integer
    Dim ECOI As tpQI
    Dim value As System.IntPtr
     
    value = tdnI.ACOI(bCOI, CCOI, dCOI, ECOI)
    public static System.IntPtr ACOI( 
       System.IntPtr bCOI,
       System.int CCOI,
       System.int dCOI,
       tpQI ECOI
    )

    Parameters

    bCOI
    CCOI
    dCOI
    ECOI
    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