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 |
---|
|
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 |
---|---|
|
The property value was retrieved successfully. |
|
date is NULL. |
|
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 |
|