|
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_HELPMENUITEM
The FMEVENT_HELPMENUITEM message is 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 procedure's hwnd parameter.
FMEVENT_HELPMENUITEM
uItem = (UINT) lParam; /* command item for which help is sought */
Parameters
uItem
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
FMExtensionProc, WinHelp, FMEVENT_HELPSTRING
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
|