IGPMGPOCollection interface (gpmgmt.h)

The IGPMGPOCollection interface contains methods that enable applications to access a collection of Group Policy Objects (GPOs) when using the Group Policy Management Console (GPMC) interfaces. You can obtain a GPMGPOCollection object by calling the IGPMDomain::SearchGPOs method.

Inheritance

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

Methods

The IGPMGPOCollection interface has these methods.

 
IGPMGPOCollection::get__NewEnum

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

Returns the number of GPOs in the collection. (IGPMGPOCollection.get_Count)
IGPMGPOCollection::get_Item

Given an index, returns a pointer to a GPMGPO object 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

IGPMGPO