IConsole::SetToolbar method (mmc.h)

Sets the toolbar interface to be used for this instance of IComponent. Be aware that this is used only by instances of IComponent.

Syntax

HRESULT SetToolbar(
  [in] LPTOOLBAR pToolbar
);

Parameters

[in] pToolbar

A pointer to the IToolbar interface.

Return value

This method can return one of these values.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Target Platform Windows
Header mmc.h
DLL Mmcndmgr.dll

See also

IConsole

IToolbar