IMessageView interface (mmc.h)

The IMessageView interface is introduced in MMC 1.2.

The IMessageView interface provides support for specifying the text and icons for error messages displayed using the MMC message OCX control. For details on using the control, see Using the MMC Message OCX Control.

Inheritance

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

Methods

The IMessageView interface has these methods.

 
IMessageView::Clear

The IMessageView::Clear method enables a snap-in to clear the title, text, and icon of the result pane message displayed using the MMC message OCX control.
IMessageView::SetBodyText

The IMessageView::SetBodyText method enables a snap-in to set the body text for the result pane message displayed using the MMC message OCX control.
IMessageView::SetIcon

The IMessageView::SetIcon method enables a snap-in to set the icon for the result pane message displayed using the MMC message OCX control.
IMessageView::SetTitleText

The IMessageView::SetTitleText method enables a snap-in to set the title text for the result pane message displayed using the MMC message OCX control.

Requirements

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

See also

Using the MMC Message OCX Control