|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| No
| Win32s
| No
| Import Library
| -
| Header File
| wfext.h
| Unicode
| No
| Platform Notes
| None
|
|
|
EXT_BUTTON
The EXT_BUTTON structure contains information about a button that a File Manager extension
dynamic-link library is adding to the toolbar of File Manager.
typedef struct _EXT_BUTTON { /* extbtn */
WORD idCommand;
WORD idsHelp;
WORD fsStyle;
} EXT_BUTTON;
Members
idCommand
Specifies the command identifier for the button.
idsHelp
Specifies the identifier of the Help string for the button.
fsStyle
Specifies the style of the button.
See Also
FMEVENT_TOOLBARLOAD, 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
|