Searched defs:SetItemData (Results 1 - 3 of 3) sorted by relevance
/external/lzma/CPP/Windows/Control/ | ||
H A D | ComboBox.h | 32 LRESULT SetItemData(int index, LPARAM lParam) { return SendMessage(CB_SETITEMDATA, index, lParam); }
function in class:NWindows::NControl::CComboBox |
/external/pdfium/xfa/src/fwl/src/lightwidget/ | ||
H A D | listbox.cpp | 154 FWL_ERR CFWL_ListBox::SetItemData(FWL_HLISTITEM hItem, void* pData) {
function in class:CFWL_ListBox |
H A D | combobox.cpp | 129 FWL_ERR CFWL_ComboBox::SetItemData(int32_t iIndex, void* pData) {
function in class:CFWL_ComboBox |
Completed in 105 milliseconds