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


In This Topic
    jdCI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function jdCI( _
       ByVal KdCI As System.IntPtr, _
       ByVal ldCI As System.IntPtr, _
       ByVal MdCI As System.IntPtr, _
       ByRef ndCI As ntbI.OtbI _
    ) As System.Integer
    'Usage
     
    
    Dim KdCI As System.IntPtr
    Dim ldCI As System.IntPtr
    Dim MdCI As System.IntPtr
    Dim ndCI As ntbI.OtbI
    Dim value As System.Integer
     
    value = QCCI.jdCI(KdCI, ldCI, MdCI, ndCI)
    public static System.int jdCI( 
       System.IntPtr KdCI,
       System.IntPtr ldCI,
       System.IntPtr MdCI,
       out ntbI.OtbI ndCI
    )

    Parameters

    KdCI
    ldCI
    MdCI
    ndCI
    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