|
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_TOOLBARLOAD
The FMEVENT_TOOLBARLOAD message is sent to an extension DLL when File Manager
is loading its toolbar. This message allows an extension DLL to add a button to
the File Manager toolbar.
FMEVENT_TOOLBARLOAD
lpfmstbl = (LPFMS_TOOLBARLOAD) lParam; /* toolbar data */
Parameters
lpfmstbl
Points to an FMS_TOOLBARLOAD structure. If the extension DLL adds a button to the toolbar in File Manager,
the DLL should fill the structure with information about the button.
Return Values
An extension DLL must return TRUE to add the button to the toolbar. If the DLL
returns FALSE, File Manager does not add the button.
See Also
FMExtensionProc, FMS_TOOLBARLOAD
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
|