Platform SDK: Files and I/O

Volume Mount Point Reference

The volume mount point functions can be divided into three groups: general-purpose functions, functions used to scan for volumes, and functions used to scan a volume for volume mount points.

General-Purpose Volume Mount Point Functions

Function Description
DeleteVolumeMountPoint Unmounts a volume from the specified volume mount point.
GetVolumeNameForVolumeMountPoint Returns the unique volume name for a specified volume mount point or root directory.
GetVolumePathName Returns the volume mount point at which the specified path is mounted.
SetVolumeMountPoint Mounts the specified volume at the specified volume mount point.

Volume Mount Point Volume-Scanning Functions

Function Description
FindFirstVolume Returns the name of a volume on a computer. FindFirstVolume is used to begin enumerating the volumes of a computer.
FindNextVolume Continues a volume search started by a call to FindFirstVolume.
FindVolumeClose Closes a search for volumes.

Volume Mount Point Scanning Functions

Function Description
FindFirstVolumeMountPoint Returns the name of a volume mount point on the specified volume. FindFirstVolumeMountPoint is used to begin scanning the volume mount points on a volume.
FindNextVolumeMountPoint Continues a volume mount point search started by a call to FindFirstVolumeMountPoint.
FindVolumeMountPointClose Closes a search for volume mount points.