3.1.13.3 IVdsVolumeMF Interface

The IVdsVolumeMF interface is implemented by volume objects in order to support file system management.

The UUID for this interface is {EE2D5DED-6236-4169-931D-B9778CE03DC6}.

The IVdsVolumeMF methods are specified in section 3.4.5.2.34.

Methods in RPC Opnum Order

Method

Description

GetFileSystemProperties

Returns property details about the file system on the current volume.

Opnum: 3

Format

Formats a file system on the current volume.

Opnum: 4

AddAccessPath

Adds an access path to the current volume.

Opnum: 5

QueryAccessPaths

Returns a list of access paths and a drive letter as a single case-insensitive Unicode character, if one exists, for the current volume.

Opnum: 6

QueryReparsePoints

Returns all reparse points for the current volume.

Opnum: 7

DeleteAccessPath

Removes the access path from the current volume.

Opnum: 8

Mount

Mounts a volume.

Opnum: 9

Dismount

Dismounts a mounted volume.

Opnum: 10

SetFileSystemFlags

Sets the file system flags.

Opnum: 11

ClearFileSystemFlags

Clears the file system flags.

Opnum: 12

All methods MUST NOT throw exceptions.