Home
last modified time | relevance | path

Searched defs:GetItemData (Results 1 – 1 of 1) sorted by relevance

/third_party/lzma/CPP/Windows/Control/
DComboBox.h42 LRESULT GetItemData(int index) { return SendMsg(CB_GETITEMDATA, MY_int_TO_WPARAM(index), 0); } in GetItemData() function
43 LRESULT GetItemData(unsigned index) { return SendMsg(CB_GETITEMDATA, index, 0); } in GetItemData() function