Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains information about a button that a File Manager extension DLL is adding to the toolbar of File Manager.
Syntax
typedef struct tagEXT_BUTTON {
WORD idCommand;
WORD idsHelp;
WORD fsStyle;
} EXT_BUTTON, *LPEXT_BUTTON;
Members
-
idCommand
-
Type: WORD
-
A command identifier for the button.
-
idsHelp
-
Type: WORD
-
The identifier of the Help string for the button.
-
fsStyle
-
Type: WORD
-
The style of the button.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows 2000 Professional [desktop apps only] |
| Minimum supported server |
Windows 2000 Server [desktop apps only] |
| Header |
|
See also