2.2.5 VOLUMELAYOUT

The VOLUMELAYOUT enumeration defines values for volume layouts.

 typedef  enum _VOLUMELAYOUT
 {
   VOLUMELAYOUT_UNKNOWN,
   VOLUMELAYOUT_PARTITION,
   VOLUMELAYOUT_SIMPLE,
   VOLUMELAYOUT_SPANNED,
   VOLUMELAYOUT_MIRROR,
   VOLUMELAYOUT_STRIPE,
   VOLUMELAYOUT_RAID5 
 } VOLUMELAYOUT;

VOLUMELAYOUT_UNKNOWN:  Volume has an unknown layout.

VOLUMELAYOUT_PARTITION:  Volume is a partition.

VOLUMELAYOUT_SIMPLE:  Volume is a basic disk.

VOLUMELAYOUT_SPANNED:  Volume spans multiple disks.

VOLUMELAYOUT_MIRROR:  Volume is a mirror.

VOLUMELAYOUT_STRIPE:  Volume is a striped set.

VOLUMELAYOUT_RAID5:  Volume is a RAID-5 set.