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


In This Topic
    EbGI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function EbGI( _
       ByVal fbGI As System.IntPtr, _
       ByRef GbGI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim fbGI As System.IntPtr
    Dim GbGI As System.Integer
    Dim value As System.Integer
     
    value = xYCI.EbGI(fbGI, GbGI)
    public static System.int EbGI( 
       System.IntPtr fbGI,
       out System.int GbGI
    )

    Parameters

    fbGI
    GbGI
    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