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


In This Topic
    pUfI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function pUfI( _
       ByVal QUfI As System.IntPtr, _
       ByRef rUfI As System.Integer, _
       ByRef SUfI As System.Integer, _
       ByRef tUfI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim QUfI As System.IntPtr
    Dim rUfI As System.Integer
    Dim SUfI As System.Integer
    Dim tUfI As System.Integer
    Dim value As System.Integer
     
    value = xYCI.pUfI(QUfI, rUfI, SUfI, tUfI)
    public static System.int pUfI( 
       System.IntPtr QUfI,
       out System.int rUfI,
       out System.int SUfI,
       out System.int tUfI
    )

    Parameters

    QUfI
    rUfI
    SUfI
    tUfI
    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