WindowsUtilitiesRedrawWindow Method (IntPtr, RDW) |
Updates the entire client area of window.
Namespace:
callback.ShellBoost.Core.Utilities
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax public static bool RedrawWindow(
IntPtr handle,
RDW flags
)
Parameters
- handle
- Type: SystemIntPtr
A handle to the window to be redrawn. If this parameter is Zero, the desktop window is updated. - flags
- Type: callback.ShellBoost.Core.UtilitiesRDW
The options.
Return Value
Type:
Booleantrue if the call succeeded,
false otherwise.
See Also