Searched refs:LV_ITEMW (Results 1 – 2 of 2) sorted by relevance
57 int InsertItem(const LV_ITEMW* item) { return (int)SendMsg(LVM_INSERTITEMW, 0, (LPARAM)item); } in InsertItem()59 …bool SetItem(const LV_ITEMW* item) { return BOOLToBool((BOOL)SendMsg(LVM_SETITEMW, 0, (LPARAM)item… in SetItem()
2303 #define LV_ITEMW LVITEMW macro