Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / hIMI Class / hKMI Method


In This Topic
    hKMI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function hKMI( _
       ByVal IKMI As System.IntPtr, _
       ByVal jKMI As System.Text.StringBuilder, _
       ByVal KKMI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim IKMI As System.IntPtr
    Dim jKMI As System.Text.StringBuilder
    Dim KKMI As System.Integer
    Dim value As System.Integer
     
    value = hIMI.hKMI(IKMI, jKMI, KKMI)
    public static System.int hKMI( 
       System.IntPtr IKMI,
       System.Text.StringBuilder jKMI,
       System.int KKMI
    )

    Parameters

    IKMI
    jKMI
    KKMI
    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