Lines Matching refs:hmenu
81 HMENU hmenu, hsub;
100 hmenu = editMenu;
105 hmenu = CreatePopupMenu();
106 if (!hmenu)
126 InsertMenu (hmenu,
134 InsertMenu (hmenu,
145 InsertMenu (hmenu,
158 return hmenu;
296 HMENU hmenu;
301 hmenu = (HMENU)hmenuIn;
302 if (!hwnd || !hmenu)
313 CheckMenuItem (hmenu, pref.menu[i].menuItem[j].commandID, dwExStyle );