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


In This Topic
    GOnI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function GOnI( _
       ByVal hOnI As System.IntPtr, _
       ByVal IOnI As System.Integer, _
       ByVal jOnI As System.IntPtr, _
       ByVal KOnI As System.IntPtr _
    ) As System.IntPtr
    'Usage
     
    
    Dim hOnI As System.IntPtr
    Dim IOnI As System.Integer
    Dim jOnI As System.IntPtr
    Dim KOnI As System.IntPtr
    Dim value As System.IntPtr
     
    value = tdnI.GOnI(hOnI, IOnI, jOnI, KOnI)
    public static System.IntPtr GOnI( 
       System.IntPtr hOnI,
       System.int IOnI,
       System.IntPtr jOnI,
       System.IntPtr KOnI
    )

    Parameters

    hOnI
    IOnI
    jOnI
    KOnI
    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