CWnd::GetMenuBarInfo

Retrieves information about the specified menu bar.

BOOL GetMenuBarInfo( 
   LONG idObject, 
   LONG idItem, 
   PMENUBARINFO pmbi 
) const;

Parameters

  • idObject
    Specifies the menu object. For a list of possible values, see GetMenuBarInfo.

  • idItem
    Specifies the item for which to retrieve information. If this parameter is zero, the function retrieves information about the menu itself. If this parameter is 1, the function retrieves information about the first item on the menu, and so on.

  • pmbi
    Pointer to a MENUBARINFO structure that receives the information.

Return Value

Nonzero if the function succeeds; otherwise 0.

Remarks

This member function emulates the functionality of the function GetMenuBarInfo, as described in the Windows SDK.

Requirements

Header: afxwin.h

See Also

Concepts

CWnd Members

Reference

CWnd Class

Hierarchy Chart