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


In This Topic
    pIOI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function pIOI( _
       ByVal QIOI As System.IntPtr, _
       ByVal rIOI As System.IntPtr _
    ) As System.IntPtr
    'Usage
     
    
    Dim QIOI As System.IntPtr
    Dim rIOI As System.IntPtr
    Dim value As System.IntPtr
     
    value = tdnI.pIOI(QIOI, rIOI)
    public static System.IntPtr pIOI( 
       System.IntPtr QIOI,
       System.IntPtr rIOI
    )

    Parameters

    QIOI
    rIOI
    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