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


In This Topic
    pCOI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function pCOI( _
       ByVal QCOI As System.IntPtr, _
       ByVal rCOI As System.Integer, _
       ByVal SCOI As System.IntPtr, _
       ByVal tCOI As System.String _
    ) As System.IntPtr
    'Usage
     
    
    Dim QCOI As System.IntPtr
    Dim rCOI As System.Integer
    Dim SCOI As System.IntPtr
    Dim tCOI As System.String
    Dim value As System.IntPtr
     
    value = tdnI.pCOI(QCOI, rCOI, SCOI, tCOI)
    public static System.IntPtr pCOI( 
       System.IntPtr QCOI,
       System.int rCOI,
       System.IntPtr SCOI,
       System.string tCOI
    )

    Parameters

    QCOI
    rCOI
    SCOI
    tCOI
    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