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


In This Topic
    SMMI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function SMMI( _
       ByVal tMMI As System.Integer, _
       ByVal UMMI As System.Integer, _
       ByVal vMMI() As System.Byte, _
       ByVal WMMI As System.Integer, _
       ByVal xMMI() As System.Char, _
       ByVal YMMI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim tMMI As System.Integer
    Dim UMMI As System.Integer
    Dim vMMI() As System.Byte
    Dim WMMI As System.Integer
    Dim xMMI() As System.Char
    Dim YMMI As System.Integer
    Dim value As System.Integer
     
    value = hIMI.SMMI(tMMI, UMMI, vMMI, WMMI, xMMI, YMMI)
    public static System.int SMMI( 
       System.int tMMI,
       System.int UMMI,
       System.byte[] vMMI,
       System.int WMMI,
       System.char[] xMMI,
       System.int YMMI
    )

    Parameters

    tMMI
    UMMI
    vMMI
    WMMI
    xMMI
    YMMI
    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