Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/Windows/Control/
H A DComboBox.h69 HWND GetEditControl() { return (HWND)SendMsg(CBEM_GETEDITCONTROL, 0, 0); } in GetEditControl() function
H A DListView.h117 HWND GetEditControl() { return ListView_GetEditControl(_window) ; } in GetEditControl() function