IGPMStarterGPOCollection interface (gpmgmt.h)

The IGPMStarterGPOCollection 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 GPMStarterGPOCollection object by calling the IGPMDomain2::SearchStarterGPOs method.

Inheritance

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

Methods

The IGPMStarterGPOCollection interface has these methods.

 
IGPMStarterGPOCollection::get__NewEnum

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

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

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

IGPMStarterGPO