Home
last modified time | relevance | path

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

/reactos/sdk/include/psdk/
H A Dwindowsx.h67 #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 Dmsgdump.h2440 MD_ComboBox_OnSetEditSel(HWND hwnd, INT ichStart, INT ichEnd) in MD_ComboBox_OnSetEditSel()