getupdatergn (user32)
Last changed: anonymous

.
Summary

This function retrieves the update region of a window by copying it into the specified region. The coordinates of the update region are relative to the upper left corner of the window; that is, they are client coordinates.

C# Signature:

[DllImport("user32.dll")]
static extern int GetUpdateRgn(IntPtr hWnd, IntPtr hRgn, bool bErase);

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation