[]
public delegate bool Win32.EnumWindowProc(IntPtr hwnd, IntPtr lParam)
Public Delegate Function Win32.EnumWindowProc(hwnd As IntPtr, lParam As IntPtr) As Boolean
| Type | Name | Description |
|---|---|---|
| IntPtr | hwnd | |
| IntPtr | lParam |
| Type | Description |
|---|---|
| bool |
| Name | Description |
|---|---|
| EnumWindowProc(object, IntPtr) |
| Name | Description |
|---|---|
| BeginInvoke(IntPtr, IntPtr, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(IntPtr, IntPtr) |