IWindowsDriverUpdateEntry interface (wuapi.h)
Contains the properties that are available only from a Windows driver update.
Inheritance
The IWindowsDriverUpdateEntry interface inherits from the IDispatch interface.
Methods
The IWindowsDriverUpdateEntry interface has these methods.
IWindowsDriverUpdateEntry::get_DeviceProblemNumber Gets the problem number of the matching device for the Windows driver update. (IWindowsDriverUpdateEntry.get_DeviceProblemNumber) |
IWindowsDriverUpdateEntry::get_DeviceStatus Gets the status of the matching device for the Windows driver update. (IWindowsDriverUpdateEntry.get_DeviceStatus) |
IWindowsDriverUpdateEntry::get_DriverClass Retrieves the class of the Windows driver update. |
IWindowsDriverUpdateEntry::get_DriverHardwareID Gets the hardware or the compatible identifier that the Windows driver update must match to be installable. |
IWindowsDriverUpdateEntry::get_DriverManufacturer Gets the language-invariant name of the manufacturer of the Windows driver update. (IWindowsDriverUpdateEntry.get_DriverManufacturer) |
IWindowsDriverUpdateEntry::get_DriverModel Gets the language-invariant model name of the device for which the Windows driver update is intended. (IWindowsDriverUpdateEntry.get_DriverModel) |
IWindowsDriverUpdateEntry::get_DriverProvider Gets the language-invariant name of the provider of the Windows driver update. (IWindowsDriverUpdateEntry.get_DriverProvider) |
IWindowsDriverUpdateEntry::get_DriverVerDate Gets the driver version date of the Windows driver update. (IWindowsDriverUpdateEntry.get_DriverVerDate) |
Remarks
None of the IWindowsDriverUpdateEntry properties are expected to return any errors (other than E_POINTER if NULL is passed to the property).
Requirements
Requirement | Value |
---|---|
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] |
Target Platform | Windows |
Header | wuapi.h |