VolumeMappingInfo

Describes all the partition segments that define the specified volume.

Syntax

  struct VolumeMappingInfo 
  { 
      BYTE      *volumeName;  
      LONG      numberOfElements; 
      struct    VolumeMappingElementDef 
      element   [numberOfElements]; 
  };
  

Fields

volumeName
(IN) The field is initialized by the calling application. It identifies the volume for which the mapping information is requested. The string in this field must be ASCII or UNICODE according to the value in the attributes field in the structure returned by the MM_VOLUME_RETURN_LIMITS operation.
numberOfElements
(OUT) Indicates the number of partition segments, or elements, in the array of VolumeMappingElementDef structures that make up the volume’s capacity.
element
(OUT) The array of VolumeMappingElementDef structures.