Click or drag to resize

WindowsUtilitiesRedrawWindow Method (IntPtr, IntPtr, RDW)

Updates the region in a window's client area.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static bool RedrawWindow(
	IntPtr handle,
	IntPtr updateRegion,
	RDW flags
)

Parameters

handle
Type: SystemIntPtr
A handle to the window to be redrawn. If this parameter is Zero, the desktop window is updated.
updateRegion
Type: SystemIntPtr
A handle to the update region.
flags
Type: callback.ShellBoost.Core.UtilitiesRDW
The options.

Return Value

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