IGPMStarterGPOBackupCollection interface (gpmgmt.h)

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

Inheritance

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

Methods

The IGPMStarterGPOBackupCollection interface has these methods.

 
IGPMStarterGPOBackupCollection::get__NewEnum

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

Returns the number of GPMStarterGPOBackup objects in the collection.
IGPMStarterGPOBackupCollection::get_Item

Given an index, returns a GPMStarterGPOBackup object from the collection.

Remarks

For more information, see SearchBackups.

Requirements

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

See also

IDispatch

IGPM

IGPMBackupDirEx

IGPMStarterGPOBackup