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


In This Topic
    AdOI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function AdOI( _
       ByVal bdOI As System.IntPtr, _
       ByVal CdOI As System.Integer, _
       ByVal ddOI As System.IntPtr, _
       ByVal EdOI As System.Integer _
    ) As System.IntPtr
    'Usage
     
    
    Dim bdOI As System.IntPtr
    Dim CdOI As System.Integer
    Dim ddOI As System.IntPtr
    Dim EdOI As System.Integer
    Dim value As System.IntPtr
     
    value = tdnI.AdOI(bdOI, CdOI, ddOI, EdOI)
    public static System.IntPtr AdOI( 
       System.IntPtr bdOI,
       System.int CdOI,
       System.IntPtr ddOI,
       System.int EdOI
    )

    Parameters

    bdOI
    CdOI
    ddOI
    EdOI
    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