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


In This Topic
    CbnI Delegate
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Delegate Function CbnI( _
       ByVal EbnI As System.IntPtr, _
       ByVal fbnI As System.IntPtr, _
       ByVal GbnI As System.IntPtr, _
       ByVal hbnI As System.IntPtr _
    ) As System.Integer
    'Usage
     
    
    Dim instance As New CbnI(AddressOf HandlerMethod)
    internal delegate System.int CbnI( 
       System.IntPtr EbnI,
       System.IntPtr fbnI,
       System.IntPtr GbnI,
       System.IntPtr hbnI
    )

    Parameters

    EbnI
    fbnI
    GbnI
    hbnI
    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