GetPartitionDescriptor
other.GetPartitionDescriptor(&descriptor);
otherLogical->GetPartitionDescriptor(&descriptor);
void GetPartitionDescriptor(
void GetPartitionDescriptor(
partition->GetPartitionDescriptor(descriptor);
logical->GetPartitionDescriptor(descriptor);
logical->Next()->GetPartitionDescriptor(descriptor, true);
partition.GetPartitionDescriptor(descriptor);
next->GetPartitionDescriptor(descriptor, true);