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


In This Topic
    ddfI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function ddfI( _
       ByVal EdfI As System.IntPtr, _
       ByVal fdfI As System.IntPtr, _
       ByVal GdfI As System.IntPtr, _
       ByVal hdfI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim EdfI As System.IntPtr
    Dim fdfI As System.IntPtr
    Dim GdfI As System.IntPtr
    Dim hdfI As System.Integer
    Dim value As System.Integer
     
    value = xYCI.ddfI(EdfI, fdfI, GdfI, hdfI)
    public static System.int ddfI( 
       System.IntPtr EdfI,
       System.IntPtr fdfI,
       System.IntPtr GdfI,
       System.int hdfI
    )

    Parameters

    EdfI
    fdfI
    GdfI
    hdfI
    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