Storage Manager Functions (Compact 2013)

3/26/2014

The following table shows the Storage Manager functions with a description of each.

Function

Description

CeGetVolumeInfo

Obtains information on a specified volume.

CreatePartition

Creates a partition on the store, and marks the partition for the default file system.

CreatePartitionEx

Creates a store.

DeletePartition

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

DismountPartition

Dismounts a partition and the file system on it.

DismountStore

Dismounts all file systems mounted on a store.

FindClosePartition

Closes a partition search handle.

FindCloseStore

Closes a store search handle.

FindFirstPartition

Finds the first partition in the store.

FindFirstStore

Finds the first store registered in the system.

FindNextPartition

Continues a partition search from a previous call to FindFirstPartition.

FindNextStore

Finds the next store registered in the system.

FormatPartition

Formats a partition with the default file system of the loaded partition driver.

FormatPartitionEx

Formats a partition with the default file system of the loaded partition driver.

FormatStore

Performs a clean format of the storage volume, which removes all partitioning information in the store.

GetPartitionInfo

Obtains information about a partition.

GetStoreInfo

Obtains information about the store.

MountPartition

Mounts a partition by loading a file system on it.

OpenPartition

Opens a partition, and returns a handle to it.

OpenStore

Opens a store.

RenamePartition

Renames a partition.

SetPartitionAttributes

Sets the attributes of a partition.

See Also

Reference

Storage Manager Reference