Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / QCCI Class / rCCI Method


In This Topic
    rCCI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function rCCI( _
       ByVal SCCI As System.IntPtr, _
       ByVal tCCI As System.Integer, _
       ByRef UCCI As System.IntPtr _
    ) As System.Integer
    'Usage
     
    
    Dim SCCI As System.IntPtr
    Dim tCCI As System.Integer
    Dim UCCI As System.IntPtr
    Dim value As System.Integer
     
    value = QCCI.rCCI(SCCI, tCCI, UCCI)
    public static System.int rCCI( 
       System.IntPtr SCCI,
       System.int tCCI,
       ref System.IntPtr UCCI
    )

    Parameters

    SCCI
    tCCI
    UCCI
    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