Storage Manager Functions
A version of this page is also available for
4/8/2010
The following table shows the Storage Manager functions with a description of each.
Function | Description |
---|---|
Obtains information on a specified volume. |
|
Creates a partition on the store, and marks the partition for the default file system. |
|
Creates a store. |
|
Deletes a partition from the store. A partition can be deleted only if it has not been mounted. |
|
Dismounts a partition and the file system on it. |
|
Dismounts all file systems mounted on a store. |
|
Closes a partition search handle. |
|
Closes a store search handle. |
|
Finds the first partition in the store. |
|
Finds the first store registered in the system. |
|
Continues a partition search from a previous call to FindFirstPartition. |
|
Finds the next store registered in the system. |
|
Formats a partition with the default file system of the loaded partition driver. |
|
Formats a partition with the default file system of the loaded partition driver. |
|
Performs a clean format of the storage volume. This removes all partitioning information in the store. |
|
Obtains information about a partition. |
|
Obtains information about the store. |
|
Mounts a partition by loading a file system on it. |
|
Opens a partition, and returns a handle to it. |
|
Opens a store. |
|
Renames a partition. |
|
Sets the attributes of a partition. |