/reactos/win32ss/user/user32/windows/ |
H A D | messagebox.c | 544 if (!mbd.mbp.lpszCaption) in MessageBoxTimeoutIndirectW() 644 if (lpMsgBoxParams->lpszCaption && IS_INTRESOURCE(lpMsgBoxParams->lpszCaption)) in SoftModalMessageBox() 651 lpMsgBoxParams->lpszCaption = caption; in SoftModalMessageBox() 653 else if (lpMsgBoxParams->lpszCaption) in SoftModalMessageBox() 658 if (!lpMsgBoxParams->lpszCaption) in SoftModalMessageBox() 661 lpMsgBoxParams->lpszCaption = L""; in SoftModalMessageBox() 1116 msgbox.lpszCaption = lpCaption; in MessageBoxExA() 1144 msgbox.lpszCaption = lpCaption; in MessageBoxExW() 1212 msgboxW.lpszCaption = captionW.Buffer; in MessageBoxIndirectA() 1276 msgboxW.lpszCaption = captionW.Buffer; in MessageBoxTimeoutA() [all …]
|
/reactos/dll/win32/oleaut32/ |
H A D | olepropframe.c | 185 debugstr_w(lpParams->lpszCaption), lpParams->cObjects, in OleCreatePropertyFrameIndirect() 244 if(lpParams->lpszCaption) { in OleCreatePropertyFrameIndirect() 246 property_sheet.pszCaption = lpParams->lpszCaption; in OleCreatePropertyFrameIndirect() 325 HWND hwndOwner, UINT x, UINT y, LPCOLESTR lpszCaption, ULONG cObjects, in OleCreatePropertyFrame() argument 335 ocpf.lpszCaption = lpszCaption; in OleCreatePropertyFrame()
|
/reactos/sdk/include/psdk/ |
H A D | oledlg.h | 149 LPCSTR lpszCaption; member 175 LPCWSTR lpszCaption; member 223 LPCSTR lpszCaption; member 249 LPCWSTR lpszCaption; member 292 LPCSTR lpszCaption; member 309 LPCWSTR lpszCaption; member 379 LPCSTR lpszCaption; member 403 LPCWSTR lpszCaption; member 476 LPCWSTR lpszCaption; member 490 LPCSTR lpszCaption; member [all …]
|
H A D | olectl.h | 106 LPCOLESTR lpszCaption; member 192 LPCOLESTR lpszCaption, ULONG cObjects, LPUNKNOWN* ppUnk,
|
H A D | winuser.h | 3330 LPCSTR lpszCaption; member 3343 LPCWSTR lpszCaption; member
|
/reactos/dll/win32/oledlg/ |
H A D | pastespl.c | 91 ps->hWndOwner, debugstr_w(ps->lpszCaption), ps->lpfnHook, ps->lCustData); in dump_pastespecial() 555 if(ps_struct->ps->lpszCaption) in ps_dlg_proc() 556 SetWindowTextW(hdlg, ps_struct->ps->lpszCaption); in ps_dlg_proc() 643 ps.lpszCaption = strdupAtoW(psA->lpszCaption); in OleUIPasteSpecialA() 677 HeapFree(GetProcessHeap(), 0, (WCHAR*)ps.lpszCaption); in OleUIPasteSpecialA()
|
H A D | insobjdlg.c | 230 if (pdlgInfo->lpOleUIInsertObject->lpszCaption) in UIINSERTOBJECTDLG_InitDialog() 231 SetWindowTextA(pdlgInfo->hwndSelf, pdlgInfo->lpOleUIInsertObject->lpszCaption); in UIINSERTOBJECTDLG_InitDialog()
|
/reactos/modules/rostests/win32/user32/messagebox/ |
H A D | messagebox.c | 95 data.mbp.lpszCaption = MAKEINTRESOURCEW(IDS_RES_CAPTION); // L"SoftModalMessageBox"; in TestSoftModalMsgBox()
|
/reactos/dll/win32/shell32/ |
H A D | shlfileop.cpp | 90 LPWSTR lpszCaption; member 154 SetWindowTextW(hDlg, info->lpszCaption); in ConfirmMsgBox_Init() 204 int SHELL_ConfirmMsgBox(HWND hWnd, LPWSTR lpszText, LPWSTR lpszCaption, HICON hIcon, BOOL bYesToAll) in SHELL_ConfirmMsgBox() argument 209 info.lpszCaption = lpszCaption; in SHELL_ConfirmMsgBox()
|
/reactos/base/applications/clipbrd/ |
H A D | winutils.c | 58 mb.lpszCaption = MAKEINTRESOURCEW(uCaption); in MessageBoxRes()
|
/reactos/modules/rostests/winetests/user32/ |
H A D | generated.c | 2232 TEST_FIELD_SIZE (MSGBOXPARAMSA, lpszCaption, 8) in test_pack_MSGBOXPARAMSA() 2233 TEST_FIELD_ALIGN (MSGBOXPARAMSA, lpszCaption, 8) in test_pack_MSGBOXPARAMSA() 2234 TEST_FIELD_OFFSET(MSGBOXPARAMSA, lpszCaption, 32) in test_pack_MSGBOXPARAMSA() 2269 TEST_FIELD_SIZE (MSGBOXPARAMSW, lpszCaption, 8) in test_pack_MSGBOXPARAMSW() 2270 TEST_FIELD_ALIGN (MSGBOXPARAMSW, lpszCaption, 8) in test_pack_MSGBOXPARAMSW() 2271 TEST_FIELD_OFFSET(MSGBOXPARAMSW, lpszCaption, 32) in test_pack_MSGBOXPARAMSW() 5736 TEST_FIELD_SIZE (MSGBOXPARAMSA, lpszCaption, 4) in test_pack_MSGBOXPARAMSA() 5737 TEST_FIELD_ALIGN (MSGBOXPARAMSA, lpszCaption, 4) in test_pack_MSGBOXPARAMSA() 5738 TEST_FIELD_OFFSET(MSGBOXPARAMSA, lpszCaption, 16) in test_pack_MSGBOXPARAMSA() 5773 TEST_FIELD_SIZE (MSGBOXPARAMSW, lpszCaption, 4) in test_pack_MSGBOXPARAMSW() [all …]
|
/reactos/dll/win32/shell32/folders/ |
H A D | CDesktopFolder.cpp | 214 int SHELL_ConfirmMsgBox(HWND hWnd, LPWSTR lpszText, LPWSTR lpszCaption, HICON hIcon, BOOL bYesToAll…
|
/reactos/sdk/lib/atl/ |
H A D | atlwin.h | 1002 int MessageBox(LPCTSTR lpszText, LPCTSTR lpszCaption = NULL, UINT nType = MB_OK) 1005 return ::MessageBox(m_hWnd, lpszText, lpszCaption, nType);
|
/reactos/win32ss/user/ntuser/ |
H A D | menu.c | 6566 PUNICODE_STRING lpszCaption) in NtUserThunkedMenuItemInfo() argument 6587 if (lpszCaption && lpszCaption->Buffer) in NtUserThunkedMenuItemInfo() 6592 lpszCaption); in NtUserThunkedMenuItemInfo()
|
/reactos/modules/rosapps/applications/sysutils/fontsub/ |
H A D | fontsub.cpp | 1249 Params.lpszCaption = g_szTitle; in MainWnd_OnAbout()
|
/reactos/base/setup/reactos/ |
H A D | reactos.c | 194 mb.lpszCaption = pszTitle; in DisplayMessageV()
|
/reactos/win32ss/include/ |
H A D | ntuser.h | 1411 PUNICODE_STRING lpszCaption);
|
/reactos/base/applications/wordpad/ |
H A D | wordpad.c | 145 params.lpszCaption = lpCaption; in MessageBoxWithResStringW()
|