Delegate User32Api.EnumWindowsProc
Delegate description for the windows enumeration
Namespace: Dapplo.Windows.User32
Assembly: Dapplo.Windows.User32.dll
Syntax
public delegate bool EnumWindowsProc(IntPtr hwnd, IntPtr lParam);
Parameters
| Type | Name | Description |
|---|---|---|
| IntPtr | hwnd | |
| IntPtr | lParam |
Returns
| Type | Description |
|---|---|
| System.Boolean |