EDriveLetterUsage enumeration
[This enumeration is available for use only in Windows Server 2003.]
Defines the usage of a drive.
Syntax
typedef enum {
dluUNKNOWN = 0,
dluNO_ROOT_DIRECTORY = 1,
dluREMOVABLE_DISK = 2,
dluFIXED_DISK = 3,
dluNETWORK_DRIVE = 4,
dluCOMPACT_DISC = 5,
dluRAM_DISK = 6,
dluSYSTEM = 7,
dluUNUSED = 8,
dluSTART_OF_SYSTEM_BUS = 50,
dluNO_ROOT_DIRECTORY_SYSTEM_BUS = 51,
dluREMOVABLE_DISK_SYSTEM_BUS = 52,
dluFIXED_DISK_SYSTEM_BUS = 53,
dluNETWORK_DRIVE_SYSTEM_BUS = 54,
dluCOMPACT_DISC_SYSTEM_BUS = 55,
dluRAM_DISK_SYSTEM_BUS = 56,
dluSYSTEM_SYSTEM_BUS = 57,
dluUNUSED_SYSTEM_BUS = 58,
dluMAX = 59
} EDriveLetterUsage;
Constants
dluUNKNOWN
The type of the drive is unknown.dluNO_ROOT_DIRECTORY
The drive does not contain a root directory.dluREMOVABLE_DISK
The drive is a removable disk.dluFIXED_DISK
The drive is a fixed disk.dluNETWORK_DRIVE
The drive is a network drive.dluCOMPACT_DISC
The drive is a CD drive.dluRAM_DISK
The drive is a random access memory (RAM) disk.dluSYSTEM
The drive is a system drive.dluUNUSED
The drive is not used.dluSTART_OF_SYSTEM_BUS
The drive is the start of a system bus.dluNO_ROOT_DIRECTORY_SYSTEM_BUS
The drive is a drive on a system bus that does not contain a root directory.dluREMOVABLE_DISK_SYSTEM_BUS
The drive is a removable disk on a system bus.dluFIXED_DISK_SYSTEM_BUS
The drive is a fixed disk on a system bus.dluNETWORK_DRIVE_SYSTEM_BUS
The drive is a network drive on a system bus.dluCOMPACT_DISC_SYSTEM_BUS
The drive is a CD drive on a system bus.dluRAM_DISK_SYSTEM_BUS
The drive is a RAM disk on a system bus.dluSYSTEM_SYSTEM_BUS
The drive is a system drive on a system bus.dluUNUSED_SYSTEM_BUS
The drive is a drive on a system bus that is not used.dluMAX
Indicates the maximum drive designation.
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2003 |
End of server support |
Windows Server 2003 |
Header |
ClusCfgServer.h |