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


In This Topic
    KdOI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function KdOI( _
       ByVal ldOI As System.IntPtr, _
       ByVal MdOI As System.Integer, _
       ByVal ndOI As nlQI, _
       ByVal OdOI As System.Integer _
    ) As System.IntPtr
    'Usage
     
    
    Dim ldOI As System.IntPtr
    Dim MdOI As System.Integer
    Dim ndOI As nlQI
    Dim OdOI As System.Integer
    Dim value As System.IntPtr
     
    value = tdnI.KdOI(ldOI, MdOI, ndOI, OdOI)
    public static System.IntPtr KdOI( 
       System.IntPtr ldOI,
       System.int MdOI,
       nlQI ndOI,
       System.int OdOI
    )

    Parameters

    ldOI
    MdOI
    ndOI
    OdOI
    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