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


In This Topic
    KbOI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function KbOI( _
       ByVal lbOI As System.IntPtr, _
       ByVal MbOI As System.Integer, _
       ByVal nbOI As System.Integer, _
       ByVal ObOI As nlQI _
    ) As System.IntPtr
    'Usage
     
    
    Dim lbOI As System.IntPtr
    Dim MbOI As System.Integer
    Dim nbOI As System.Integer
    Dim ObOI As nlQI
    Dim value As System.IntPtr
     
    value = tdnI.KbOI(lbOI, MbOI, nbOI, ObOI)
    public static System.IntPtr KbOI( 
       System.IntPtr lbOI,
       System.int MbOI,
       System.int nbOI,
       nlQI ObOI
    )

    Parameters

    lbOI
    MbOI
    nbOI
    ObOI
    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