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.
Not supported.
This enumeration is reserved for future use.
Syntax
typedef enum _VSS_PROVIDER_CAPABILITIES {
VSS_PRV_CAPABILITY_LEGACY = 0x1,
VSS_PRV_CAPABILITY_COMPLIANT = 0x2,
VSS_PRV_CAPABILITY_LUN_REPOINT = 0x4,
VSS_PRV_CAPABILITY_LUN_RESYNC = 0x8,
VSS_PRV_CAPABILITY_OFFLINE_CREATION = 0x10,
VSS_PRV_CAPABILITY_MULTIPLE_IMPORT = 0x20,
VSS_PRV_CAPABILITY_RECYCLING = 0x40,
VSS_PRV_CAPABILITY_PLEX = 0x80,
VSS_PRV_CAPABILITY_DIFFERENTIAL = 0x100,
VSS_PRV_CAPABILITY_CLUSTERED = 0x200
} VSS_PROVIDER_CAPABILITIES, *PVSS_PROVIDER_CAPABILITIES;
Constants
VSS_PRV_CAPABILITY_LEGACYValue: 0x1 |
VSS_PRV_CAPABILITY_COMPLIANTValue: 0x2 |
VSS_PRV_CAPABILITY_LUN_REPOINTValue: 0x4 |
VSS_PRV_CAPABILITY_LUN_RESYNCValue: 0x8 |
VSS_PRV_CAPABILITY_OFFLINE_CREATIONValue: 0x10 |
VSS_PRV_CAPABILITY_MULTIPLE_IMPORTValue: 0x20 |
VSS_PRV_CAPABILITY_RECYCLINGValue: 0x40 |
VSS_PRV_CAPABILITY_PLEXValue: 0x80 |
VSS_PRV_CAPABILITY_DIFFERENTIALValue: 0x100 |
VSS_PRV_CAPABILITY_CLUSTEREDValue: 0x200 |
Requirements
| Requirement | Value |
|---|---|
| Header | vss.h |