LogicalPartitionMappingInfo
Requests the file system application to return all of the volume segments that it recognizes on the specified logical partition.
struct LogicalPartitionMappingInfo
{
LONG numberOfElements;
struct LogicalPartitionMappingElementDef
element[numberOfElements];
};