Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / nIlI Delegate


In This Topic
    nIlI Delegate
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Delegate Function nIlI( _
       ByVal pIlI As System.IntPtr, _
       ByVal QIlI As System.Integer, _
       ByVal rIlI As System.IntPtr, _
       ByVal SIlI As System.IntPtr _
    ) As System.IntPtr
    'Usage
     
    
    Dim instance As New nIlI(AddressOf HandlerMethod)
    internal delegate System.IntPtr nIlI( 
       System.IntPtr pIlI,
       System.int QIlI,
       System.IntPtr rIlI,
       System.IntPtr SIlI
    )

    Parameters

    pIlI
    QIlI
    rIlI
    SIlI
    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