MENUHELPID structure

Contains the final data written to the RT_MENU resource for a menu or submenu if the resInfo member of the POPUPMENUITEM structure is set to MFR_POPUP. The structure definition provided here is for explanation only; it is not present in any standard header file.

Syntax

typedef struct {
  DWORD helpID;
} MENUHELPID;

Members

helpID

Type: DWORD

The identifier used to identify the menu during WM_HELP processing.

Requirements

Requirement Value
Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]

See also

Reference

MENUHEADER

POPUPMENUITEM

Conceptual

Resources