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


In This Topic
    ChGI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function ChGI( _
       ByVal dhGI As System.IntPtr, _
       ByVal EhGI As System.Integer, _
       ByVal fhGI As System.Integer, _
       ByVal GhGI As System.Boolean _
    ) As System.Integer
    'Usage
     
    
    Dim dhGI As System.IntPtr
    Dim EhGI As System.Integer
    Dim fhGI As System.Integer
    Dim GhGI As System.Boolean
    Dim value As System.Integer
     
    value = xYCI.ChGI(dhGI, EhGI, fhGI, GhGI)
    public static System.int ChGI( 
       System.IntPtr dhGI,
       System.int EhGI,
       System.int fhGI,
       System.bool GhGI
    )

    Parameters

    dhGI
    EhGI
    fhGI
    GhGI
    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