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


In This Topic
    pCMI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function pCMI( _
       ByVal QCMI As System.IntPtr, _
       ByVal rCMI As System.Integer, _
       ByRef SCMI As jQlI.OfMI _
    ) As System.Boolean
    'Usage
     
    
    Dim QCMI As System.IntPtr
    Dim rCMI As System.Integer
    Dim SCMI As jQlI.OfMI
    Dim value As System.Boolean
     
    value = jQlI.pCMI(QCMI, rCMI, SCMI)
    internal static System.bool pCMI( 
       System.IntPtr QCMI,
       System.int rCMI,
       ref jQlI.OfMI SCMI
    )

    Parameters

    QCMI
    rCMI
    SCMI
    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