</head> <body> <h1>MenuGetName() <span class="ver">[v1.1.23+]</span></h1> <p>Retrieves the name of a menu given a handle to its underlying <a href="Menu.htm#Win32_Menus">Win32 menu</a>.</p> <pre class="Syntax">MenuName := <span class="func">MenuGetName</span>(Handle)</pre> <h2 id="Parameters">매개변수</h2> <dl> <dt>Handle</dt> <dd><p>A Win32 menu handle (HMENU).</p></dd> </dl> <h2 id="Remarks">논평</h2> <p>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 <a href="Menu.htm#Win32_Menus">Win32 Menus</a>.</p> <h2 id="Related">관련 항목</h2> <p><a href="Menu.htm">Menu</a>, <a href="MenuGetHandle.htm">MenuGetHandle()</a></p> </body> </html>