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;