GetUpdateRect (user32)
Last changed: jnm2-74.212.46.188

.
Summary

C# Signature:

[DllImport("user32.dll")]
static extern bool GetUpdateRect(IntPtr hWnd, IntPtr lpRect, bool bErase);

[DllImport("user32.dll")]
static extern bool GetUpdateRect(HandleRef hWnd, out RECT rect, bool bErase);

VB.NET Signature:

Public Declare Function GetUpdateRect Lib "user32" (ByVal hWnd As System.IntPtr, ByRef rc As RECT, ByRef fErase As Boolean) As Boolean

User-Defined Types:

RECT

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation