[]
public static extern nint SendMessageRect(nint hWnd, int wMsg, nint wParam, ref Win32.RECT lParam)
Public Shared Function SendMessageRect(hWnd As IntPtr, wMsg As Integer, wParam As IntPtr, ByRef lParam As Win32.RECT) As IntPtr
| Type | Name | Description |
|---|---|---|
| nint | hWnd | |
| int | wMsg | |
| nint | wParam | |
| Win32.RECT | lParam |
| Type | Description |
|---|---|
| nint |