VolumeMappingElementDef

Defines the partition's segments that make up the capacity of the volume.

Syntax

  struct VolumeMappingElementDef 
  { 
      OBID   logicalPartition; 
      LONG   startingUnit; 
      LONG   numberOfUnits; 
  };
  

Fields

logicalPartition
The Media Manager object ID of a logical partition that possesses a segment of the volume.
startingUnit
The sector offset, relative to the logical partition, to the beginning of the segment.
numberOfUnits
The number of sectors that make up the segment’s capacity.