Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / jQlI Class / CCMI Method


In This Topic
    CCMI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function CCMI( _
       ByVal dCMI As System.IntPtr, _
       ByVal ECMI As jQlI.QGMI _
    ) As System.Integer
    'Usage
     
    
    Dim dCMI As System.IntPtr
    Dim ECMI As jQlI.QGMI
    Dim value As System.Integer
     
    value = jQlI.CCMI(dCMI, ECMI)
    internal static System.int CCMI( 
       System.IntPtr dCMI,
       jQlI.QGMI ECMI
    )

    Parameters

    dCMI
    ECMI
    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