Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / GvEG Class / xvEG Method


In This Topic
    xvEG Method
    In This Topic
    Syntax
    'Declaration
     
    
    <System.Security.SuppressUnmanagedCodeSecurityAttribute()>
    Friend Shared Function xvEG( _
       ByVal YvEG As System.IntPtr, _
       ByVal AWEG As System.Integer _
    ) As System.Boolean
    'Usage
     
    
    Dim YvEG As System.IntPtr
    Dim AWEG As System.Integer
    Dim value As System.Boolean
     
    value = GvEG.xvEG(YvEG, AWEG)
    [System.Security.SuppressUnmanagedCodeSecurity()]
    internal static System.bool xvEG( 
       System.IntPtr YvEG,
       System.int AWEG
    )

    Parameters

    YvEG
    AWEG
    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