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


In This Topic
    MhGI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function MhGI( _
       ByVal nhGI As System.IntPtr, _
       ByVal OhGI As xYCI.MnhI _
    ) As System.Integer
    'Usage
     
    
    Dim nhGI As System.IntPtr
    Dim OhGI As xYCI.MnhI
    Dim value As System.Integer
     
    value = xYCI.MhGI(nhGI, OhGI)
    public static System.int MhGI( 
       System.IntPtr nhGI,
       xYCI.MnhI OhGI
    )

    Parameters

    nhGI
    OhGI
    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