Volume Management Functions
Functions used in volume management.
In this section
| Topic | Description |
|---|---|
|
Defines, redefines, or deletes MS-DOS device names. | |
|
Deletes a drive letter or mounted folder. | |
|
Retrieves the name of a volume on a computer. | |
|
Retrieves the name of a mounted folder on the specified volume. | |
|
Continues a volume search started by a call to the FindFirstVolume function. | |
|
Continues a mounted folder search started by a call to the FindFirstVolumeMountPoint function. | |
|
Closes the specified volume search handle. | |
|
Closes the specified mounted folder search handle. | |
|
Determines whether a disk drive is a removable, fixed, CD-ROM, RAM disk, or network drive. | |
|
Retrieves a bitmask representing the currently available disk drives. | |
|
Fills a buffer with strings that specify valid drives in the system. | |
|
Retrieves information about the file system and volume associated with the specified root directory. | |
|
Retrieves information about the file system and volume associated with the specified file. | |
|
Retrieves a volume GUID path for the volume that is associated with the specified volume mount point ( drive letter, volume GUID path, or mounted folder). | |
|
Retrieves the volume mount point where the specified path is mounted. | |
|
Retrieves a list of drive letters and mounted folder paths for the specified volume. | |
|
Retrieves information about MS-DOS device names. | |
|
Sets the label of a file system volume. | |
|
Associates a volume with a drive letter or a directory on another volume. |
The following functions are used with volume mount points (drive letters, volume GUID paths, and mounted folders).
- DeleteVolumeMountPoint
- FindFirstVolume
- FindFirstVolumeMountPoint
- FindNextVolume
- FindNextVolumeMountPoint
- FindVolumeClose
- FindVolumeMountPointClose
- GetVolumeNameForVolumeMountPoint
- GetVolumePathName
- GetVolumePathNamesForVolumeName
- SetVolumeMountPoint