Contents Index Topic Contents | ||
Previous Topic: FM_RELOAD_EXTENSIONS Next Topic: FMEVENT_HELPSTRING |
FMEVENT_HELPMENUITEM
Sent to a File Manager extension DLL procedure when the user presses F1 on a menu or toolbar command item. The extension should call WinHelp, with that function's hwnd parameter set to the value of the extension's hwnd parameter.
Syntax
FMEVENT_HELPMENUITEM uItem = (UINT) lParam;Parameters
- uItem
- Value that identifies the menu or toolbar command item for which Help is sought. The extension procedure uses this value to determine how best to call WinHelp.
Return Values
An extension DLL procedure should return zero if it processes this message.
See Also
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.