Searched refs:wszText (Results 1 – 6 of 6) sorted by relevance
/reactos/dll/win32/shell32/dialogs/ |
H A D | drvdefext.cpp | 71 WCHAR wszText[100]; in InitializeChkDskDialog() local 75 Length = GetWindowTextW(hwndDlg, wszText, sizeof(wszText) / sizeof(WCHAR)); in InitializeChkDskDialog() 76 wszText[Length] = L' '; in InitializeChkDskDialog() 77 …GetDriveNameWithLetter(&wszText[Length + 1], (sizeof(wszText) / sizeof(WCHAR)) - Length - 1, pwszD… in InitializeChkDskDialog() 78 SetWindowText(hwndDlg, wszText); in InitializeChkDskDialog()
|
/reactos/dll/win32/credui/ |
H A D | credui_main.c | 206 WCHAR wszText[256]; in CredDialogCreateBalloonTip() local 218 if (!LoadStringW(hinstCredUI, IDS_INCORRECTPASSWORD, wszText, ARRAY_SIZE(wszText))) in CredDialogCreateBalloonTip() 230 toolinfo.lpszText = wszText; in CredDialogCreateBalloonTip() 235 if (!LoadStringW(hinstCredUI, IDS_CAPSLOCKON, wszText, ARRAY_SIZE(wszText))) in CredDialogCreateBalloonTip()
|
/reactos/dll/win32/mshtml/ |
H A D | selection.c | 201 static const WCHAR wszText[] = {'T','e','x','t',0}; in HTMLSelectionObject_get_type() local 208 *p = SysAllocString(collapsed ? wszNone : wszText); /* FIXME: control */ in HTMLSelectionObject_get_type()
|
/reactos/dll/win32/browseui/shellfind/ |
H A D | CFindFolder.cpp | 50 WCHAR wszText[100]; in _InsertMenuItemW() local 61 …W(_AtlBaseModule.GetResourceInstance(), LOWORD((ULONG_PTR)dwTypeData), wszText, _countof(wszText))) in _InsertMenuItemW() 62 mii.dwTypeData = wszText; in _InsertMenuItemW()
|
/reactos/dll/win32/riched20/ |
H A D | editor.c | 306 WCHAR wszText[STREAMIN_BUFFER_SIZE+1]; in ME_StreamInText() local 374 pText = wszText; in ME_StreamInText() 3492 LPWSTR wszText = ME_ToUnicode(codepage, text, &textLen); in ME_SetText() local 3494 ME_EndToUnicode(codepage, wszText); in ME_SetText() 3869 LPWSTR wszText; in ME_HandleMessage() local 3912 ME_InsertTextFromCursor(editor, 0, wszText, len, style); in ME_HandleMessage() 3913 ME_EndToUnicode(CP_UTF8, wszText); in ME_HandleMessage() 3917 ME_EndToUnicode(pStruct->codepage, wszText); in ME_HandleMessage() 4072 TRACE("EM_REPLACESEL - %s\n", debugstr_w(wszText)); in ME_HandleMessage() 4074 ME_ReplaceSel(editor, !!wParam, wszText, len); in ME_HandleMessage() [all …]
|
/reactos/dll/win32/shell32/ |
H A D | CDefaultContextMenu.cpp | 770 WCHAR wszText[100]; in _InsertMenuItemW() local 781 … if (LoadStringW(shell32_hInstance, LOWORD((ULONG_PTR)dwTypeData), wszText, _countof(wszText))) in _InsertMenuItemW() 782 mii.dwTypeData = wszText; in _InsertMenuItemW()
|