Share via


Partition Manager Functions

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

The following table shows the Partition Manager functions, along with a description of each.

Function Description

PD_ClosePartition

Closes the partition from I/O operation.

PD_CloseStore

Closes the storage volume.

PD_CreatePartition

Creates a partition on the store volume.

PD_DeletePartition

Deletes a partition on the storage volume.

PD_DeviceIoControl

Sends a control code directly to a specified device driver, causing the corresponding device to perform the specified operation.

PD_FindPartitionClose

Closes the search handle for partition enumeration.

PD_FindPartitionNext

Retries the partition information for the next partition in the enumeration.

PD_FindPartitionStart

Starts partition enumeration.

PD_FormatPartition

Formats a partition on the storage volume.

PD_FormatStore

Formats the storage volume.

PD_GetPartitionInfo

Obtains the attributes for a given partition.

PD_GetStoreInfo

Otains the storage volume information from the partition driver.

PD_IsStoreFormatted

Checks whether the storage volume has been formatted.

PD_OpenPartition

Opens the partition to perform I/O operations.

PD_OpenStore

Opens the storage volume.

PD_RenamePartition

Renames a partition on the storage volume.

PD_SetPartitionAttrs

Sets the attributes for a specified partition.

See Also

Reference

Partition Manager Reference