Searched defs:pszText_ (Results 1 – 2 of 2) sorted by relevance
/reactos/base/setup/reactos/ |
H A D | treelist.h | 484 #define TreeList_SetItemText(hwndLV,hItem_,iSubItem_,pszText_) \ argument 496 #define TreeList_SetItemText(hwndLV,hItem_,iSubItem_,pszText_) \ argument
|
/reactos/sdk/include/psdk/ |
H A D | commctrl.h | 2689 #define ListView_GetItemText(hwndLV,i,iSubItem_,pszText_,cchTextMax_) { LV_ITEM _ms_lvi; _ms_lvi.iS… argument 2696 #define ListView_SetItemText(hwndLV,i,iSubItem_,pszText_) { LV_ITEM _ms_lvi; _ms_lvi.iSubItem = iSu… argument
|