Home
last modified time | relevance | path

Searched refs:MB_ICONMASK (Results 1 – 4 of 4) sorted by relevance

/reactos/win32ss/user/user32/windows/
H A Dmessagebox.c279 switch (mbd->mbp.dwStyle & MB_ICONMASK) in MessageBoxProc()
689 switch (lpMsgBoxParams->dwStyle & MB_ICONMASK) in SoftModalMessageBox()
/reactos/dll/win32/msi/
H A Dpackage.c1713 if (!(eMessageType & MB_ICONMASK)) in internal_ui_handler()
1718 if (!(eMessageType & MB_ICONMASK)) in internal_ui_handler()
1723 if (!(eMessageType & MB_ICONMASK)) in internal_ui_handler()
/reactos/base/applications/notepad/
H A Ddialog.c203 if ((dwFlags & MB_ICONMASK) == MB_ICONEXCLAMATION) in DIALOG_StringMsgBox()
/reactos/sdk/include/psdk/
H A Dwinuser.h822 #define MB_ICONMASK 240 macro