Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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