IGPMGPOLinksCollection interface (gpmgmt.h)

The IGPMGPOLinksCollection interface contains methods that enable applications to access a collection of GPO links when using the Group Policy Management (GPMC) interfaces.

Inheritance

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

Methods

The IGPMGPOLinksCollection interface has these methods.

 
IGPMGPOLinksCollection::get__NewEnum

The get_NewEnum method retrieves an enumerator for the collection.
IGPMGPOLinksCollection::get_Count

Returns the number of GPO links in the collection.
IGPMGPOLinksCollection::get_Item

Given an index, returns a GPO link 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

IGPMGPOLink