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.
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 |