Home
last modified time | relevance | path

Searched refs:ByPosition (Results 1 – 2 of 2) sorted by relevance

/reactos/win32ss/user/ntuser/
H A Dmenu.h160 BOOL FASTCALL IntMenuItemInfo(PMENU Menu, UINT Item, BOOL ByPosition, PROSMENUITEMINFO UnsafeItemIn…
H A Dmenu.c5095 BOOL ByPosition, in IntMenuItemInfo() argument
5103 if (!(MenuItem = MENU_FindItem( &Menu, &Item, (ByPosition ? MF_BYPOSITION : MF_BYCOMMAND) ))) in IntMenuItemInfo()
5123 BOOL ByPosition, in UserMenuItemInfo() argument
5162 if (!(MenuItem = MENU_FindItem( &Menu, &Item, (ByPosition ? MF_BYPOSITION : MF_BYCOMMAND) ))) in UserMenuItemInfo()
5165 if ( SetOrGet && Item == SC_TASKLIST && !ByPosition ) in UserMenuItemInfo()