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


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

    Parameters

    UCfI
    vCfI
    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