Expand Minimize
This topic has not yet been rated - Rate this topic

GetMenuContextHelpId function

Retrieves the Help context identifier associated with the specified menu.

Syntax


DWORD GetMenuContextHelpId(
  HMENU hmenu
);

Parameters

hmenu

Type: HMENU

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

Return value

Type: DWORD

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

Requirements

Minimum supported client

Windows XP [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Winuser.h

Library

User32.lib

DLL

User32.dll

See also

SetMenuContextHelpId

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.