CreatePopupMenu function user32

int CreatePopupMenu()

Creates a drop-down menu, submenu, or shortcut menu. The menu is initially empty. You can insert or append menu items by using the InsertMenuItem function. You can also use the InsertMenu function to insert menu items and the AppendMenu function to append menu items.

HMENU CreatePopupMenu();

Implementation

int CreatePopupMenu() => _CreatePopupMenu();