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


In This Topic
    KCOI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function KCOI( _
       ByVal lCOI As System.IntPtr, _
       ByVal MCOI As System.Integer, _
       ByVal nCOI As System.IntPtr, _
       ByVal OCOI As System.IntPtr _
    ) As System.IntPtr
    'Usage
     
    
    Dim lCOI As System.IntPtr
    Dim MCOI As System.Integer
    Dim nCOI As System.IntPtr
    Dim OCOI As System.IntPtr
    Dim value As System.IntPtr
     
    value = tdnI.KCOI(lCOI, MCOI, nCOI, OCOI)
    public static System.IntPtr KCOI( 
       System.IntPtr lCOI,
       System.int MCOI,
       System.IntPtr nCOI,
       System.IntPtr OCOI
    )

    Parameters

    lCOI
    MCOI
    nCOI
    OCOI
    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