IVMSupportDriver::Type property

The Type property contains the type of support driver.

This property is read-only.

Syntax

HRESULT get_Type(
  [out] VMSupportDriverType *driverType
);

VB
VMSupportDriver.Type( _
  ByRef driverType _
)

Property value

The type of driver this object represents.

This property value is read-only.

Error codes

Name Meaning
S_OK
The property value was retrieved successfully.
E_POINTER
The driverType parameter is NULL.

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