Home
last modified time | relevance | path

Searched refs:tstrText (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/cpl/desk/
H A Deffappdlg.c67 TCHAR tstrText[80]; in AddToCombobox() local
71 LoadString(hApplet, iElement, (LPTSTR)tstrText, _countof(tstrText)); in AddToCombobox()
72 SendDlgItemMessage(hwndDlg, Combo, CB_ADDSTRING, 0, (LPARAM)tstrText); in AddToCombobox()
H A Dadvappdlg.c346 TCHAR tstrText[80]; in AdvAppearanceDlg_Init() local
361 LoadString(hApplet, IDS_ELEMENT_0 + iElement, (LPTSTR)&tstrText, 79); in AdvAppearanceDlg_Init()
362 …Index = SendDlgItemMessage(hwndDlg, IDC_ADVAPPEARANCE_ELEMENT, CB_ADDSTRING, 0, (LPARAM)&tstrText); in AdvAppearanceDlg_Init()