3.1.15.1 IVdsVDisk Interface

The IVdsVDisk interface is implemented by the virtual disk objects to support virtual disk management.

The UUID for this interface is {1E062B84-E5E6-4B4B-8A25-67B81E8F13E8}.

The IVdsVDisk methods are specified in section 3.4.5.2.40.

Methods in RPC Opnum Order

Method

Description

Open

Opens a handle to the specified virtual disk file and returns an IVdsOpenVDisk interface pointer to the object that represents the opened handle.

Opnum: 3

GetProperties

Returns disk property information for the volume where the virtual disk resides.

Opnum: 4

GetHostVolume

Returns an interface pointer to the volume object for the volume where the virtual disk resides.

Opnum: 5

GetDeviceName

Returns the device name for the volume where the virtual disk resides.

Opnum: 6

All methods MUST NOT throw exceptions.