|
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
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|