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


In This Topic
    QGGI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function QGGI( _
       ByVal rGGI As System.IntPtr, _
       ByVal SGGI As xYCI.UKhI, _
       ByVal tGGI As System.Boolean, _
       ByVal UGGI As System.Integer, _
       ByVal vGGI As System.IntPtr _
    ) As System.Integer
    'Usage
     
    
    Dim rGGI As System.IntPtr
    Dim SGGI As xYCI.UKhI
    Dim tGGI As System.Boolean
    Dim UGGI As System.Integer
    Dim vGGI As System.IntPtr
    Dim value As System.Integer
     
    value = xYCI.QGGI(rGGI, SGGI, tGGI, UGGI, vGGI)
    public static System.int QGGI( 
       System.IntPtr rGGI,
       xYCI.UKhI SGGI,
       System.bool tGGI,
       System.int UGGI,
       System.IntPtr vGGI
    )

    Parameters

    rGGI
    SGGI
    tGGI
    UGGI
    vGGI
    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