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


In This Topic
    bQMI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function bQMI( _
       ByVal CQMI As System.String, _
       ByVal dQMI As System.String, _
       ByVal EQMI As System.String, _
       ByVal fQMI As System.Text.StringBuilder, _
       ByVal GQMI As System.Integer, _
       ByVal hQMI As System.String _
    ) As System.Integer
    'Usage
     
    
    Dim CQMI As System.String
    Dim dQMI As System.String
    Dim EQMI As System.String
    Dim fQMI As System.Text.StringBuilder
    Dim GQMI As System.Integer
    Dim hQMI As System.String
    Dim value As System.Integer
     
    value = hIMI.bQMI(CQMI, dQMI, EQMI, fQMI, GQMI, hQMI)
    public static System.int bQMI( 
       System.string CQMI,
       System.string dQMI,
       System.string EQMI,
       System.Text.StringBuilder fQMI,
       System.int GQMI,
       System.string hQMI
    )

    Parameters

    CQMI
    dQMI
    EQMI
    fQMI
    GQMI
    hQMI
    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