IWindowsDriverUpdate interface (wuapi.h)

Contains the properties and the methods that are available only from a Windows driver update.

Inheritance

The IWindowsDriverUpdate interface inherits from the IUpdate interface.

Methods

The IWindowsDriverUpdate interface has these methods.

 
IWindowsDriverUpdate::get_DeviceProblemNumber

Gets the problem number of the matching device for the Windows driver update. (IWindowsDriverUpdate.get_DeviceProblemNumber)
IWindowsDriverUpdate::get_DeviceStatus

Gets the status of the matching device for the Windows driver update. (IWindowsDriverUpdate.get_DeviceStatus)
IWindowsDriverUpdate::get_DriverClass

Gets the class of the Windows driver update.
IWindowsDriverUpdate::get_DriverHardwareID

Gets the hardware ID or compatible ID that the Windows driver update must match to be installable.
IWindowsDriverUpdate::get_DriverManufacturer

Gets the language-invariant name of the manufacturer of the Windows driver update. (IWindowsDriverUpdate.get_DriverManufacturer)
IWindowsDriverUpdate::get_DriverModel

Gets the language-invariant model name of the device for which the Windows driver update is intended. (IWindowsDriverUpdate.get_DriverModel)
IWindowsDriverUpdate::get_DriverProvider

Gets the language-invariant name of the provider of the Windows driver update. (IWindowsDriverUpdate.get_DriverProvider)
IWindowsDriverUpdate::get_DriverVerDate

Gets the driver version date of the Windows driver update. (IWindowsDriverUpdate.get_DriverVerDate)

Remarks

This interface can be obtained by calling the QueryInterface method on an IUpdate interface only if the interface represents a Windows driver update.

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

See also

IUpdate