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


In This Topic
    SIOI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function SIOI( _
       ByVal tIOI As System.IntPtr, _
       ByVal UIOI As System.Integer, _
       ByVal vIOI As AOQI, _
       ByVal WIOI As System.Boolean _
    ) As System.Integer
    'Usage
     
    
    Dim tIOI As System.IntPtr
    Dim UIOI As System.Integer
    Dim vIOI As AOQI
    Dim WIOI As System.Boolean
    Dim value As System.Integer
     
    value = tdnI.SIOI(tIOI, UIOI, vIOI, WIOI)
    public static System.int SIOI( 
       System.IntPtr tIOI,
       System.int UIOI,
       AOQI vIOI,
       System.bool WIOI
    )

    Parameters

    tIOI
    UIOI
    vIOI
    WIOI
    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