PD_DeletePartition (Windows CE 5.0)
This function deletes a partition on the storage volume.
DWORD PD_DeletePartition(DWORD dwStoreId, LPCTSTR szPartName);
Parameters
- dwStoreId
[in] This is returned from a PD_OpenStore call. - szPartName
[in] The name of the partition to delete.
Return Values
TRUE if the call was successful, FALSE otherwise.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Partdrv.h.
See Also
Send Feedback on this topic to the authors