3.1.12.1 IVdsDisk Interface

The IVdsDisk interface is implemented by disk objects in order to support disk management.

The UUID for this interface is {07E5C822-F00C-47A1-8FCE-B244DA56FD06}.

The IVdsDisk methods are specified in section 3.4.5.2.21.

Methods in RPC Opnum Order

Method

Description

GetProperties

Retrieves the properties of the disk that is represented by the object exposing this interface and method.

Opnum: 3

GetPack

Retrieves the disk pack to which the disk belongs.

Opnum: 4

GetIdentificationData

Retrieves information that uniquely identifies a disk.

Opnum: 5

QueryExtents

Enumerates the extents of a disk.

Opnum: 6

ConvertStyle

Converts the partitioning format of a disk. This method is not implemented for removable disks.

Opnum: 7

SetFlags

Sets the read-only flag of a disk. This method is not implemented for removable disks.

Opnum: 8

ClearFlags

Clears the read-only flag of a disk. This method is not implemented for removable disks.

Opnum: 9

All methods MUST NOT throw exceptions.