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


In This Topic
    rhOI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function rhOI( _
       ByVal ShOI As System.IntPtr, _
       ByVal thOI As System.Integer, _
       ByVal UhOI As System.IntPtr _
    ) As System.IntPtr
    'Usage
     
    
    Dim ShOI As System.IntPtr
    Dim thOI As System.Integer
    Dim UhOI As System.IntPtr
    Dim value As System.IntPtr
     
    value = tdnI.rhOI(ShOI, thOI, UhOI)
    public static System.IntPtr rhOI( 
       System.IntPtr ShOI,
       System.int thOI,
       System.IntPtr UhOI
    )

    Parameters

    ShOI
    thOI
    UhOI
    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