IGPMStatusMsgCollection interface (gpmgmt.h)

The IGPMStatusMsgCollection interface contains methods that enable applications to access a collection of status messages when using the Group Policy Management Console (GPMC) interfaces.

Inheritance

The IGPMStatusMsgCollection interface inherits from the IDispatch interface. IGPMStatusMsgCollection also has these types of members:

Methods

The IGPMStatusMsgCollection interface has these methods.

 
IGPMStatusMsgCollection::get__NewEnum

Retrieves an enumerator for the collection. (IGPMStatusMsgCollection.get__NewEnum)
IGPMStatusMsgCollection::get_Count

Returns the number of messages in the collection.
IGPMStatusMsgCollection::get_Item

Given an index, returns a message from the collection.

Requirements

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

See also

IDispatch

IGPM

IGPMStatusMessage