AdapterDetails.WhqlLevel Property |
Language: |
Retrieves a value that is used to determine the Microsoft Windows Hardware Quality Labs (WHQL) validation level for the driver and device pair.
Visual Basic Public ReadOnly Property WhqlLevel As Integer C# public int WhqlLevel { get; } C++ public:
property int WhqlLevel {
int get();
}JScript public function get WhqlLevel() : int
System.Int32
This property is read-only.
Value used to determine the validation level for the driver and device pair.
The Int32 is a packed date structure that defines the date of the release of the most recent WHQL test passed by the driver. It is permissible to perform "greater than" and "less than" operations on this value. The following table illustrates the date format.
Bits Description 31-16 The year, a decimal number from 1999 upwards. 15-8 The month, a decimal number from 1 to 12. 7-0 The day, a decimal number from 1 to 31. The following values also are used.
Value Description 0 Not certified. 1 Validated by WHQL, but no date information is available.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center