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


In This Topic
    UWEI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function UWEI( _
       ByVal vWEI As System.IntPtr, _
       ByRef WWEI As dnQI, _
       ByRef xWEI As xYCI.nYGI _
    ) As System.Integer
    'Usage
     
    
    Dim vWEI As System.IntPtr
    Dim WWEI As dnQI
    Dim xWEI As xYCI.nYGI
    Dim value As System.Integer
     
    value = xYCI.UWEI(vWEI, WWEI, xWEI)
    public static System.int UWEI( 
       System.IntPtr vWEI,
       ref dnQI WWEI,
       out xYCI.nYGI xWEI
    )

    Parameters

    vWEI
    WWEI
    xWEI
    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