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


In This Topic
    pbOI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function pbOI( _
       ByVal QbOI As System.IntPtr, _
       ByVal rbOI As System.Integer, _
       ByVal SbOI As System.Integer, _
       ByVal tbOI As MnQI _
    ) As System.IntPtr
    'Usage
     
    
    Dim QbOI As System.IntPtr
    Dim rbOI As System.Integer
    Dim SbOI As System.Integer
    Dim tbOI As MnQI
    Dim value As System.IntPtr
     
    value = tdnI.pbOI(QbOI, rbOI, SbOI, tbOI)
    public static System.IntPtr pbOI( 
       System.IntPtr QbOI,
       System.int rbOI,
       System.int SbOI,
       MnQI tbOI
    )

    Parameters

    QbOI
    rbOI
    SbOI
    tbOI
    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