PD_FormatStore (Windows Embedded CE 6.0)

1/6/2010

This function formats the storage volume.

Syntax

DWORD PD_FormatStore(
  DWORD dwStoreId
);

Parameters

  • dwStoreId
    [in] Handle returned by the PD_OpenStore function.

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