Retrieves the name of a menu given a handle to its underlying Win32 menu.
MenuName := MenuGetName(Handle)
A Win32 menu handle (HMENU).
Only the menu's current handle is recognized. When the menu's underlying Win32 menu is destroyed and recreated, the handle changes. For details, see Win32 Menus.