LabWindows/CVI

Content Type
Programming Language
Current manual

DiscardMenuItem

DiscardMenuItem

int DiscardMenuItem (int menuBarHandle, int menuItemID);

Purpose

Removes a menu item from the specified menu and from memory.

Parameters

Input
Name Type Description
menuBarHandle int Specifier for a particular menu bar that is currently in memory. You can obtain this handle from functions such as LoadMenuBar and NewMenuBar.

If the menu bar was automatically loaded through LoadPanel, use GetPanelMenuBar to get the menu bar handle.
menuItemID int The ID used to reference this menu item. The ID must be a constant name, located in the .uir file, that you assign in the User Interface Editor or a value you obtain from NewMenuItem.

Return Value

Name Type Description
status int Return value indicating whether the function was successful. A negative number indicates that an error occurred.

Additional Information

Library: User Interface Library

Include file: userint.h

LabWindows/CVI compatibility: LabWindows/CVI 3.0 and later

Was this information helpful?