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


In This Topic
    QhlI Delegate
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Delegate Function QhlI( _
       ByVal ShlI As System.IntPtr, _
       ByVal thlI As System.Integer, _
       ByVal UhlI As System.IntPtr, _
       ByVal vhlI As System.IntPtr _
    ) As System.Integer
    'Usage
     
    
    Dim instance As New QhlI(AddressOf HandlerMethod)
    internal delegate System.int QhlI( 
       System.IntPtr ShlI,
       System.int thlI,
       System.IntPtr UhlI,
       System.IntPtr vhlI
    )

    Parameters

    ShlI
    thlI
    UhlI
    vhlI
    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