Поделиться через


CWnd::GetMenuBarInfo

Retrieves information about the specified menu bar.

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

Параметры

  • 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.

Возвращаемое значение

Nonzero if the function succeeds; otherwise 0.

Заметки

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

Требования

Header: afxwin.h

См. также

Основные понятия

CWnd Class

CWnd Members

Hierarchy Chart