# Functions
GetPartitionInfo returns information about a specific disk partition.
GetPartitionSupportedSize returns the supported minimum and maximum sizes for a given disk/partition.
PartitionResize attempts to resize a given disk/partition.
# Variables
ErrUnmarshal indicates an error attempting to unmarshal a response from a PowerShell cmdlet.
# Structs
PartitionInfo holds information about a disk partition.
PartitionSupportedSize contains the maximum and minimum sizes supported by a partition.