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


In This Topic
    fvfI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function fvfI( _
       ByVal GvfI As System.IntPtr, _
       ByRef hvfI As System.Integer, _
       ByRef IvfI As System.Integer, _
       ByRef jvfI As System.Integer, _
       ByRef KvfI As System.Boolean _
    ) As System.Integer
    'Usage
     
    
    Dim GvfI As System.IntPtr
    Dim hvfI As System.Integer
    Dim IvfI As System.Integer
    Dim jvfI As System.Integer
    Dim KvfI As System.Boolean
    Dim value As System.Integer
     
    value = xYCI.fvfI(GvfI, hvfI, IvfI, jvfI, KvfI)
    public static System.int fvfI( 
       System.IntPtr GvfI,
       out System.int hvfI,
       out System.int IvfI,
       out System.int jvfI,
       out System.bool KvfI
    )

    Parameters

    GvfI
    hvfI
    IvfI
    jvfI
    KvfI
    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