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_LEGACY Value: 0x1 |
VSS_PRV_CAPABILITY_COMPLIANT Value: 0x2 |
VSS_PRV_CAPABILITY_LUN_REPOINT Value: 0x4 |
VSS_PRV_CAPABILITY_LUN_RESYNC Value: 0x8 |
VSS_PRV_CAPABILITY_OFFLINE_CREATION Value: 0x10 |
VSS_PRV_CAPABILITY_MULTIPLE_IMPORT Value: 0x20 |
VSS_PRV_CAPABILITY_RECYCLING Value: 0x40 |
VSS_PRV_CAPABILITY_PLEX Value: 0x80 |
VSS_PRV_CAPABILITY_DIFFERENTIAL Value: 0x100 |
VSS_PRV_CAPABILITY_CLUSTERED Value: 0x200 |
Requirements
Requirement | Value |
---|---|
Header | vss.h |