IVMSupportDriver::Date property

The Date property contains the build date of the driver.

This property is read-only.

Syntax

HRESULT get_Date(
  [out] BSTR *date
);

VB
VMSupportDriver.Date( _
  ByRef date _
)

Property value

The driver's build date. The date is given in the default locale's short date form. For example in U.S. English, the date is in the form "mm/dd/yyyy".

This property value is read-only.

Error codes

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

Remarks

The driver's date information is only valid when the driver has been qualified and digitally signed by Microsoft's Windows Hardware Quality Lab (WHQL). If the driver has not been qualified, this property returns an empty string.

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