Home
last modified time | relevance | path

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

/reactos/dll/win32/ieframe/
H A Diexplore.c122 static int get_menu_item_count(HMENU menu) in get_menu_item_count() function
134 count += get_menu_item_count(item.hSubMenu); in get_menu_item_count()
146 int favcount = get_menu_item_count(favmenu) - 2; in add_fav_to_menu()