ChangeMenu  9MNHD8 

The ChangeMenu function has been replaced by the following specialized functions, which are available on both Windows NT and Windows 95:

Function

Description

AppendMenu12Z._0T

Appends a menu item to the end of a menu.

InsertMenu1O2J7N8

Inserts a menu item into a menu.

ModifyMenu1.ZGUKR

Modifies a menu item in a menu.

RemoveMenu2MQM61D

Removes a menu item from a menu; if it is a pop-up item, the corresponding pop-up menu is not destroyed.

 

Windows 95:

Instead of using AppendMenu, InsertMenu, and ModifyMenu, applications written exclusively for Window 95 should use the following new functions, which are available only on Windows 95.

Function

Description

GetMenuItemInfoQ9MP7K

Gets information about a menu item.

InsertMenuItem4GM3_TZ

Inserts a new menu item at the specified position in a menu bar or pop-up menu.

SetMenuItemInfo961_9K

Changes information about a menu item.

 

Applications written for versions earlier than Windows 3.0 can continue to call ChangeMenu. Applications written for Windows versions 3.0 and later should call these new functions.