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:
callback.ShellBoost.Core.Utilities
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax Return Value
Type:
Booleantrue if the call succeeded,
false otherwise.
See Also