updates the client area of this 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 this window, bypassing the application queue.
If the update region is empty, no message is sent.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax Return Value
Type:
Booleantrue if the call succeeded,
false otherwise.
See Also