Searched refs:ByPosition (Results 1 – 2 of 2) sorted by relevance
160 BOOL FASTCALL IntMenuItemInfo(PMENU Menu, UINT Item, BOOL ByPosition, PROSMENUITEMINFO UnsafeItemIn…
5095 BOOL ByPosition, in IntMenuItemInfo() argument5103 if (!(MenuItem = MENU_FindItem( &Menu, &Item, (ByPosition ? MF_BYPOSITION : MF_BYCOMMAND) ))) in IntMenuItemInfo()5123 BOOL ByPosition, in UserMenuItemInfo() argument5162 if (!(MenuItem = MENU_FindItem( &Menu, &Item, (ByPosition ? MF_BYPOSITION : MF_BYCOMMAND) ))) in UserMenuItemInfo()5165 if ( SetOrGet && Item == SC_TASKLIST && !ByPosition ) in UserMenuItemInfo()