Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/26/2014
This function deletes a partition on the storage volume.
Syntax
DWORD PD_DeletePartition(
DWORD dwStoreId,
LPCTSTR szPartName
);
Parameters
- dwStoreId
[in] Handle returned by the PD_OpenStore function.
- szPartName
[in] Name of the partition to delete.
Return Value
TRUE indicates success. FALSE indicates failure.
Requirements
Header |
partdrv.h |