IVMSupportDriver interface

The IVMSupportDriver interface defines an interface to a support driver installed on the host computer. This interface is used to retrieve basic information about the driver. You can retrieve an IVMSupportDriver object from the IVMSupportDriverCollection object returned from the IVMVirtualServer::SupportDrivers property.

Members

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

Properties

The IVMSupportDriver interface has these properties.

Property Access type Description
Date
Read-only
The build date of the driver.
Description
Read-only
The driver's description.
Manufacturer
Read-only
The name of the driver's manufacturer.
Provider
Read-only
The name of the driver's provider.
Type
Read-only
The type of support driver.
Version
Read-only
The version number of the driver.

Requirements

Download
Microsoft Virtual Server 2005 R2 SP1 Update onWindows Server 2008orWindows Server 2003
Header
VsComInterfaces.h
IID
IID_IVMSupportDriver is defined as D4CCAE0F-391E-4f31-A4EF-FE8B000FEFD5

See also

IDispatch

Virtual Server Interfaces