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.
Identifies a resource subclass that manages a shared bus.
Syntax
typedef enum CLUS_RESSUBCLASS_STORAGE {
CLUS_RESSUBCLASS_STORAGE_SHARED_BUS = 0x80000000,
CLUS_RESSUBCLASS_STORAGE_DISK = 0x40000000,
CLUS_RESSUBCLASS_STORAGE_REPLICATION = 0x10000000
} ;
Constants
CLUS_RESSUBCLASS_STORAGE_SHARED_BUSValue: 0x80000000 Identifies a resource subclass that manages a shared bus. The ClusterResourceControl function with the CLUSCTL_RESOURCE_GET_CLASS_INFO control code can retrieve a CLUS_RESOURCE_CLASS_INFO structure that contains information for a resource subclass. |
CLUS_RESSUBCLASS_STORAGE_DISKValue: 0x40000000 Identifies a resource subclass that manages a disk. Windows Server 2012, Windows Server 2008 R2 and Windows Server 2008: This value is not supported before Windows Server 2012 R2. |
CLUS_RESSUBCLASS_STORAGE_REPLICATIONValue: 0x10000000 Identifies a resource subclass that manages storage replication. Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 R2 and Windows Server 2008: This value is not supported before Windows Server 2016. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2008 Enterprise, Windows Server 2008 Datacenter |
| Header | clusapi.h |