Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
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