Home
last modified time | relevance | path

Searched refs:MessageBoxA (Results 1 – 25 of 33) sorted by relevance

12

/reactos/modules/rostests/apitests/user32/makeimg/
H A Dshowimg.c21 MessageBoxA(NULL, buffer, "handle", 0); in WndProc()
24 MessageBoxA(NULL, buffer, "Bmp", 0); in WndProc()
26 MessageBoxA(NULL, buffer, "LastError", 0); in WndProc()
/reactos/base/applications/drwtsn32/
H A Dmain.cpp308 MessageBoxA(NULL, szUsage, "ReactOS Crash Reporter", MB_OK); in wWinMain()
320 MessageBoxA(NULL, szUsage, "ReactOS Crash Reporter", MB_OK); in wWinMain()
335MessageBoxA(NULL, "Could not create directory to write crash report.", "ReactOS Crash Reporter", M… in wWinMain()
/reactos/modules/rostests/winetests/user32/
H A Ddialog.c2152 MessageBoxA(NULL, "Message", msgbox_title, MB_OK); in test_MessageBox_WM_COPY_Test()
2155 MessageBoxA(NULL, "Message", msgbox_title, MB_OKCANCEL); in test_MessageBox_WM_COPY_Test()
2158 MessageBoxA(NULL, "Message", msgbox_title, MB_ABORTRETRYIGNORE); in test_MessageBox_WM_COPY_Test()
2161 MessageBoxA(NULL, "Message", msgbox_title, MB_YESNO); in test_MessageBox_WM_COPY_Test()
2164 MessageBoxA(NULL, "Message", msgbox_title, MB_YESNOCANCEL); in test_MessageBox_WM_COPY_Test()
2167 MessageBoxA(NULL, "Message", msgbox_title, MB_RETRYCANCEL); in test_MessageBox_WM_COPY_Test()
2170 MessageBoxA(NULL, "Message", msgbox_title, MB_CANCELTRYCONTINUE); in test_MessageBox_WM_COPY_Test()
2349 MessageBoxA(owner, NULL, p->caption, p->style); in create_window_thread()
2399 ret = MessageBoxA(NULL, "Text", "MSGBOX caption", MB_OKCANCEL); in test_MessageBox()
/reactos/subsystems/mvdm/samples/testvdd/
H A Dtestvdd.c71 MessageBoxA(NULL, Buffer, "Test VDD", MB_OK); in VddDbgMsg()
/reactos/dll/win32/winmm/midimap/
H A Dmidimap.c573 … case DRV_CONFIGURE: MessageBoxA(0, "MIDIMAP MultiMedia Driver !", "OSS Driver", MB_OK); return 1; in MIDIMAP_DriverProc()
/reactos/base/applications/winhlp32/
H A Dwinhelp.c204 return MessageBoxA(0, newtext, MAKEINTRESOURCEA(ids_title), type); in WINHELP_MessageBoxIDS_s()
1266 MessageBoxA(hWnd, "count > 1 not supported yet", "Error", MB_OK | MB_ICONSTOP); in WINHELP_IndexDlgProc()
1274MessageBoxA(hWnd, "macro keywords not supported yet", "Error", MB_OK | MB_ICONSTOP); in WINHELP_IndexDlgProc()
/reactos/dll/win32/msgsm32.acm/
H A Dmsgsm32.c587 case DRV_CONFIGURE: MessageBoxA(0, "GSM 06.10 codec", "Wine Driver", MB_OK); return 1; in GSM_DriverProc()
/reactos/dll/directx/wine/dinput/
H A Dconfig.c395 MessageBoxA(dialog, "Could not save settings", 0, MB_ICONERROR); in save_actions()
/reactos/sdk/lib/ucrt/internal/
H A Dwinapi_thunks.cpp111 …_APPLY(MessageBoxA, ({ ext_ms_win_ntuser_dialogbox_l1_1_0, …
/reactos/base/shell/progman/
H A Dgrpfile.c401 if (IDOK != MessageBoxA(Globals.hMainWnd, msg, "WARNING", in GRPFILE_WriteGroupFile()
/reactos/dll/win32/msadp32.acm/
H A Dmsadp32.c800 case DRV_CONFIGURE: MessageBoxA(0, "MSACM MS ADPCM filter !", "Wine Driver", MB_OK); return 1; in ADPCM_DriverProc()
/reactos/dll/win32/msg711.acm/
H A Dmsg711.c1093 …case DRV_CONFIGURE: MessageBoxA(0, "MS G711 (a-Law & mu-Law) filter !", "Wine Driver", MB_OK); re… in G711_DriverProc()
/reactos/modules/rosapps/applications/sysutils/fontsub/
H A Dfontsub.cpp1565 MessageBoxA(NULL, "ERROR: RegisterClass failed.", NULL, MB_ICONERROR); in wWinMain()
1585 MessageBoxA(NULL, "ERROR: CreateWindow failed.", NULL, MB_ICONERROR); in wWinMain()
/reactos/dll/win32/imaadp32.acm/
H A Dimaadp32.c941 case DRV_CONFIGURE: MessageBoxA(0, "MSACM IMA ADPCM filter !", "Wine Driver", MB_OK); return 1; in ADPCM_DriverProc()
/reactos/dll/win32/winemp3.acm/
H A Dmpegl3.c990 case DRV_CONFIGURE: MessageBoxA(0, "MPEG3 filter !", "Wine Driver", MB_OK); return 1; in MPEG3_DriverProc()
/reactos/dll/win32/mciavi32/
H A Dmciavi.c148 MessageBoxA(0, "Sample AVI Wine Driver !", "MM-Wine Driver", MB_OK); in MCIAVI_drvConfigure()
/reactos/base/applications/rapps/
H A Dloaddlg.cpp932 … if (MessageBoxA(hMainWnd, szMsgText.GetString(), NULL, MB_YESNO | MB_ICONERROR) != IDYES) in ThreadFunc()
/reactos/modules/rosapps/applications/explorer-old/
H A Dexplorer.cpp1182 MessageBoxA(g_Globals._hwndDesktop, in _tWinMain()
/reactos/dll/win32/shell32/wine/
H A Dshellord.c680 ret = MessageBoxA(hWnd, pszTemp, pszTitle, uType | MB_SETFOREGROUND); in ShellMessageBoxA()
716 ret = MessageBoxA(hWnd,pszTemp,pszTitle,uType); in ShellMessageBoxA()
/reactos/dll/win32/mciqtz32/
H A Dmciqtz.c138 MessageBoxA(0, "Sample QTZ Wine Driver !", "MM-Wine Driver", MB_OK); in MCIQTZ_drvConfigure()
/reactos/dll/win32/msacm32/
H A Dpcmconverter.c1339 case DRV_CONFIGURE: MessageBoxA(0, "MSACM PCM filter !", "Wine Driver", MB_OK); return 1; in PCM_DriverProc()
/reactos/win32ss/user/user32/windows/
H A Dmessagebox.c1074 MessageBoxA( in MessageBoxA() function
/reactos/win32ss/user/user32/
H A Duser32.spec491 @ stdcall MessageBoxA(long str str long)
/reactos/dll/win32/syssetup/
H A Dinstall.c65 MessageBoxA(NULL, in FatalError()
/reactos/dll/win32/msacm32.drv/
H A Dwavemap.c1238 …case DRV_CONFIGURE: MessageBoxA(0, "WAVEMAP MultiMedia Driver !", "Wave mapper Driver", MB_OK); r… in WAVEMAP_DriverProc()

12