IWindowsDriverUpdate4 interface (wuapi.h)

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

Inheritance

The IWindowsDriverUpdate4 interface inherits from the IWindowsDriverUpdate3 interface.

Methods

The IWindowsDriverUpdate4 interface has these methods.

 
IWindowsDriverUpdate4::get_PerUser

Gets a Boolean value that indicates whether an update is a per-user update.
IWindowsDriverUpdate4::get_WindowsDriverUpdateEntries

Gets the driver update entries that are applicable for the 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

IWindowsDriverUpdate3