Searched refs:MB_ICONMASK (Results 1 – 4 of 4) sorted by relevance
279 switch (mbd->mbp.dwStyle & MB_ICONMASK) in MessageBoxProc()689 switch (lpMsgBoxParams->dwStyle & MB_ICONMASK) in SoftModalMessageBox()
1713 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()
203 if ((dwFlags & MB_ICONMASK) == MB_ICONEXCLAMATION) in DIALOG_StringMsgBox()
822 #define MB_ICONMASK 240 macro