sDEVICE_LIST

The sDEVICE_LIST structure contains a list of device (disk).

 

 

typedef struct _DEVICE_LIST

{

      int   total;

      struct

      {

             BYTE nEncIndex;

             BYTE nDrvIndex;

      }device_pair[128];

}sDEVICE_LIST, *pDEVICE_LIST;

Members:

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