Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / tdnI Class / hEOI Method


In This Topic
    hEOI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function hEOI( _
       ByVal IEOI As System.IntPtr, _
       ByVal jEOI As System.Integer, _
       ByVal KEOI As System.IntPtr _
    ) As System.IntPtr
    'Usage
     
    
    Dim IEOI As System.IntPtr
    Dim jEOI As System.Integer
    Dim KEOI As System.IntPtr
    Dim value As System.IntPtr
     
    value = tdnI.hEOI(IEOI, jEOI, KEOI)
    public static System.IntPtr hEOI( 
       System.IntPtr IEOI,
       System.int jEOI,
       System.IntPtr KEOI
    )

    Parameters

    IEOI
    jEOI
    KEOI
    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