LogicalPartitionMappingElementDef

Describes the volume segment.

Syntax

  struct LogicalPartitionMappingElementDef 
  { 
      BYTE   *volumeName; 
      LONG   startingUnit; 
      LONG   numberOfUnits; 
  };
  

Fields

volumeName
Points to a buffer allocated by the calling application to receive the volume name. The size of this buffer must be at least the value in the maxVolumeNameSize field of the VolumeLimitDef structure returned by the MM_VOLUME_RETURN_LIMITS operation.
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.