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


In This Topic
    YUfI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function YUfI( _
       ByVal AvfI As System.IntPtr, _
       ByRef bvfI As System.Integer, _
       ByRef CvfI As System.Byte, _
       ByRef dvfI As System.Integer, _
       ByRef EvfI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim AvfI As System.IntPtr
    Dim bvfI As System.Integer
    Dim CvfI As System.Byte
    Dim dvfI As System.Integer
    Dim EvfI As System.Integer
    Dim value As System.Integer
     
    value = xYCI.YUfI(AvfI, bvfI, CvfI, dvfI, EvfI)
    public static System.int YUfI( 
       System.IntPtr AvfI,
       out System.int bvfI,
       out System.byte CvfI,
       out System.int dvfI,
       out System.int EvfI
    )

    Parameters

    AvfI
    bvfI
    CvfI
    dvfI
    EvfI
    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