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


In This Topic
    UCOI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function UCOI( _
       ByVal vCOI As System.IntPtr, _
       ByVal WCOI As System.Integer, _
       ByVal xCOI As System.IntPtr, _
       ByRef YCOI As YlQI _
    ) As System.IntPtr
    'Usage
     
    
    Dim vCOI As System.IntPtr
    Dim WCOI As System.Integer
    Dim xCOI As System.IntPtr
    Dim YCOI As YlQI
    Dim value As System.IntPtr
     
    value = tdnI.UCOI(vCOI, WCOI, xCOI, YCOI)
    public static System.IntPtr UCOI( 
       System.IntPtr vCOI,
       System.int WCOI,
       System.IntPtr xCOI,
       out YlQI YCOI
    )

    Parameters

    vCOI
    WCOI
    xCOI
    YCOI
    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