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


In This Topic
    UbOI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function UbOI( _
       ByVal vbOI As System.IntPtr, _
       ByVal WbOI As System.Integer, _
       ByVal xbOI As System.Integer, _
       ByVal YbOI As nOQI _
    ) As System.IntPtr
    'Usage
     
    
    Dim vbOI As System.IntPtr
    Dim WbOI As System.Integer
    Dim xbOI As System.Integer
    Dim YbOI As nOQI
    Dim value As System.IntPtr
     
    value = tdnI.UbOI(vbOI, WbOI, xbOI, YbOI)
    public static System.IntPtr UbOI( 
       System.IntPtr vbOI,
       System.int WbOI,
       System.int xbOI,
       out nOQI YbOI
    )

    Parameters

    vbOI
    WbOI
    xbOI
    YbOI
    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