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


In This Topic
    fdOI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function fdOI( _
       ByVal GdOI As System.IntPtr, _
       ByVal hdOI As System.Integer, _
       ByVal IdOI As lvpI, _
       ByVal jdOI As System.Integer _
    ) As System.IntPtr
    'Usage
     
    
    Dim GdOI As System.IntPtr
    Dim hdOI As System.Integer
    Dim IdOI As lvpI
    Dim jdOI As System.Integer
    Dim value As System.IntPtr
     
    value = tdnI.fdOI(GdOI, hdOI, IdOI, jdOI)
    public static System.IntPtr fdOI( 
       System.IntPtr GdOI,
       System.int hdOI,
       lvpI IdOI,
       System.int jdOI
    )

    Parameters

    GdOI
    hdOI
    IdOI
    jdOI
    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