Searched defs:SetItem (Results 1 – 3 of 3) sorted by relevance
50 bool SetItem(const LVITEM* item) { return BOOLToBool(ListView_SetItem(_window, item)); } in SetItem() function59 …bool SetItem(const LV_ITEMW* item) { return BOOLToBool((BOOL)SendMsg(LVM_SETITEMW, 0, (LPARAM)item… in SetItem() function
67 LRESULT SetItem(COMBOBOXEXITEM *item) { return SendMsg(CBEM_SETITEM, 0, (LPARAM)item); } in SetItem() function
923 void CUInt32DefVector::SetItem(unsigned index, bool defined, UInt32 value) in SetItem() function in NArchive::N7z::CUInt32DefVector935 void CUInt64DefVector::SetItem(unsigned index, bool defined, UInt64 value) in SetItem() function in NArchive::N7z::CUInt64DefVector