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


In This Topic
    QIfI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function QIfI( _
       ByVal rIfI As System.IntPtr, _
       ByVal SIfI As System.Integer, _
       ByRef tIfI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim rIfI As System.IntPtr
    Dim SIfI As System.Integer
    Dim tIfI As System.Integer
    Dim value As System.Integer
     
    value = xYCI.QIfI(rIfI, SIfI, tIfI)
    public static System.int QIfI( 
       System.IntPtr rIfI,
       System.int SIfI,
       out System.int tIfI
    )

    Parameters

    rIfI
    SIfI
    tIfI
    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