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


In This Topic
    pEOI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function pEOI( _
       ByVal QEOI As System.IntPtr, _
       ByVal rEOI As System.Integer, _
       ByVal SEOI As nIlI _
    ) As System.IntPtr
    'Usage
     
    
    Dim QEOI As System.IntPtr
    Dim rEOI As System.Integer
    Dim SEOI As nIlI
    Dim value As System.IntPtr
     
    value = tdnI.pEOI(QEOI, rEOI, SEOI)
    public static System.IntPtr pEOI( 
       System.IntPtr QEOI,
       System.int rEOI,
       nIlI SEOI
    )

    Parameters

    QEOI
    rEOI
    SEOI
    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