IWindowsDriverUpdateEntry interface
Contains the properties that are available only from a Windows driver update.
Members
The IWindowsDriverUpdateEntry interface inherits from the IDispatch interface. IWindowsDriverUpdateEntry also has these types of members:
- Properties
Properties
The IWindowsDriverUpdateEntry interface has these properties.
Property | Access type | Description |
---|---|---|
Read-only |
Gets the problem number of the device that matches for the Windows driver update. |
|
Read-only |
Gets the status of the device that matches for the Windows driver update. |
|
Read-only |
Gets the class of the Windows driver update. |
|
Read-only |
Gets the hardware or the compatible identifier that the Windows driver update must match in order to be installable. |
|
Read-only |
Gets the language-invariant name of the manufacturer of the Windows driver update. |
|
Read-only |
Gets the language-invariant model name of the device for which the Windows driver update is intended. |
|
Read-only |
Gets the language-invariant name of the provider of the Windows driver update. |
|
Read-only |
Gets the driver version date of the Windows driver update. |
Remarks
None of the IWindowsDriverUpdateEntry properties are expected to return any errors (other than E_POINTER if NULL is passed to the property).
Requirements
Minimum supported client |
Windows XP, Windows 2000 Professional with SP3 [desktop apps only] |
Minimum supported server |
Windows Server 2003, Windows 2000 Server with SP3 [desktop apps only] |
Header |
Wuapi.h |
IDL |
Wuapi.idl |
Library |
Wuguid.lib |
DLL |
Wuapi.dll |
IID |
IID_IWindowsDriverUpdateEntry is defined as ED8BFE40-A60B-42ea-9652-817DFCFA23EC |