IWindowsDriverUpdate2 interface (wuapi.h)
Contains the properties and methods that are available only from a Windows driver update.
Inheritance
The IWindowsDriverUpdate2 interface inherits from IWindowsDriverUpdate. IWindowsDriverUpdate2 also has these types of members:
Methods
The IWindowsDriverUpdate2 interface has these methods.
IWindowsDriverUpdate2::CopyToCache Copies the external update binaries to an update. |
IWindowsDriverUpdate2::get_CveIDs Contains a collection of the Common Vulnerabilities and Exposures (CVE) identifiers that are associated with an update. |
IWindowsDriverUpdate2::get_IsPresent Gets a Boolean value that indicates whether an update is installed on a computer. |
IWindowsDriverUpdate2::get_RebootRequired Gets a Boolean value that indicates whether the computer must be restarted after you install or uninstall an update. |
Remarks
This interface can be obtained by calling 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 |