The sDEVICE_LIST
structure contains a list of device (disk).
typedef
struct _DEVICE_LIST { int total; struct { BYTE
nEncIndex; BYTE
nDrvIndex; }device_pair[256]; }sDEVICE_LIST,
*pDEVICE_LIST; |
total
Indicates
how many device pairs where in the array of device_pair
nEncIndex
The
device's enclosure number, this field is always set to 0 if Non-SAS
nDrvIndex
The
device index in above enclosure
Requirements
Header |
arclib.h |
Include |
arclib.h |
See Also
ArcCreateRaidSet, ArcExpandRaidSet, ArcCreateHotSpare,
ArcDeleteHotSpare