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


In This Topic
    nMGI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function nMGI( _
       ByVal OMGI As System.IntPtr, _
       ByVal pMGI As System.Integer, _
       ByVal QMGI As System.Integer, _
       ByVal rMGI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim OMGI As System.IntPtr
    Dim pMGI As System.Integer
    Dim QMGI As System.Integer
    Dim rMGI As System.Integer
    Dim value As System.Integer
     
    value = xYCI.nMGI(OMGI, pMGI, QMGI, rMGI)
    public static System.int nMGI( 
       System.IntPtr OMGI,
       System.int pMGI,
       System.int QMGI,
       System.int rMGI
    )

    Parameters

    OMGI
    pMGI
    QMGI
    rMGI
    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