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


In This Topic
    ACfI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function ACfI( _
       ByVal bCfI As System.IntPtr, _
       ByVal CCfI As System.IntPtr, _
       ByVal dCfI As System.Object _
    ) As System.Integer
    'Usage
     
    
    Dim bCfI As System.IntPtr
    Dim CCfI As System.IntPtr
    Dim dCfI As System.Object
    Dim value As System.Integer
     
    value = xYCI.ACfI(bCfI, CCfI, dCfI)
    public static System.int ACfI( 
       System.IntPtr bCfI,
       System.IntPtr CCfI,
       out System.object dCfI
    )

    Parameters

    bCfI
    CCfI
    dCfI
    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