/reactos/base/applications/taskmgr/ |
H A D | endproc.c | 34 MessageBoxW(hMainWnd, strErrorText, szTitle, MB_OK|MB_ICONWARNING|MB_TOPMOST); in ProcessPage_OnEndProcess() 53 MessageBoxW(hMainWnd, strErrorText, szTitle, MB_OK|MB_ICONSTOP|MB_TOPMOST); in ProcessPage_OnEndProcess() 62 MessageBoxW(hMainWnd, strErrorText, szTitle, MB_OK|MB_ICONSTOP|MB_TOPMOST); in ProcessPage_OnEndProcess() 165 MessageBoxW(hMainWnd, strErrorText, szTitle, MB_OK|MB_ICONWARNING|MB_TOPMOST); in ProcessPage_OnEndProcessTree() 182 MessageBoxW(hMainWnd, strErrorText, szTitle, MB_OK|MB_ICONSTOP); in ProcessPage_OnEndProcessTree() 190 MessageBoxW(hMainWnd, strErrorText, szTitle, MB_OK|MB_ICONSTOP); in ProcessPage_OnEndProcessTree()
|
H A D | debug.c | 37 MessageBoxW(hMainWnd, strErrorText, szTemp, MB_OK | MB_ICONSTOP); in ProcessPage_OnDebug() 45 MessageBoxW(hMainWnd, strErrorText, szTemp, MB_OK | MB_ICONSTOP); in ProcessPage_OnDebug() 54 MessageBoxW(hMainWnd, strErrorText, szTemp, MB_OK | MB_ICONSTOP); in ProcessPage_OnDebug() 66 MessageBoxW(hMainWnd, strErrorText, szTemp, MB_OK | MB_ICONSTOP); in ProcessPage_OnDebug() 79 MessageBoxW(hMainWnd, strErrorText, szTemp, MB_OK | MB_ICONSTOP); in ProcessPage_OnDebug()
|
H A D | affinity.c | 41 MessageBoxW(hMainWnd, strErrorText, szTitle, MB_OK|MB_ICONSTOP); in ProcessPage_OnSetAffinity() 71 MessageBoxW(hMainWnd, strErrorText, szTitle, MB_OK|MB_ICONSTOP); in AffinityDialogWndProc() 124 MessageBoxW(hDlg, strErrorText, szTitle, MB_OK|MB_ICONSTOP); in AffinityDialogWndProc() 135 MessageBoxW(hMainWnd, strErrorText, szTitle, MB_OK|MB_ICONSTOP); in AffinityDialogWndProc()
|
H A D | priority.c | 34 MessageBoxW(hMainWnd, szText, szTitle, MB_OK|MB_ICONSTOP); in DoSetPriority() 42 MessageBoxW(hMainWnd, szText, szTitle, MB_OK|MB_ICONSTOP); in DoSetPriority()
|
/reactos/base/applications/setup16/ |
H A D | main.c | 93 MessageBoxW(0, L"Cannot find Setup.lst file", L"Error", MB_OK | MB_ICONERROR); in wWinMain() 115 MessageBoxW(0, L"Could not create Temp Directory.", L"Error", MB_OK | MB_ICONERROR); in wWinMain() 125 MessageBoxW(0, L"Could not extract cab file", L"Error", MB_OK | MB_ICONERROR); in wWinMain() 149 MessageBoxW(0, szMsg, L"Error", MB_OK | MB_ICONERROR); in wWinMain()
|
/reactos/base/applications/shutdown/ |
H A D | gui.c | 55 MessageBoxW(NULL, L"This function is unimplemented.", L"Unimplemented", MB_OK); in ShutdownGuiMain() 63 MessageBoxW(NULL, L"Dialog Error!", L"Message", MB_OK); in ShutdownGuiMain()
|
/reactos/base/applications/regedit/ |
H A D | error.c | 30 …iRet = MessageBoxW(hWnd, (Status && lpMsgBuf ? lpMsgBuf : L"Error displaying error message."), lpT… in ErrorMessageBox() 60 …iRet = MessageBoxW(hWnd, (lpMessage && lpMsgBuf ? lpMsgBuf : L"Error displaying info message."), l… in InfoMessageBox()
|
/reactos/dll/shellext/cryptext/ |
H A D | cryptext.c | 46 MessageBoxW(NULL, Message, NULL, MB_OK); in CryptExtOpenCERW() 50 MessageBoxW(NULL, L"This is not a valid certificate file.", NULL, MB_OK); in CryptExtOpenCERW()
|
/reactos/dll/shellext/zipfldr/ |
H A D | CZipCreator.cpp | 198 MessageBoxW(NULL, strText, strTitle, MB_ICONERROR); in runThread() 244 MessageBoxW(NULL, strText, strTitle, MB_ICONERROR); in JustDoIt() 263 MessageBoxW(NULL, strText, strTitle, MB_ICONERROR); in JustDoIt() 350 MessageBoxW(NULL, strText, strTitle, MB_ICONERROR); in JustDoIt()
|
/reactos/base/applications/msconfig_new/ |
H A D | fileextractdialog.c | 92 … MessageBoxW(NULL, L"An error has occurred!!", L"Error", MB_ICONERROR | MB_OK); in FileExtractDialogWndProc() 96 …MessageBoxW(NULL, L"All the files were uncompressed successfully.", L"Info", MB_ICONINFORMATION | … in FileExtractDialogWndProc() 104 … MessageBoxW(NULL, L"File extraction is unimplemented!", L"Info", MB_ICONINFORMATION | MB_OK); in FileExtractDialogWndProc()
|
H A D | xmldomparser.cpp | 128 MessageBoxW(NULL, lpszStr, L"Error", MB_ICONERROR | MB_OK); in LoadXMLDocumentFromResource() 170 MessageBoxW(NULL, lpszStr, L"Error", MB_ICONERROR | MB_OK); in LoadXMLDocumentFromFile()
|
/reactos/dll/cpl/appwiz/ |
H A D | createlink.c | 335 MessageBoxW(hwndDlg, szError, szDesc, MB_ICONERROR); in WelcomeDlgProc() 453 MessageBoxW(hwndDlg, szMessage, NULL, MB_ICONERROR); in FinishDlgProc() 478 MessageBoxW(hwndDlg, szMessage, NULL, MB_ICONERROR); in FinishDlgProc() 496 MessageBoxW(hwndDlg, szMessage, NULL, MB_ICONERROR); in FinishDlgProc() 545 MessageBoxW(hwndCPl, szMessage, NULL, MB_ICONERROR); in ShowCreateShortcutWizard() 556 MessageBoxW(hwndCPl, szMessage, NULL, MB_ICONERROR); in ShowCreateShortcutWizard() 566 MessageBoxW(hwndCPl, szMessage, NULL, MB_ICONERROR); in ShowCreateShortcutWizard()
|
/reactos/base/applications/mscutils/servman/ |
H A D | misc.c | 206 MessageBoxW(NULL, lpMsgBuf, L"Error!", MB_OK | MB_ICONERROR); in GetError() 213 MessageBoxW(NULL, Msg, L"Note!", MB_ICONEXCLAMATION|MB_OK); in DisplayString() 295 MessageBoxW(hwnd, szErrorText, szErrorCaption, uType); in ResourceMessageBox()
|
/reactos/base/applications/screensavers/logon/ |
H A D | logon.c | 63 MessageBoxW(hWnd, in ScreenSaverProc() 148 MessageBoxW(NULL, szMessage, szTitle, MB_OK | MB_ICONEXCLAMATION); in RegisterDialogClasses()
|
/reactos/sdk/include/c++/stlport/stl/config/ |
H A D | _windows.h | 150 # define MessageBox MessageBoxW 151 int WINAPI MessageBoxW(HWND hWnd, LPCWSTR lpText, LPCWSTR lpCaption, UINT uType);
|
/reactos/modules/rosapps/applications/sysutils/fontsub/ |
H A D | fontsub.cpp | 446 if (IDYES != MessageBoxW(g_hMainWnd, sz, g_szTitle, in LV_OnDelete() 479 MessageBoxW(hwnd, sz, NULL, MB_ICONERROR); in EditDlg_OnCommand() 629 MessageBoxW(hwnd, sz, NULL, MB_ICONERROR); in AddDlg_OnCommand() 641 MessageBoxW(hwnd, sz, NULL, MB_ICONERROR); in AddDlg_OnCommand() 664 MessageBoxW(hwnd, sz, NULL, MB_ICONERROR); in AddDlg_OnCommand() 1150 MessageBoxW(hwnd, szCannotImport, g_szTitle, MB_ICONERROR); in MainWnd_OnImport() 1181 MessageBoxW(hwnd, szCannotExport, g_szTitle, MB_ICONERROR); in MainWnd_OnExport() 1214 MessageBoxW(hwnd, sz, NULL, MB_ICONERROR); in MainWnd_OnOpenRegKey() 1230 MessageBoxW(hwnd, sz, NULL, MB_ICONERROR); in MainWnd_OnOpenRegKey() 1482 INT id = MessageBoxW(hwnd, szUpdateNow, g_szTitle, in MainWnd_OnClose() [all …]
|
/reactos/win32ss/printing/monitors/localmon/ui/ |
H A D | localui.c | 193 MessageBoxW(hWnd, message, res_PortW, MB_OK | MB_ICONERROR); in dlg_port_already_exists() 219 MessageBoxW(hWnd, message, res_PortW, MB_OK | MB_ICONERROR); in dlg_invalid_portname() 239 MessageBoxW(hWnd, res_nothingW, res_PortW, MB_OK | MB_ICONINFORMATION); in dlg_nothingtoconfig() 260 MessageBoxW(hWnd, message, res_PortW, MB_OK | MB_ICONERROR); in dlg_win32error()
|
/reactos/modules/rostests/winetests/GUI/ |
H A D | misc.c | 206 MessageBoxW(NULL, lpMsgBuf, L"Error!", MB_OK | MB_ICONERROR); in DisplayError() 213 MessageBoxW(NULL, lpMsg, L"Note!", MB_ICONEXCLAMATION|MB_OK); in DisplayMessage()
|
/reactos/base/applications/write/ |
H A D | write.c | 51 MessageBoxW(NULL, path, NULL, MB_OK|MB_ICONERROR); in wWinMain()
|
/reactos/dll/cpl/intl/ |
H A D | intl.c | 59 MessageBoxW(NULL, szErrorText, szErrorCaption, MB_OK | MB_ICONERROR); in PrintErrorMsgBox() 75 return MessageBoxW(hwnd, szErrorText, szErrorCaption, uType); in ResourceMessageBox()
|
/reactos/base/applications/utilman/ |
H A D | utilman.c | 58 MessageBoxW(GetDesktopWindow(), szFailLoad, szTitle, MB_ICONERROR | MB_OK); in wWinMain()
|
/reactos/base/applications/msconfig_new/comctl32ex/ |
H A D | comctl32supp.c | 59 MessageBoxW(NULL, strVersion, L"ComCtl32 version", MB_OK); in GetComCtl32Version()
|
/reactos/sdk/include/reactos/libs/sound/ |
H A D | mmebuddy_debug.h | 18 MessageBoxW(NULL, dbg_popup_msg, dbg_popup_title, MB_OK | MB_TASKMODAL); \
|
/reactos/base/applications/rapps/ |
H A D | settingsdlg.cpp | 228 if (MessageBoxW(hDlg, szMsgText, NULL, MB_YESNO) == IDYES) in SettingsDlgProc() 247 MessageBoxW(hDlg, szMsgText, NULL, MB_OK); in SettingsDlgProc()
|
/reactos/dll/win32/syssetup/ |
H A D | wizard.c | 894 MessageBoxW(hwndDlg, ErrorName, Title, MB_ICONERROR | MB_OK); in OwnerPageDlgProc() 951 MessageBoxW(hwndDlg, ErrorComputerName, Title, MB_ICONERROR | MB_OK); in WriteComputerSettings() 1145 MessageBoxW(hwndDlg, EmptyComputerName, Title, MB_ICONERROR | MB_OK); in ComputerPageDlgProc() 1171 MessageBoxW(hwndDlg, EmptyPassword, Title, MB_ICONERROR | MB_OK); in ComputerPageDlgProc() 1187 MessageBoxW(hwndDlg, NotMatchPassword, Title, MB_ICONERROR | MB_OK); in ComputerPageDlgProc() 1203 MessageBoxW(hwndDlg, WrongPassword, Title, MB_ICONERROR | MB_OK); in ComputerPageDlgProc() 1774 MessageBoxW(hwndDlg, ErrorLocalTime, Title, MB_ICONWARNING | MB_OK); in WriteDateTimeSettings() 2280 MessageBoxW(hwndDlg, ErrorMessage, Title, MB_ICONERROR | MB_OK); in ShowItemError() 2324 MessageBoxW(hwndDlg, ErrorMessage, in ShowStepError() 3159 MessageBoxW(NULL, in InstallWizard() [all …]
|