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


In This Topic
    QKMI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function QKMI( _
       ByVal rKMI As System.String, _
       ByVal SKMI As System.Text.StringBuilder, _
       ByVal tKMI As System.UInteger _
    ) As System.UInteger
    'Usage
     
    
    Dim rKMI As System.String
    Dim SKMI As System.Text.StringBuilder
    Dim tKMI As System.UInteger
    Dim value As System.UInteger
     
    value = hIMI.QKMI(rKMI, SKMI, tKMI)
    public static System.uint QKMI( 
       System.string rKMI,
       System.Text.StringBuilder SKMI,
       System.uint tKMI
    )

    Parameters

    rKMI
    SKMI
    tKMI
    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