Searched defs:InsertItem (Results 1 – 3 of 3) sorted by relevance
62 LRESULT InsertItem(COMBOBOXEXITEM *item) { return SendMsg(CBEM_INSERTITEM, 0, (LPARAM)item); } in InsertItem() function64 LRESULT InsertItem(COMBOBOXEXITEMW *item) { return SendMsg(CBEM_INSERTITEMW, 0, (LPARAM)item); } in InsertItem() function
51 int CListView::InsertItem(unsigned index, LPCTSTR text) in InsertItem() function in NWindows::NControl::CListView84 int CListView::InsertItem(unsigned index, LPCWSTR text) in InsertItem() function in NWindows::NControl::CListView
48 int InsertItem(const LVITEM* item) { return ListView_InsertItem(_window, item); } in InsertItem() function57 int InsertItem(const LV_ITEMW* item) { return (int)SendMsg(LVM_INSERTITEMW, 0, (LPARAM)item); } in InsertItem() function