The
IExtendControlbar interface enables an extension to add control bars to the console. This provides a way to improve the functionality and appearance of your snap-in by adding toolbars or other user interface enhancements.
When To Implement
Implement
IExtendControlbar as part of your
in-process server DLL when you want to add control bars.
When To Use
Only MMC calls this interface.
Methods
The IExtendControlbar interface inherits the methods of the IUnknown interface.
In addition, IExtendControlbar defines the following methods.
| Method | Description |
SetControlbar |
Attaches or detaches the control bar.
|
ControlbarNotify |
A value that specifies notifications resulting from user actions.
|
Requirements
| Minimum supported client | Windows 2000 Professional |
| Minimum supported server | Windows 2000 Server |
| Header | Mmc.h |
Send comments about this topic to Microsoft
Build date: 5/27/2009