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


In This Topic
    lOnI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function lOnI( _
       ByVal MOnI As System.IntPtr, _
       ByVal nOnI As System.Integer, _
       ByVal OOnI As System.IntPtr, _
       ByVal pOnI As System.IntPtr _
    ) As System.IntPtr
    'Usage
     
    
    Dim MOnI As System.IntPtr
    Dim nOnI As System.Integer
    Dim OOnI As System.IntPtr
    Dim pOnI As System.IntPtr
    Dim value As System.IntPtr
     
    value = tdnI.lOnI(MOnI, nOnI, OOnI, pOnI)
    public static System.IntPtr lOnI( 
       System.IntPtr MOnI,
       System.int nOnI,
       System.IntPtr OOnI,
       System.IntPtr pOnI
    )

    Parameters

    MOnI
    nOnI
    OOnI
    pOnI
    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