Admin Production ni-theme
Current Publication

DiscardMenuBar

LabWindows/CVI

DiscardMenuBar

int DiscardMenuBar (int menuBarHandle);

Purpose

Removes a menu bar from every panel on which it resides 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.

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

Examples

Refer to the following examples that use the DiscardMenuBar function:

  • apps\uirview\uirview.cws

    Open example
  • userint\custctrl\toolbar\tooldemo.cws

    Open example