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.
typedef struct {
DWORD helpID;
} MENUHELPID;
-
helpID
-
Type: DWORD
-
The identifier used to identify the menu during WM_HELP processing.
Requirement | Value |
---|---|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
-
Reference
-
Conceptual