Click or drag to resize

Win32WindowRedrawWindow Method (IntPtr, RDW)

Updates the region in this window's client area.

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

Parameters

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