Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / xYCI Class / QSdI Method


In This Topic
    QSdI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function QSdI( _
       ByVal rSdI As System.IntPtr, _
       ByVal SSdI As System.Integer, _
       ByVal tSdI As System.Integer, _
       ByRef USdI As System.IntPtr _
    ) As System.Integer
    'Usage
     
    
    Dim rSdI As System.IntPtr
    Dim SSdI As System.Integer
    Dim tSdI As System.Integer
    Dim USdI As System.IntPtr
    Dim value As System.Integer
     
    value = xYCI.QSdI(rSdI, SSdI, tSdI, USdI)
    public static System.int QSdI( 
       System.IntPtr rSdI,
       System.int SSdI,
       System.int tSdI,
       out System.IntPtr USdI
    )

    Parameters

    rSdI
    SSdI
    tSdI
    USdI
    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