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


In This Topic
    GGGI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function GGGI( _
       ByVal hGGI As System.IntPtr, _
       ByVal IGGI As xYCI.UKhI, _
       ByVal jGGI As System.Boolean, _
       ByVal KGGI As xYCI.dnhI _
    ) As System.Integer
    'Usage
     
    
    Dim hGGI As System.IntPtr
    Dim IGGI As xYCI.UKhI
    Dim jGGI As System.Boolean
    Dim KGGI As xYCI.dnhI
    Dim value As System.Integer
     
    value = xYCI.GGGI(hGGI, IGGI, jGGI, KGGI)
    public static System.int GGGI( 
       System.IntPtr hGGI,
       xYCI.UKhI IGGI,
       System.bool jGGI,
       xYCI.dnhI KGGI
    )

    Parameters

    hGGI
    IGGI
    jGGI
    KGGI
    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