GetMenu

To get a Handle from a 'MENU' resource, use the GetMenu function.

FUNCTION GetMenu(menuID as Integer) as MenuHandle

menuID resource ID of a 'MENU' resource.

returns a Handle of a menu read from resource; nil = not found.

Description:
Searches the open resource list and reads a predefined menu from a resource and returns a handle that can be used to modify the menu and insert it into the menu list.


Supported platforms:
* MacOS PPC
* MacOS Carbon
* MacOS 68k

Unsupported platforms:
* Windows x86