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


In This Topic
    IQMI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function IQMI( _
       ByVal jQMI As System.String, _
       ByVal KQMI As System.String, _
       ByVal lQMI As System.IntPtr, _
       ByVal MQMI As System.UInteger, _
       ByVal nQMI As System.String _
    ) As System.Boolean
    'Usage
     
    
    Dim jQMI As System.String
    Dim KQMI As System.String
    Dim lQMI As System.IntPtr
    Dim MQMI As System.UInteger
    Dim nQMI As System.String
    Dim value As System.Boolean
     
    value = hIMI.IQMI(jQMI, KQMI, lQMI, MQMI, nQMI)
    public static System.bool IQMI( 
       System.string jQMI,
       System.string KQMI,
       System.IntPtr lQMI,
       System.uint MQMI,
       System.string nQMI
    )

    Parameters

    jQMI
    KQMI
    lQMI
    MQMI
    nQMI
    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