Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / tdnI Class / CGnI Method


In This Topic
    CGnI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function CGnI( _
       ByVal dGnI As System.IntPtr, _
       ByVal EGnI As System.Boolean _
    ) As System.Boolean
    'Usage
     
    
    Dim dGnI As System.IntPtr
    Dim EGnI As System.Boolean
    Dim value As System.Boolean
     
    value = tdnI.CGnI(dGnI, EGnI)
    public static System.bool CGnI( 
       System.IntPtr dGnI,
       System.bool EGnI
    )

    Parameters

    dGnI
    EGnI
    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