ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Util.Win Namespace / Win32.EnumWindowProc Delegate

In This Topic
    Win32.EnumWindowProc Delegate
    In This Topic
    Syntax
    'Declaration
     
    Public Delegate Function Win32.EnumWindowProc( _
       ByVal hwnd As System.IntPtr, _
       ByVal lParam As System.IntPtr _
    ) As System.Boolean
    public delegate System.bool Win32.EnumWindowProc( 
       System.IntPtr hwnd,
       System.IntPtr lParam
    )

    Parameters

    hwnd
    lParam
    See Also