IWindowsDriverUpdate3 interface (wuapi.h)

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

Inheritance

The IWindowsDriverUpdate3 interface inherits from the IWindowsDriverUpdate2 interface.

Methods

The IWindowsDriverUpdate3 interface has these methods.

 
IWindowsDriverUpdate3::get_BrowseOnly

Gets a Boolean value that indicates whether an update can be discovered only by browsing through the available updates. (IWindowsDriverUpdate3.get_BrowseOnly)

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

IWindowsDriverUpdate2