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


In This Topic
    nCEI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function nCEI( _
       ByVal OCEI As System.IntPtr, _
       ByVal pCEI As System.IntPtr, _
       ByVal QCEI As System.IntPtr, _
       ByVal rCEI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim OCEI As System.IntPtr
    Dim pCEI As System.IntPtr
    Dim QCEI As System.IntPtr
    Dim rCEI As System.Integer
    Dim value As System.Integer
     
    value = xYCI.nCEI(OCEI, pCEI, QCEI, rCEI)
    public static System.int nCEI( 
       System.IntPtr OCEI,
       System.IntPtr pCEI,
       System.IntPtr QCEI,
       System.int rCEI
    )

    Parameters

    OCEI
    pCEI
    QCEI
    rCEI
    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