Overview
Group
Quick Info

Windows NT
Yes
Win95
No
Win32s
No
Import Library
-
Header File
wfext.h
Unicode
No
Platform Notes
Windows 95: Only supports 16-bit FileManager

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

FMExtensionProc
, FMEVENT_HELPMENUITEM

Software for developers
Delphi Components
.Net Components
Software for Android Developers
More information resources
MegaDetailed.Net
Unix Manual Pages
Delphi Examples