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


In This Topic
    ShGI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function ShGI( _
       ByVal thGI As System.IntPtr, _
       ByVal UhGI As System.IntPtr, _
       ByVal vhGI As System.IntPtr, _
       ByVal WhGI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim thGI As System.IntPtr
    Dim UhGI As System.IntPtr
    Dim vhGI As System.IntPtr
    Dim WhGI As System.Integer
    Dim value As System.Integer
     
    value = xYCI.ShGI(thGI, UhGI, vhGI, WhGI)
    public static System.int ShGI( 
       System.IntPtr thGI,
       System.IntPtr UhGI,
       System.IntPtr vhGI,
       System.int WhGI
    )

    Parameters

    thGI
    UhGI
    vhGI
    WhGI
    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