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