WBEM_BACKUP_RESTORE_FLAGS enumeration (wbemcli.h)
Contains flags used for the IWbemBackupRestore::Restore method and the IWbemBackupRestoreEx::Restore method.
Syntax
typedef enum tag_WBEM_BACKUP_RESTORE_FLAGS {
WBEM_FLAG_BACKUP_RESTORE_DEFAULT = 0,
WBEM_FLAG_BACKUP_RESTORE_FORCE_SHUTDOWN = 1
} WBEM_BACKUP_RESTORE_FLAGS;
Constants
WBEM_FLAG_BACKUP_RESTORE_DEFAULT Value: 0 Does not shut down active clients; returns an error if there are any. |
WBEM_FLAG_BACKUP_RESTORE_FORCE_SHUTDOWN Value: 1 Shuts down any active clients. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Header | wbemcli.h |