Home
last modified time | relevance | path

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

/reactos/dll/win32/shell32/wine/
H A Dcontrol.c290 int itemidx; in Control_WndProc_Create() local
350 itemidx = ListView_InsertItemW(panel->hWndListView, &lvItem); in Control_WndProc_Create()
353 ListView_SetItemTextW(panel->hWndListView, itemidx, 1, applet->info[i].info); in Control_WndProc_Create()
/reactos/base/applications/wordpad/
H A Dwordpad.c2226 int itemidx = SendMessageW(hFormatBarWnd, TB_COMMANDTOINDEX, ID_FORMAT_COLOR, 0); in OnCommand() local
2228 SendMessageW(hFormatBarWnd, TB_GETITEMRECT, itemidx, (LPARAM)&itemrc); in OnCommand()