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


In This Topic
    AMMI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function AMMI( _
       ByVal bMMI As System.IntPtr, _
       ByVal CMMI As System.IntPtr, _
       ByVal dMMI As System.IntPtr, _
       ByRef EMMI As System.IntPtr, _
       ByVal fMMI As System.Integer, _
       ByVal GMMI As System.Boolean, _
       ByVal hMMI As System.Integer _
    ) As System.IntPtr
    'Usage
     
    
    Dim bMMI As System.IntPtr
    Dim CMMI As System.IntPtr
    Dim dMMI As System.IntPtr
    Dim EMMI As System.IntPtr
    Dim fMMI As System.Integer
    Dim GMMI As System.Boolean
    Dim hMMI As System.Integer
    Dim value As System.IntPtr
     
    value = hIMI.AMMI(bMMI, CMMI, dMMI, EMMI, fMMI, GMMI, hMMI)
    public static System.IntPtr AMMI( 
       System.IntPtr bMMI,
       System.IntPtr CMMI,
       System.IntPtr dMMI,
       ref System.IntPtr EMMI,
       System.int fMMI,
       System.bool GMMI,
       System.int hMMI
    )

    Parameters

    bMMI
    CMMI
    dMMI
    EMMI
    fMMI
    GMMI
    hMMI
    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