|
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_INITMENU
The FMEVENT_INITMENU message is sent to an extension DLL when the user selects
the menu for the extension from the File Manager menu bar. The extension can
use this notification to initialize menu items in the menu.
FMEVENT_INITMENU
hmenu = (HMENU) lParam; /* handle of File Manager menu */
Parameters
hmenu
Specifies the handle of the File Manager menu bar.
Return Values
An extension DLL should return zero if it processes this message.
Remarks
An extension DLL receives this message only when the user selects the
top-level menu. If the extension contains submenus, it must initialize them at the same
time it initializes the top-level menu.
See Also
FMExtensionProc
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
|