Use
IT_MENUS indicates how many menu items exist in the window associated with the current event. It also points to an array of IT_MENU structures, each of which describes a single menu items.
Syntax
typedef struct IT_MENUS_t {
Members
iMenuCnt |
Number of menus |
pMenu |
Array of IT_MENU structures |
See Also
IT_MENU.