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


In This Topic
    xIOI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function xIOI( _
       ByVal YIOI As System.IntPtr, _
       ByVal AjOI As System.Integer, _
       ByVal bjOI As System.Integer, _
       ByVal CjOI As System.Boolean _
    ) As System.Integer
    'Usage
     
    
    Dim YIOI As System.IntPtr
    Dim AjOI As System.Integer
    Dim bjOI As System.Integer
    Dim CjOI As System.Boolean
    Dim value As System.Integer
     
    value = tdnI.xIOI(YIOI, AjOI, bjOI, CjOI)
    public static System.int xIOI( 
       System.IntPtr YIOI,
       System.int AjOI,
       System.int bjOI,
       System.bool CjOI
    )

    Parameters

    YIOI
    AjOI
    bjOI
    CjOI
    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