Skip to content

Latest commit

 

History

History
101 lines (60 loc) · 1.55 KB

ext-button.md

File metadata and controls

101 lines (60 loc) · 1.55 KB
description title ms.topic ms.date topic_type api_name api_type api_location ms.assetid
Contains information about a button that a File Manager extension DLL is adding to the toolbar of File Manager.
EXT_BUTTON structure (Wfext.h)
reference
05/31/2018
APIRef
kbSyntax
EXT_BUTTON
HeaderDef
Wfext.h
8cd29a06-0f38-4285-9092-647a391b72d7

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