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


In This Topic
    hnnI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function hnnI( _
       ByVal InnI As System.IntPtr, _
       ByVal jnnI As System.Integer, _
       ByVal KnnI As System.IntPtr, _
       ByVal lnnI As System.IntPtr _
    ) As System.IntPtr
    'Usage
     
    
    Dim InnI As System.IntPtr
    Dim jnnI As System.Integer
    Dim KnnI As System.IntPtr
    Dim lnnI As System.IntPtr
    Dim value As System.IntPtr
     
    value = tdnI.hnnI(InnI, jnnI, KnnI, lnnI)
    public static System.IntPtr hnnI( 
       System.IntPtr InnI,
       System.int jnnI,
       System.IntPtr KnnI,
       System.IntPtr lnnI
    )

    Parameters

    InnI
    jnnI
    KnnI
    lnnI
    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