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


In This Topic
    AnMI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function AnMI( _
       ByVal bnMI As System.Integer, _
       ByVal CnMI As System.Integer, _
       ByVal dnMI As System.String, _
       ByVal EnMI As System.Integer, _
       ByVal fnMI() As System.Byte, _
       ByVal GnMI As System.Integer, _
       ByVal hnMI As System.IntPtr, _
       ByVal InMI As System.IntPtr _
    ) As System.Integer
    'Usage
     
    
    Dim bnMI As System.Integer
    Dim CnMI As System.Integer
    Dim dnMI As System.String
    Dim EnMI As System.Integer
    Dim fnMI() As System.Byte
    Dim GnMI As System.Integer
    Dim hnMI As System.IntPtr
    Dim InMI As System.IntPtr
    Dim value As System.Integer
     
    value = hIMI.AnMI(bnMI, CnMI, dnMI, EnMI, fnMI, GnMI, hnMI, InMI)
    public static System.int AnMI( 
       System.int bnMI,
       System.int CnMI,
       System.string dnMI,
       System.int EnMI,
       out System.byte[] fnMI,
       System.int GnMI,
       System.IntPtr hnMI,
       System.IntPtr InMI
    )

    Parameters

    bnMI
    CnMI
    dnMI
    EnMI
    fnMI
    GnMI
    hnMI
    InMI
    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