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


In This Topic
    ndGI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function ndGI( _
       ByVal OdGI As System.IntPtr, _
       ByVal pdGI As System.IntPtr, _
       ByVal QdGI As xYCI.rMhI _
    ) As System.Integer
    'Usage
     
    
    Dim OdGI As System.IntPtr
    Dim pdGI As System.IntPtr
    Dim QdGI As xYCI.rMhI
    Dim value As System.Integer
     
    value = xYCI.ndGI(OdGI, pdGI, QdGI)
    public static System.int ndGI( 
       System.IntPtr OdGI,
       System.IntPtr pdGI,
       xYCI.rMhI QdGI
    )

    Parameters

    OdGI
    pdGI
    QdGI
    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