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


In This Topic
    AUfI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function AUfI( _
       ByVal bUfI As System.IntPtr, _
       ByRef CUfI As System.Integer, _
       ByVal dUfI As System.IntPtr, _
       ByVal EUfI() As System.Byte, _
       ByVal fUfI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim bUfI As System.IntPtr
    Dim CUfI As System.Integer
    Dim dUfI As System.IntPtr
    Dim EUfI() As System.Byte
    Dim fUfI As System.Integer
    Dim value As System.Integer
     
    value = xYCI.AUfI(bUfI, CUfI, dUfI, EUfI, fUfI)
    public static System.int AUfI( 
       System.IntPtr bUfI,
       out System.int CUfI,
       System.IntPtr dUfI,
       out System.byte[] EUfI,
       System.int fUfI
    )

    Parameters

    bUfI
    CUfI
    dUfI
    EUfI
    fUfI
    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