The following table shows the Partition Manager functions along with a description of the purpose of each.
| Programming element | Description |
|---|---|
| PD_ClosePartition | This function closes the partition from I/O operation. |
| PD_CloseStore | This function closes the storage volume. |
| PD_CreatePartition | This function creates a partition on the store volume. |
| PD_DeletePartition | This function deletes a partition on the storage volume. |
| PD_DeviceIoControl | This function sends a control code directly to a specified device driver, causing the corresponding device to perform the specified operation. |
| PD_FindPartitionClose | This function closes the search handle for partition enumeration. |
| PD_FindPartitionNext | This function retries the partition information for the next partition in the enumeration. |
| PD_FindPartitionStart | This function starts the partition enumeration. |
| PD_FormatPartition | This function formats a partition on the storage volume. |
| PD_FormatStore | This function formats the storage volume. |
| PD_GetPartitionInfo | This function gets the attributes for a given partition. |
| PD_GetStoreInfo | This function gets the storage volume information from the partition driver. |
| PD_IsStoreFormatted | This function queries to see if the storage volume has been formatted. |
| PD_OpenPartition | This function opens the partition to perform I/O operations. |
| PD_OpenStore | This function opens the storage volume. |
| PD_RenamePartition | This function renames a partition on the storage volume. |
| PD_SetPartitionAttrs | This function sets the attributes for a given partition. |
See Also
Partition Manager OS Reference
Send Feedback on this topic to the authors