Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / GKQI Class / hKQI Method


In This Topic
    hKQI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function hKQI( _
       ByVal IKQI As System.IntPtr, _
       ByVal jKQI As System.IntPtr _
    ) As GKQI
    'Usage
     
    
    Dim IKQI As System.IntPtr
    Dim jKQI As System.IntPtr
    Dim value As GKQI
     
    value = GKQI.hKQI(IKQI, jKQI)
    public static GKQI hKQI( 
       System.IntPtr IKQI,
       System.IntPtr jKQI
    )

    Parameters

    IKQI
    jKQI
    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