Click or drag to resize

WindowsUtilitiesUpdateWindow Method

updates the client area of the specified window by sending a WM_PAINT message to the window if the window's update region is not empty. The function sends a WM_PAINT message directly to the window procedure of the specified window, bypassing the application queue. If the update region is empty, no message is sent.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static bool UpdateWindow(
	IntPtr handle
)

Parameters

handle
Type: SystemIntPtr
The handle.

Return Value

Type: Boolean
true if the call succeeded, false otherwise.
See Also