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


In This Topic
    IIMI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function IIMI( _
       ByVal jIMI As System.String, _
       ByVal KIMI As System.String, _
       ByVal lIMI As System.IntPtr, _
       ByRef MIMI As System.IntPtr _
    ) As System.Integer
    'Usage
     
    
    Dim jIMI As System.String
    Dim KIMI As System.String
    Dim lIMI As System.IntPtr
    Dim MIMI As System.IntPtr
    Dim value As System.Integer
     
    value = hIMI.IIMI(jIMI, KIMI, lIMI, MIMI)
    public static System.int IIMI( 
       System.string jIMI,
       System.string KIMI,
       System.IntPtr lIMI,
       out System.IntPtr MIMI
    )

    Parameters

    jIMI
    KIMI
    lIMI
    MIMI
    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