Searched refs:LVM_SETITEMTEXT (Results 1 – 7 of 7) sorted by relevance
/reactos/base/applications/msconfig/ |
H A D | srvpage.c | 198 … SendMessage(hServicesListCtrl, LVM_SETITEMTEXT, item.iItem, (LPARAM) &item); in GetServices() 289 … SendMessage(hServicesListCtrl, LVM_SETITEMTEXT, item.iItem, (LPARAM) &item); in GetServices() 298 SendMessage(hServicesListCtrl, LVM_SETITEMTEXT, item.iItem, (LPARAM) &item); in GetServices() 306 SendMessage(hServicesListCtrl, LVM_SETITEMTEXT, item.iItem, (LPARAM) &item); in GetServices()
|
H A D | startuppage.c | 134 … SendMessage(hStartupListCtrl, LVM_SETITEMTEXT, item.iItem, (LPARAM) &item); in GetDisabledAutostartEntriesFromRegistry() 187 SendMessage(hStartupListCtrl, LVM_SETITEMTEXT, item.iItem, (LPARAM) &item); in GetAutostartEntriesFromRegistry() 205 SendMessage(hStartupListCtrl, LVM_SETITEMTEXT, item.iItem, (LPARAM) &item); in GetAutostartEntriesFromRegistry()
|
H A D | toolspage.c | 45 SendMessage(hToolsListCtrl, LVM_SETITEMTEXT, item.iItem, (LPARAM) &item); in AddItem()
|
/reactos/base/applications/msconfig_new/ |
H A D | startuppage.c | 134 … SendMessageW(hStartupListCtrl, LVM_SETITEMTEXT, item.iItem, (LPARAM) &item); in GetDisabledAutostartEntriesFromRegistry() 187 SendMessageW(hStartupListCtrl, LVM_SETITEMTEXT, item.iItem, (LPARAM) &item); in GetAutostartEntriesFromRegistry() 205 SendMessageW(hStartupListCtrl, LVM_SETITEMTEXT, item.iItem, (LPARAM) &item); in GetAutostartEntriesFromRegistry()
|
/reactos/base/applications/mscutils/servman/ |
H A D | listview.c | 134 LVM_SETITEMTEXT, in ChangeListViewText() 181 LVM_SETITEMTEXT, in ChangeListViewText() 232 LVM_SETITEMTEXT, in ChangeListViewText()
|
/reactos/sdk/include/reactos/ui/ |
H A D | rosctrls.h | 191 return SendMessage(LVM_SETITEMTEXT, i, (LPARAM)&item); in SetItemText()
|
/reactos/sdk/include/psdk/ |
H A D | commctrl.h | 2694 #define LVM_SETITEMTEXT __MINGW_NAME_AW(LVM_SETITEMTEXT) macro 2696 …vi.iSubItem = iSubItem_; _ms_lvi.pszText = pszText_; SNDMSG((hwndLV),LVM_SETITEMTEXT,(WPARAM)(i),(…
|