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


In This Topic
    SdCI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function SdCI( _
       ByVal tdCI As System.IntPtr, _
       ByVal UdCI As System.Integer, _
       ByVal vdCI As System.Text.StringBuilder, _
       ByVal WdCI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim tdCI As System.IntPtr
    Dim UdCI As System.Integer
    Dim vdCI As System.Text.StringBuilder
    Dim WdCI As System.Integer
    Dim value As System.Integer
     
    value = QCCI.SdCI(tdCI, UdCI, vdCI, WdCI)
    public static System.int SdCI( 
       System.IntPtr tdCI,
       System.int UdCI,
       System.Text.StringBuilder vdCI,
       System.int WdCI
    )

    Parameters

    tdCI
    UdCI
    vdCI
    WdCI
    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