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


In This Topic
    fAdI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function fAdI( _
       ByVal GAdI As System.IntPtr, _
       ByVal hAdI As System.IntPtr, _
       ByRef IAdI As System.IntPtr _
    ) As System.UShort
    'Usage
     
    
    Dim GAdI As System.IntPtr
    Dim hAdI As System.IntPtr
    Dim IAdI As System.IntPtr
    Dim value As System.UShort
     
    value = xYCI.fAdI(GAdI, hAdI, IAdI)
    public static System.ushort fAdI( 
       System.IntPtr GAdI,
       System.IntPtr hAdI,
       ref System.IntPtr IAdI
    )

    Parameters

    GAdI
    hAdI
    IAdI
    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