Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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