IHeaderCtrl interface (mmc.h)

Note  This interface is obsolete, and only used in MMC 1.0.
 
Enables the manipulation of columns and indicates the kind of information that is to be presented in the result view pane of the console.

These methods provide support for users to filter list views based on filters set on each column in the result view. Be aware that a return value of E_NOTIMPL by any one of these methods indicates that list view filtering is not available in the version of MMC in which the snap-in is loaded.

The IHeaderCtrl interface can be queried from the IConsole interface passed into IComponent::Initialize during the component's creation.

Inheritance

The IHeaderCtrl interface inherits from the IUnknown interface. IHeaderCtrl also has these types of members:

Methods

The IHeaderCtrl interface has these methods.

 
IHeaderCtrl::DeleteColumn

Removes a column from the header of the result view.
IHeaderCtrl::GetColumnText

Retrieves text from a specified column.
IHeaderCtrl::GetColumnWidth

Retrieves the width, in pixels, of the column.
IHeaderCtrl::InsertColumn

Adds a column to a default result pane.
IHeaderCtrl::SetColumnText

Sets the text of the title in a specific column.
IHeaderCtrl::SetColumnWidth

Sets the width, in pixels, of a specific column.

Requirements

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

See also

MMC 2.0 Interfaces and Methods