Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / xYCI Class / QMEI Method


In This Topic
    QMEI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function QMEI( _
       ByVal rMEI As System.IntPtr, _
       ByVal SMEI As System.IntPtr, _
       ByRef tMEI As dnQI, _
       ByRef UMEI As dnQI, _
       ByVal vMEI As System.Integer, _
       ByVal WMEI As xYCI.hOhI, _
       ByVal xMEI As System.IntPtr, _
       ByVal YMEI As System.IntPtr _
    ) As System.Integer
    'Usage
     
    
    Dim rMEI As System.IntPtr
    Dim SMEI As System.IntPtr
    Dim tMEI As dnQI
    Dim UMEI As dnQI
    Dim vMEI As System.Integer
    Dim WMEI As xYCI.hOhI
    Dim xMEI As System.IntPtr
    Dim YMEI As System.IntPtr
    Dim value As System.Integer
     
    value = xYCI.QMEI(rMEI, SMEI, tMEI, UMEI, vMEI, WMEI, xMEI, YMEI)
    public static System.int QMEI( 
       System.IntPtr rMEI,
       System.IntPtr SMEI,
       ref dnQI tMEI,
       ref dnQI UMEI,
       System.int vMEI,
       xYCI.hOhI WMEI,
       System.IntPtr xMEI,
       System.IntPtr YMEI
    )

    Parameters

    rMEI
    SMEI
    tMEI
    UMEI
    vMEI
    WMEI
    xMEI
    YMEI
    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