WM_ACTIVATEAPP top-level constant

int const WM_ACTIVATEAPP

Sent when a window belonging to a different application than the active window is about to be activated. The message is sent to the application whose window is being activated and to the application whose window is being deactivated.

Implementation

const WM_ACTIVATEAPP = 0x001C;