Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Windows/Control/
H A DComboBox.h42 LRESULT GetItemData(int index) { return SendMsg(CB_GETITEMDATA, MY_int_TO_WPARAM(index), 0); } in GetItemData() function in NWindows::NControl::CComboBox
43 LRESULT GetItemData(unsigned index) { return SendMsg(CB_GETITEMDATA, index, 0); } in GetItemData() function in NWindows::NControl::CComboBox
45 LRESULT GetItemData_of_CurSel() { return GetItemData(GetCurSel()); } in GetItemData_of_CurSel()

Completed in 1 milliseconds