Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / xYCI Class / nIEI Method


In This Topic
    nIEI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function nIEI( _
       ByVal OIEI As System.IntPtr, _
       ByVal pIEI As System.IntPtr, _
       ByVal QIEI As System.IntPtr, _
       ByVal rIEI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim OIEI As System.IntPtr
    Dim pIEI As System.IntPtr
    Dim QIEI As System.IntPtr
    Dim rIEI As System.Integer
    Dim value As System.Integer
     
    value = xYCI.nIEI(OIEI, pIEI, QIEI, rIEI)
    public static System.int nIEI( 
       System.IntPtr OIEI,
       System.IntPtr pIEI,
       System.IntPtr QIEI,
       System.int rIEI
    )

    Parameters

    OIEI
    pIEI
    QIEI
    rIEI
    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