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


In This Topic
    rYEI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function rYEI( _
       ByVal SYEI As System.IntPtr, _
       ByVal tYEI As System.Integer, _
       ByVal UYEI As System.Integer, _
       ByRef vYEI As System.IntPtr, _
       ByVal WYEI As xYCI.WnhI, _
       ByVal xYEI As System.IntPtr _
    ) As System.Integer
    'Usage
     
    
    Dim SYEI As System.IntPtr
    Dim tYEI As System.Integer
    Dim UYEI As System.Integer
    Dim vYEI As System.IntPtr
    Dim WYEI As xYCI.WnhI
    Dim xYEI As System.IntPtr
    Dim value As System.Integer
     
    value = xYCI.rYEI(SYEI, tYEI, UYEI, vYEI, WYEI, xYEI)
    public static System.int rYEI( 
       System.IntPtr SYEI,
       System.int tYEI,
       System.int UYEI,
       out System.IntPtr vYEI,
       xYCI.WnhI WYEI,
       System.IntPtr xYEI
    )

    Parameters

    SYEI
    tYEI
    UYEI
    vYEI
    WYEI
    xYEI
    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