EXT_BUTTON  VGGC6J 

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