DeletePartition (Compact 2013)

3/26/2014

This function deletes a partition from the store. A partition can only be deleted if it has not been mounted.

Syntax

BOOL WINAPI DeletePartition(
  HANDLE hStore,
  LPCTSTR szPartitionName
);

Parameters

  • hStore
    [in] Handle to the store returned by the OpenStore function.
  • szPartitionName
    [in] Name of the partition.

Return Value

TRUE indicates success. FALSE indicates failure.

Requirements

Header

storemgr.h

Library

storeapi.lib

See Also

Reference

Storage Manager Functions
OpenStore