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


In This Topic
    tlGI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function tlGI( _
       ByVal UlGI As System.IntPtr, _
       ByVal vlGI As System.IntPtr _
    ) As System.Integer
    'Usage
     
    
    Dim UlGI As System.IntPtr
    Dim vlGI As System.IntPtr
    Dim value As System.Integer
     
    value = xYCI.tlGI(UlGI, vlGI)
    public static System.int tlGI( 
       System.IntPtr UlGI,
       System.IntPtr vlGI
    )

    Parameters

    UlGI
    vlGI
    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