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


In This Topic
    jnMI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function jnMI( _
       ByVal KnMI As System.Integer, _
       ByVal lnMI As System.IntPtr, _
       ByVal MnMI As System.Integer, _
       ByVal nnMI As System.Integer, _
       ByVal OnMI As System.Text.StringBuilder, _
       ByVal pnMI As System.Integer, _
       ByVal QnMI As System.IntPtr _
    ) As System.Integer
    'Usage
     
    
    Dim KnMI As System.Integer
    Dim lnMI As System.IntPtr
    Dim MnMI As System.Integer
    Dim nnMI As System.Integer
    Dim OnMI As System.Text.StringBuilder
    Dim pnMI As System.Integer
    Dim QnMI As System.IntPtr
    Dim value As System.Integer
     
    value = hIMI.jnMI(KnMI, lnMI, MnMI, nnMI, OnMI, pnMI, QnMI)
    public static System.int jnMI( 
       System.int KnMI,
       System.IntPtr lnMI,
       System.int MnMI,
       System.int nnMI,
       System.Text.StringBuilder OnMI,
       System.int pnMI,
       System.IntPtr QnMI
    )

    Parameters

    KnMI
    lnMI
    MnMI
    nnMI
    OnMI
    pnMI
    QnMI
    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