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


In This Topic
    UIMI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Sub UIMI( _
       ByVal vIMI As System.IntPtr, _
       ByVal WIMI() As System.Byte, _
       ByVal xIMI As System.Integer _
    ) 
    'Usage
     
    
    Dim vIMI As System.IntPtr
    Dim WIMI() As System.Byte
    Dim xIMI As System.Integer
     
    hIMI.UIMI(vIMI, WIMI, xIMI)
    public static void UIMI( 
       System.IntPtr vIMI,
       System.byte[] WIMI,
       System.int xIMI
    )

    Parameters

    vIMI
    WIMI
    xIMI
    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