MB_APPLMODAL top-level constant

int const MB_APPLMODAL

The user must respond to the message box before continuing work in the window identified by the hWnd parameter. However, the user can move to the windows of other threads and work in those windows.

Implementation

const MB_APPLMODAL = 0x00000000;