Searched refs:bypos (Results 1 – 1 of 1) sorted by relevance
/reactos/win32ss/user/user32/windows/ |
H A D | menu.c | 169 BOOL bypos, in GetMenuItemInfo_common() argument 173 ITEM *pItem = MENU_FindItem (&hmenu, &item, bypos ? MF_BYPOSITION : 0); in GetMenuItemInfo_common() 769 UINT bypos) in CheckMenuRadioItem() argument 785 mi_first = MENU_FindItem(&m_first, &pos, bypos); in CheckMenuRadioItem() 793 mi_check = MENU_FindItem(&m_check, &pos, bypos); in CheckMenuRadioItem() 984 BOOL bypos, in GetMenuItemInfoA() argument 1000 bypos, in GetMenuItemInfoA() 1015 BOOL bypos, in GetMenuItemInfoW() argument 1027 ret = GetMenuItemInfo_common (hMenu, Item, bypos, &mii, TRUE); in GetMenuItemInfoW() 1546 BOOL bypos, in SetMenuItemInfoA() argument [all …]
|