MB_SERVICE_NOTIFICATION top-level constant

  1. @Deprecated('Use MESSAGEBOX_STYLE.MB_SERVICE_NOTIFICATION instead')
int const MB_SERVICE_NOTIFICATION

The caller is a service notifying the user of an event. The function displays a message box on the current active desktop, even if there is no user logged on to the computer.

Implementation

@Deprecated('Use MESSAGEBOX_STYLE.MB_SERVICE_NOTIFICATION instead')
const MB_SERVICE_NOTIFICATION = 0x00200000;