CreateMenu

Syntax

HMENU CreateMenu( )

This function creates a menu. The menu is initially empty, but can be filled with menu items by using the AppendMenu or InsertMenu function.

This function has no parameters.

Return Value

The return value identifies the newly created menu. It is NULL if the menu cannot be created.