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


In This Topic
    fCOI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function fCOI( _
       ByVal GCOI As System.IntPtr, _
       ByVal hCOI As System.Integer, _
       ByVal ICOI As System.Integer, _
       ByVal jCOI As dQQI _
    ) As System.IntPtr
    'Usage
     
    
    Dim GCOI As System.IntPtr
    Dim hCOI As System.Integer
    Dim ICOI As System.Integer
    Dim jCOI As dQQI
    Dim value As System.IntPtr
     
    value = tdnI.fCOI(GCOI, hCOI, ICOI, jCOI)
    public static System.IntPtr fCOI( 
       System.IntPtr GCOI,
       System.int hCOI,
       System.int ICOI,
       dQQI jCOI
    )

    Parameters

    GCOI
    hCOI
    ICOI
    jCOI
    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