IVdsVolumeMF interface (vds.h)
[Beginning with Windows 8 and Windows Server 2012, the Virtual Disk Service COM interface is superseded by the Windows Storage Management API.]
Provides methods to perform access-path and file-system activities on the volume object.
Inheritance
The IVdsVolumeMF interface inherits from the IUnknown interface. IVdsVolumeMF also has these types of members:
Methods
The IVdsVolumeMF interface has these methods.
IVdsVolumeMF::AddAccessPath Adds an access path. |
IVdsVolumeMF::ClearFileSystemFlags Clears the file-system flags. |
IVdsVolumeMF::DeleteAccessPath Removes the access path from the current volume. |
IVdsVolumeMF::Dismount Dismounts a mounted volume. |
IVdsVolumeMF::Format Formats a file system on the current volume. |
IVdsVolumeMF::GetFileSystemProperties Returns property details about the file system on the current volume. |
IVdsVolumeMF::Mount Mounts a volume. |
IVdsVolumeMF::QueryAccessPaths Returns a list of access paths and a drive letter, if one exists, for the current volume. |
IVdsVolumeMF::QueryReparsePoints Returns all reparse points for the current volume. |
IVdsVolumeMF::SetFileSystemFlags Sets the file-system flags. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | vds.h |