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.
The VSS_SNAPSHOT_COMPATIBILITY enumeration indicates which volume control or file I/O operations are disabled for the volume that has been shadow copied.
Syntax
typedef enum _VSS_SNAPSHOT_COMPATIBILITY {
VSS_SC_DISABLE_DEFRAG = 0x1,
VSS_SC_DISABLE_CONTENTINDEX = 0x2
} VSS_SNAPSHOT_COMPATIBILITY;
Constants
VSS_SC_DISABLE_DEFRAGValue: 0x1 The provider managing the shadow copies for a specified volume does not support defragmentation operations on that volume. |
VSS_SC_DISABLE_CONTENTINDEXValue: 0x2 The provider managing the shadow copies for a specified volume does not support content index operations on that volume. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Header | vss.h |