Searched refs:DeleteItem (Results 1 - 2 of 2) sorted by relevance
/third_party/lzma/CPP/Windows/Control/ | ||
H A D | ComboBox.h | 60 LRESULT DeleteItem(int index) { return SendMsg(CBEM_DELETEITEM, MY_int_TO_WPARAM(index), 0); }
in DeleteItem() function in NWindows::NControl::CComboBoxEx |
H A D | ListView.h | 64 bool DeleteItem(unsigned itemIndex) { return BOOLToBool(ListView_DeleteItem(_window, itemIndex)); }
in DeleteItem() function in NWindows::NControl::CListView |
Completed in 1 milliseconds