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


In This Topic
    SIEI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function SIEI( _
       ByVal tIEI As System.IntPtr, _
       ByVal UIEI As System.IntPtr, _
       ByVal vIEI As System.IntPtr, _
       ByVal WIEI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim tIEI As System.IntPtr
    Dim UIEI As System.IntPtr
    Dim vIEI As System.IntPtr
    Dim WIEI As System.Integer
    Dim value As System.Integer
     
    value = xYCI.SIEI(tIEI, UIEI, vIEI, WIEI)
    public static System.int SIEI( 
       System.IntPtr tIEI,
       System.IntPtr UIEI,
       System.IntPtr vIEI,
       System.int WIEI
    )

    Parameters

    tIEI
    UIEI
    vIEI
    WIEI
    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