LogicalPartitionMappingInfo

Requests the file system application to return all of the volume segments that it recognizes on the specified logical partition.

Syntax

  struct LogicalPartitionMappingInfo 
  { 
      LONG     numberOfElements; 
      struct   LogicalPartitionMappingElementDef 
      element[numberOfElements]; 
  };
  

Fields

numberOfElements
The number of elements in the array of LogicalPartitionMappingElementDef structures.
element
An array of LogicalPartitionMappingElementDef structures, one for each volume segment recognized by the file system.