IVdsRemovable 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 query and eject a removable disk, such as a CD-ROM.

Inheritance

The IVdsRemovable interface inherits from the IUnknown interface. IVdsRemovable also has these types of members:

Methods

The IVdsRemovable interface has these methods.

 
IVdsRemovable::Eject

Ejects the media from the current device.
IVdsRemovable::QueryMedia

Updates the disk properties in the cache. Call IVdsDisk::GetProperties to get updated details about the current media.

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

See also

Disk Object

VDS Interfaces