EXT_BUTTON structure

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
Wfext.h

See also

FMEVENT_TOOLBARLOAD

FMS_TOOLBARLOAD