IVMSupportDriver::Version property

The Version property contains the version number of the driver.

This property is read-only.

Syntax

HRESULT get_Version(
  [out] BSTR *version
);

VB
VMSupportDriver.Version( _
  ByRef version _
)

Property value

The driver's version. The version is in the form "w.x.y.z".

This property value is read-only.

Error codes

Name Meaning
S_OK
The property value was retrieved successfully.
E_POINTER
The version parameter is NULL.
DISP_E_EXCEPTION
An unknown error has occurred.

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

IVMSupportDriver