WM_USER top-level constant
int
const WM_USER
Used to define private messages for use by private window classes, usually in the form WM_USER+x, where x is an integer value.
Implementation
const WM_USER = 0x0400;