menuhelpid

The menuhelpid structure is 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 menuhelpid definition provided here is for explanation only; it is not present in any standard header file.

typedef struct menuhelpid { 
    DWORD helpID; 
} menuhelpid; 
 

Member

helpID
Specifies a numeric expression indicating the identifier used to identify the menu during WM_HELP processing.

QuickInfo

  Windows NT: Requires version 3.1 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Unsupported.

See Also

Resources Overview, Resource Structures, MENUHEADER, POPUPMENUITEM