Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
GPMBackupType defines the type of backup created.
GPMBackupType determines whether the backup is for a Group Policy object or a Starter Group Policy object.
typedef enum {
typeGPO = 0,
typeStarterGPO
} GPMBackupType;
Syntax
typedef enum __MIDL___MIDL_itf_gpmgmt_0000_0030_0001 {
typeGPO = 0,
typeStarterGPO
} GPMBackupType;
Constants
typeGPOValue: 0 Backup of a Group Policy object. |
typeStarterGPOBackup of a Starter Group Policy object. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista |
| Minimum supported server | Windows Server 2008 |
| Header | gpmgmt.h |