IToolbar::AddButtons メソッド (mmc.h)

IToolbar::AddButtons メソッドを使用すると、スナップインでボタンの配列をツール バーに追加できます。

構文

HRESULT AddButtons(
  [in] int         nButtons,
  [in] LPMMCBUTTON lpButtons
);

パラメーター

[in] nButtons

配列内のボタンの数。

[in] lpButtons

ツール バーのボタンを作成するために必要な情報を含む MMCBUTTON 構造体へのポインター。

戻り値

このメソッドは、これらの値のいずれかを返すことができます。

要件

   
サポートされている最小のクライアント Windows Vista
サポートされている最小のサーバー Windows Server 2008
対象プラットフォーム Windows
ヘッダー mmc.h
[DLL] Mmcndmgr.dll

関連項目

IToolbar