IGPMBackupDirEx interface (gpmgmt.h)
The
IGPMBackupDirEx interface supports methods that allow you to query
GPMBackup,
GPMBackupCollection, GPMStarterGPOBackup,
and GPMStarterGPOBackupCollection objects when you are using the Group Policy Management Console (GPMC) interfaces.
To create a GPMBackupDirEx object, call the IGPM2::GetBackupDirEx method.
Inheritance
The IGPMBackupDirEx interface inherits from the IDispatch interface. IGPMBackupDirEx also has these types of members:
Methods
The IGPMBackupDirEx interface has these methods.
IGPMBackupDirEx::GetBackup Retrieves the GPMBackup or GPMStarterGPOBackup object with the specified backup ID. The backup ID is a GUID. The backup ID is the ID of the backed-up Group Policy object (GPO), not the ID of the GPO. |
IGPMBackupDirEx::SearchBackups Executes a search for a GPMBackup object or an IGPMStarterGPOBackup interface according to the specified criteria, and returns a GPMBackupCollection or GPMStarterGPOBackupCollection object. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Target Platform | Windows |
Header | gpmgmt.h |
See also
IGPMStarterGPOBackup
IGPMStarterGPOBackupCollection