FMEVENT_HELPSTRING
The
FMEVENT_HELPSTRING message is sent to a File Manager extension DLL procedure
when File Manager wants a help string for a menu or toolbar command item.
FMEVENT_HELPSTRING
lpfmshs = (LPFMS_HELPSTRING) lParam; /* pointer to data transfer structure */
Parameters
lpfmshs
Points to 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