WM_QUIT top-level constant

int const WM_QUIT

Indicates a request to terminate an application, and is generated when the application calls the PostQuitMessage function. This message causes the GetMessage function to return zero.

Implementation

const WM_QUIT = 0x0012;