Contents Index Topic Contents | ||
Previous Topic: DROPFILES Next Topic: FILEDESCRIPTOR |
EXT_BUTTON
Contains information about a button that a File Manager extension dynamic-link library is adding to the toolbar of File Manager.
Syntax
typedef struct _EXT_BUTTON { WORD idCommand; WORD idsHelp; WORD fsStyle; } EXT_BUTTON;Members
- idCommand
- Command identifier for the button.
- idsHelp
- Identifier of the Help string for the button.
- fsStyle
- Style of the button.
See Also
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.