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


In This Topic
    hIOI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function hIOI( _
       ByVal IIOI As System.IntPtr, _
       ByVal jIOI As System.Integer, _
       ByVal KIOI As System.Byte, _
       ByVal lIOI As System.Integer _
    ) As System.Boolean
    'Usage
     
    
    Dim IIOI As System.IntPtr
    Dim jIOI As System.Integer
    Dim KIOI As System.Byte
    Dim lIOI As System.Integer
    Dim value As System.Boolean
     
    value = tdnI.hIOI(IIOI, jIOI, KIOI, lIOI)
    public static System.bool hIOI( 
       System.IntPtr IIOI,
       System.int jIOI,
       System.byte KIOI,
       System.int lIOI
    )

    Parameters

    IIOI
    jIOI
    KIOI
    lIOI
    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