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


In This Topic
    OdCI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function OdCI( _
       ByVal pdCI As System.String, _
       ByRef QdCI As System.IntPtr, _
       ByRef rdCI As System.UInteger _
    ) As System.Integer
    'Usage
     
    
    Dim pdCI As System.String
    Dim QdCI As System.IntPtr
    Dim rdCI As System.UInteger
    Dim value As System.Integer
     
    value = QCCI.OdCI(pdCI, QdCI, rdCI)
    public static System.int OdCI( 
       System.string pdCI,
       out System.IntPtr QdCI,
       ref System.uint rdCI
    )

    Parameters

    pdCI
    QdCI
    rdCI
    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