Contents Index Topic Contents | ||
Previous Topic: FMEVENT_HELPMENUITEM Next Topic: FMEVENT_INITMENU |
FMEVENT_HELPSTRING
Sent to a File Manager extension DLL procedure when File Manager wants a Help string for a menu or toolbar command item.
Syntax
FMEVENT_HELPSTRING lpfmshs = (LPFMS_HELPSTRING) lParam;Parameters
- lpfmshs
- Address of an FMS_HELPSTRING structure that communicates command item Help string data.
- The FMS_HELPSTRING structure identifies the command item for which a Help string is wanted, along with a handle to its menu. An application then writes the appropriate Help string to the FMS_HELPSTRING structure's szHelp member.
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.