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


In This Topic
    plMI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function plMI( _
       ByVal QlMI As System.IntPtr, _
       ByVal rlMI As System.Integer, _
       ByVal SlMI As System.Integer _
    ) As System.IntPtr
    'Usage
     
    
    Dim QlMI As System.IntPtr
    Dim rlMI As System.Integer
    Dim SlMI As System.Integer
    Dim value As System.IntPtr
     
    value = hIMI.plMI(QlMI, rlMI, SlMI)
    public static System.IntPtr plMI( 
       System.IntPtr QlMI,
       System.int rlMI,
       System.int SlMI
    )

    Parameters

    QlMI
    rlMI
    SlMI
    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