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


In This Topic
    tEOI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function tEOI( _
       ByVal UEOI As System.IntPtr, _
       ByVal vEOI As System.Integer, _
       ByVal WEOI As System.IntPtr _
    ) As System.IntPtr
    'Usage
     
    
    Dim UEOI As System.IntPtr
    Dim vEOI As System.Integer
    Dim WEOI As System.IntPtr
    Dim value As System.IntPtr
     
    value = tdnI.tEOI(UEOI, vEOI, WEOI)
    public static System.IntPtr tEOI( 
       System.IntPtr UEOI,
       System.int vEOI,
       System.IntPtr WEOI
    )

    Parameters

    UEOI
    vEOI
    WEOI
    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