MB_DEFAULT_DESKTOP_ONLY top-level constant Null safety
Same as desktop of the interactive window station.
If the current input desktop is not the default desktop, MessageBox does not return until the user switches to the default desktop.
Implementation
const MB_DEFAULT_DESKTOP_ONLY = 0x00020000;