Home
last modified time | relevance | path

Searched refs:wszText (Results 1 – 6 of 6) sorted by relevance

/reactos/dll/win32/shell32/dialogs/
H A Ddrvdefext.cpp71 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 Dcredui_main.c206 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 Dselection.c201 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 DCFindFolder.cpp50 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 Deditor.c306 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 DCDefaultContextMenu.cpp770 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()