Home
last modified time | relevance | path

Searched refs:DeleteItem (Results 1 - 2 of 2) sorted by relevance

/third_party/lzma/CPP/Windows/Control/
H A DComboBox.h60 LRESULT DeleteItem(int index) { return SendMsg(CBEM_DELETEITEM, MY_int_TO_WPARAM(index), 0); } in DeleteItem() function in NWindows::NControl::CComboBoxEx
H A DListView.h64 bool DeleteItem(unsigned itemIndex) { return BOOLToBool(ListView_DeleteItem(_window, itemIndex)); } in DeleteItem() function in NWindows::NControl::CListView

Completed in 1 milliseconds