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


In This Topic
    SQfI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function SQfI( _
       ByVal tQfI As System.IntPtr, _
       ByVal UQfI As System.Integer, _
       ByVal vQfI As System.Integer, _
       ByVal WQfI As System.IntPtr, _
       ByRef xQfI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim tQfI As System.IntPtr
    Dim UQfI As System.Integer
    Dim vQfI As System.Integer
    Dim WQfI As System.IntPtr
    Dim xQfI As System.Integer
    Dim value As System.Integer
     
    value = xYCI.SQfI(tQfI, UQfI, vQfI, WQfI, xQfI)
    public static System.int SQfI( 
       System.IntPtr tQfI,
       System.int UQfI,
       System.int vQfI,
       System.IntPtr WQfI,
       out System.int xQfI
    )

    Parameters

    tQfI
    UQfI
    vQfI
    WQfI
    xQfI
    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