WM_USERCHANGED top-level constant

int const WM_USERCHANGED

Sent to all windows after the user has logged on or off. When the user logs on or off, the system updates the user-specific settings. The system sends this message immediately after updating the settings.

Implementation

const WM_USERCHANGED = 0x0054;