Share via


FormatPartition

This function formats the partition with the default file system of the loaded partition driver.

BOOL WINAPI FormatPartition(
  HANDLE hPartition
);

Parameters

  • hPartition
    [in] Handle to the partition returned from OpenPartition.

Return Values

Returns TRUE if successful, otherwise FALSE.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Storemgr.h.

See Also

OpenPartition

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.