WMSIZE
WMSIZE is an informal term that appears in some programming contexts as a reference to the Windows message WM_SIZE. It is not an official Windows API constant; WM_SIZE is the canonical name used by the Windows API. In practice, WMSIZE may be used in code comments, documentation, or as a local alias, but developers should rely on WM_SIZE for official references.
WM_SIZE is a Windows message sent to a window when the size of the window changes, such
Typical handling of WM_SIZE involves updating window layout and child controls, reallocating resources, or triggering layout
In summary, while WMSIZE may appear as a shorthand in some contexts, the official Windows message is