CreateMenu function user32

int CreateMenu()

Creates a menu. The menu is initially empty, but it can be filled with menu items by using the InsertMenuItem, AppendMenu, and InsertMenu functions.

HMENU CreateMenu();

Implementation

int CreateMenu() => _CreateMenu();