Searched defs:ichEnd (Results 1 – 2 of 2) sorted by relevance
/reactos/sdk/include/psdk/ |
H A D | windowsx.h | 67 #define ComboBox_SetEditSel(hwndCtl,ichStart,ichEnd) ((int)(DWORD)SNDMSG((hwndCtl),CB_SETEDITSEL,0,… argument 110 #define Edit_SetSel(hwndCtl,ichStart,ichEnd) ((void)SNDMSG((hwndCtl),EM_SETSEL,(ichStart),(ichEnd))) argument
|
/reactos/sdk/include/reactos/ |
H A D | msgdump.h | 2440 MD_ComboBox_OnSetEditSel(HWND hwnd, INT ichStart, INT ichEnd) in MD_ComboBox_OnSetEditSel()
|