DestroyMenu (Windows CE 5.0)
This function destroys the specified menu and frees any memory that the menu occupies.
BOOLDestroyMenu(HMENUhMenu );
Parameters
- hMenu
[in] Handle to the menu to be destroyed.
Return Values
Nonzero indicates success. Zero indicates failure. To get extended error information, call GetLastError.
Remarks
Before closing, an application must use the DestroyMenu function to destroy a menu not assigned to a window. A menu that is assigned to a window is automatically destroyed when the application closes.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Winuser.h.
Link Library: Menu.lib.
See Also
CreateMenu | DeleteMenu | RemoveMenu | Menus Functions
Send Feedback on this topic to the authors