|
|
Sent to the window to erase the background. This message is sent to the window if the whole or a part of the background should be erased.
MSG_ERASEBKGND const RECT* inv_rect = (const RECT*)lParam;
|
|
|
Indicates that active non-client area of main window.
|
|
|
Indicates that paints non-client area.
|
|
|
Sent to the window if the window contains an invalid region. This message is sent to the window if the window contains an invalid region.
|
|
|
Indicates that the window has been shown or hidden. This message is sent to the window when the window has been shown or hidden (due to the calling of the function ShowWindow).
MSG_SHOWWINDOW int show_cmd = (int)wParam;
|
|
|
Indicates that actives and paints main window synchronously.
|
1.4.2