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


In This Topic
    dCEI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function dCEI( _
       ByVal ECEI As System.IntPtr, _
       ByVal fCEI As System.IntPtr, _
       ByVal GCEI As System.Integer, _
       ByVal hCEI As System.Integer, _
       ByVal ICEI As System.Integer, _
       ByVal jCEI As System.Integer, _
       ByVal KCEI As System.Integer, _
       ByVal lCEI As System.Integer, _
       ByVal MCEI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim ECEI As System.IntPtr
    Dim fCEI As System.IntPtr
    Dim GCEI As System.Integer
    Dim hCEI As System.Integer
    Dim ICEI As System.Integer
    Dim jCEI As System.Integer
    Dim KCEI As System.Integer
    Dim lCEI As System.Integer
    Dim MCEI As System.Integer
    Dim value As System.Integer
     
    value = xYCI.dCEI(ECEI, fCEI, GCEI, hCEI, ICEI, jCEI, KCEI, lCEI, MCEI)
    public static System.int dCEI( 
       System.IntPtr ECEI,
       System.IntPtr fCEI,
       System.int GCEI,
       System.int hCEI,
       System.int ICEI,
       System.int jCEI,
       System.int KCEI,
       System.int lCEI,
       System.int MCEI
    )

    Parameters

    ECEI
    fCEI
    GCEI
    hCEI
    ICEI
    jCEI
    KCEI
    lCEI
    MCEI
    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