Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / tdnI Class / UWnI Method


In This Topic
    UWnI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function UWnI( _
       ByVal vWnI As System.IntPtr, _
       ByVal WWnI As System.Integer, _
       ByVal xWnI As System.Integer, _
       ByVal YWnI As System.IntPtr, _
       ByVal AxnI As System.IntPtr _
    ) As System.IntPtr
    'Usage
     
    
    Dim vWnI As System.IntPtr
    Dim WWnI As System.Integer
    Dim xWnI As System.Integer
    Dim YWnI As System.IntPtr
    Dim AxnI As System.IntPtr
    Dim value As System.IntPtr
     
    value = tdnI.UWnI(vWnI, WWnI, xWnI, YWnI, AxnI)
    public static System.IntPtr UWnI( 
       System.IntPtr vWnI,
       System.int WWnI,
       System.int xWnI,
       System.IntPtr YWnI,
       System.IntPtr AxnI
    )

    Parameters

    vWnI
    WWnI
    xWnI
    YWnI
    AxnI
    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