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


In This Topic
    GEGI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function GEGI( _
       ByVal hEGI As System.IntPtr, _
       ByVal IEGI As System.IntPtr, _
       ByVal jEGI As xYCI.rMhI _
    ) As System.Integer
    'Usage
     
    
    Dim hEGI As System.IntPtr
    Dim IEGI As System.IntPtr
    Dim jEGI As xYCI.rMhI
    Dim value As System.Integer
     
    value = xYCI.GEGI(hEGI, IEGI, jEGI)
    public static System.int GEGI( 
       System.IntPtr hEGI,
       System.IntPtr IEGI,
       xYCI.rMhI jEGI
    )

    Parameters

    hEGI
    IEGI
    jEGI
    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