[DllImport("user32.dll")]
static extern bool ValidateRect(IntPtr hWnd, ref RECT lpRect);
None.
In the Win32 API, it is valid to specify a value of "NULL" to lpRect. I am not sure how or if you can specify null structure references using pInvoke in C#/.NET.
Please add some!
Please add some!
Do you know one? Please contribute it!