[This is preliminary documentation and subject to change.]
The MENUBUTTONDATA structure contains values used to create buttons on a toolbar.
typedef struct _MENUBUTTONDATA
{
int idCommand;
int x;
int y;
} MENUBUTTONDATA;
typedef MENUBUTTONDATA* LPMENUBUTTONDATA;
IMenuButton, MMCN_MENU_BTNCLICK