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


In This Topic
    UdOI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function UdOI( _
       ByVal vdOI As System.IntPtr, _
       ByVal WdOI As System.Integer, _
       ByVal xdOI As System.IntPtr, _
       ByVal YdOI As System.IntPtr, _
       ByVal AEOI As System.Integer, _
       ByVal bEOI As System.Integer, _
       ByRef CEOI As System.IntPtr _
    ) As System.IntPtr
    'Usage
     
    
    Dim vdOI As System.IntPtr
    Dim WdOI As System.Integer
    Dim xdOI As System.IntPtr
    Dim YdOI As System.IntPtr
    Dim AEOI As System.Integer
    Dim bEOI As System.Integer
    Dim CEOI As System.IntPtr
    Dim value As System.IntPtr
     
    value = tdnI.UdOI(vdOI, WdOI, xdOI, YdOI, AEOI, bEOI, CEOI)
    public static System.IntPtr UdOI( 
       System.IntPtr vdOI,
       System.int WdOI,
       System.IntPtr xdOI,
       System.IntPtr YdOI,
       System.int AEOI,
       System.int bEOI,
       out System.IntPtr CEOI
    )

    Parameters

    vdOI
    WdOI
    xdOI
    YdOI
    AEOI
    bEOI
    CEOI
    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