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


In This Topic
    SCEI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function SCEI( _
       ByVal tCEI As System.IntPtr, _
       ByVal UCEI As System.IntPtr, _
       ByVal vCEI As System.IntPtr, _
       ByVal WCEI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim tCEI As System.IntPtr
    Dim UCEI As System.IntPtr
    Dim vCEI As System.IntPtr
    Dim WCEI As System.Integer
    Dim value As System.Integer
     
    value = xYCI.SCEI(tCEI, UCEI, vCEI, WCEI)
    public static System.int SCEI( 
       System.IntPtr tCEI,
       System.IntPtr UCEI,
       System.IntPtr vCEI,
       System.int WCEI
    )

    Parameters

    tCEI
    UCEI
    vCEI
    WCEI
    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