Home
last modified time | relevance | path

Searched refs:GetItemParam (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/Windows/Control/
DListView.cpp23 bool CListView::GetItemParam(int index, LPARAM &param) const in GetItemParam() function in NWindows::NControl::CListView
DListView.h78 bool GetItemParam(int itemIndex, LPARAM &param) const;
/external/lzma/CPP/7zip/UI/FileManager/
DBrowseDialog.cpp129 if (!_list.GetItemParam(indexInListView, param)) in GetRealItemIndex()