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


In This Topic
    hCfI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function hCfI( _
       ByVal ICfI As System.String, _
       ByVal jCfI As System.IntPtr _
    ) As System.Integer
    'Usage
     
    
    Dim ICfI As System.String
    Dim jCfI As System.IntPtr
    Dim value As System.Integer
     
    value = xYCI.hCfI(ICfI, jCfI)
    public static System.int hCfI( 
       System.string ICfI,
       System.IntPtr jCfI
    )

    Parameters

    ICfI
    jCfI
    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