Help Center

GetContextHelpIdfunction

Retrieves the Help context identifier associated with the specified menu.

Windowsfunctiondoc-orphan
No implementation located. This member is documented, but the source scan found no matching declaration. It is likely declared in a header this scan does not resolve, or provided by a macro.

Syntax

FUNCTION GetContextHelpId (BYVAL hMenu AS HMENU) AS BOOLEAN

Parameters

NameDescription
hMenuA handle to the menu for which the Help context identifier is to be retrieved.

Return value

Returns the Help context identifier if the menu has one, or zero otherwise.

Description

Retrieves the Help context identifier associated with the specified menu.

Reference

  • Documented in Windows/WIndows Controls/CMenu Class.md
  • Topic: About Menus