Share via


FormatStore

This function performs a clean format of the storage volume. This removes all partitioning information in the store.

BOOL WINAPI FormatStore(
  HANDLE hStore
);

Parameters

  • hStore
    [in] Handle to the store returned from OpenStore.

Return Values

Returns TRUE if successful, otherwise FALSE.

Requirements

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

See Also

OpenStore

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.