UpdateWindow (user32)
Last changed: jnm2-74.212.46.188

.
Summary

C# Signature:

[DllImport("user32.dll")]
static extern bool UpdateWindow(IntPtr hWnd);

VB.NET Signature:

<DllImport("user32.dll")> _
Private Shared Function UpdateWindow(ByVal hWnd As IntPtr) As Boolean
End Function

User-Defined Types:

Public Declare Function UpdateWindow Lib "user32" (ByVal hWnd As Long) As Long

Notes:

See http://msdn.microsoft.com/library/default.asp?url=/library/en-us/gdi/pantdraw_4zef.asp for details.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation