IVMSupportDriverCollection interface

The IVMSupportDriverCollection interface defines the collection of support drivers installed on the Host computer. An IVMSupportDriverCollection object is returned from the IVMVirtualServer::SupportDrivers property.

Members

The IVMSupportDriverCollection interface inherits from the IDispatch interface. IVMSupportDriverCollection also has these types of members:

Properties

The IVMSupportDriverCollection interface has these properties.

Property Access type Description
_NewEnum
Read-only
An IEnumVariant enumerator for the collection.
Count
Read-only
The number of support driver objects contained in this collection.
Item
Read-only
The IVMSupportDriver object that corresponds to the given index in this collection.

Requirements

Product
Microsoft Virtual Server 2005 onWindows Server 2003
Download
Microsoft Virtual Server 2005 R2 SP1 Update onWindows Server 2008orWindows Server 2003
Header
VsComInterfaces.h

See also

IDispatch

IVMSupportDriver