Group: Shell Functions - Library: user32
Retrieving window and menu help context identifiers
DWORD GetMenuContextHelpId(
HMENU hmenu
); DECLARE INTEGER GetMenuContextHelpId IN user32;
INTEGER hmenu hmenu Handle to the menu for which the Help context identifier is to be retrieved.
Returns the Help context identifier if the menu has one, or zero otherwise.
See also: SetMenuContextHelpId and GetWindowContextHelpId functions.
Home