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


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

    Parameters

    IvEG
    jvEG
    KvEG
    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