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


In This Topic
    IMMI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function IMMI( _
       ByVal jMMI As System.IntPtr, _
       ByVal KMMI As System.Integer, _
       ByVal lMMI As System.Integer, _
       ByVal MMMI As System.Integer, _
       ByVal nMMI As System.Integer _
    ) As System.IntPtr
    'Usage
     
    
    Dim jMMI As System.IntPtr
    Dim KMMI As System.Integer
    Dim lMMI As System.Integer
    Dim MMMI As System.Integer
    Dim nMMI As System.Integer
    Dim value As System.IntPtr
     
    value = hIMI.IMMI(jMMI, KMMI, lMMI, MMMI, nMMI)
    public static System.IntPtr IMMI( 
       System.IntPtr jMMI,
       System.int KMMI,
       System.int lMMI,
       System.int MMMI,
       System.int nMMI
    )

    Parameters

    jMMI
    KMMI
    lMMI
    MMMI
    nMMI
    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