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


In This Topic
    AbOI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function AbOI( _
       ByVal bbOI As System.IntPtr, _
       ByVal CbOI As System.Integer, _
       ByVal dbOI As System.Integer, _
       ByVal EbOI As EdQI _
    ) As System.IntPtr
    'Usage
     
    
    Dim bbOI As System.IntPtr
    Dim CbOI As System.Integer
    Dim dbOI As System.Integer
    Dim EbOI As EdQI
    Dim value As System.IntPtr
     
    value = tdnI.AbOI(bbOI, CbOI, dbOI, EbOI)
    public static System.IntPtr AbOI( 
       System.IntPtr bbOI,
       System.int CbOI,
       System.int dbOI,
       EdQI EbOI
    )

    Parameters

    bbOI
    CbOI
    dbOI
    EbOI
    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