Searched refs:IACE_LIST (Results 1 – 4 of 4) sorted by relevance
/reactos/win32ss/user/ntuser/ |
H A D | window.h | 106 #define IACE_LIST 0x0002 macro
|
H A D | ime.c | 1518 pwl = IntBuildHwndList(pwndChild, IACE_LIST | IACE_CHILDREN, pti); in IntDestroyInputContext() 1664 pwl = IntBuildHwndList(pWnd->spwndChild, IACE_CHILDREN | IACE_LIST, pti); in IntAssociateInputContextEx() 2140 pwl = IntBuildHwndList(pwndIme->spwndParent->spwndChild, IACE_LIST, NULL); in IntCheckImeShowStatus()
|
H A D | window.c | 1414 pwl = IntPopulateHwndList(pwl, pwnd->spwndChild, IACE_CHILDREN | IACE_LIST); in IntPopulateHwndList() 1419 if (!(dwFlags & IACE_LIST)) in IntPopulateHwndList()
|
H A D | winpos.c | 1764 pWL = IntBuildHwndList(pwndDesktop->spwndChild, IACE_LIST, gptiCurrent); in IntImeWindowPosChanged()
|