![]() |
The MSRVDISKSTATUS enumeration type defines a set of enumerated constants that describe the status of a content server disk.
| Status | Constant |
| MSRVDISK_NOERROR | 0 |
| MSRVDISK_ONLINE | 0 |
| MSRVDISK_CANT_OPEN | 1 |
| MSRVDISK_INVALID_FORMAT | 2 |
| MSRVDISK_IO_ERROR | 3 |
| MSRVDISK_TIMEOUT | 4 |
| MSRVDISK_INVALID_CONTENT_DRIVE | 5 |
| MSRVDISK_UNINITIALIZED_DRIVE | 6 |
| MSRVDISK_REBUILDING | 7 |
| MSRVDISK_PARTIALLY_REBUILT | 8 |
| MSRVDISK_CONTENT_SERVER_OFFLINE | 9 |
| MSRVDISK_ADMIN_OFFLINE | 10 |
| MSRVDISK_LOG_REPLAYING | 11 |
| MSRVDISK_PENDING_ONLINE | 12 |
| MSRVDISK_REMIRRORED | 13 |