Share via


PD_DeletePartition

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

Partition Manager Functions
PD_OpenStore