WM_ENDSESSION top-level constant

int const WM_ENDSESSION

The WM_ENDSESSION message is sent to an application after the system processes the results of the WM_QUERYENDSESSION message. The WM_ENDSESSION message informs the application whether the session is ending.

Implementation

const WM_ENDSESSION = 0x0016;