Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / tdnI Class / CMnI Method


In This Topic
    CMnI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function CMnI( _
       ByVal dMnI As System.IntPtr, _
       ByVal EMnI As System.IntPtr, _
       ByVal fMnI As System.Integer, _
       ByVal GMnI As System.Integer, _
       ByVal hMnI As System.Integer, _
       ByVal IMnI As System.Integer, _
       ByVal jMnI As System.Integer _
    ) As System.Boolean
    'Usage
     
    
    Dim dMnI As System.IntPtr
    Dim EMnI As System.IntPtr
    Dim fMnI As System.Integer
    Dim GMnI As System.Integer
    Dim hMnI As System.Integer
    Dim IMnI As System.Integer
    Dim jMnI As System.Integer
    Dim value As System.Boolean
     
    value = tdnI.CMnI(dMnI, EMnI, fMnI, GMnI, hMnI, IMnI, jMnI)
    public static System.bool CMnI( 
       System.IntPtr dMnI,
       System.IntPtr EMnI,
       System.int fMnI,
       System.int GMnI,
       System.int hMnI,
       System.int IMnI,
       System.int jMnI
    )

    Parameters

    dMnI
    EMnI
    fMnI
    GMnI
    hMnI
    IMnI
    jMnI
    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