Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains the properties and methods that are available only from a Windows driver update.
Inheritance
This interface is derived from the IWindowsDriverUpdate interface.
Members
The IWindowsDriverUpdate2 interface inherits from IWindowsDriverUpdate. IWindowsDriverUpdate2 also has these types of members:
- Methods
- Properties
Methods
The IWindowsDriverUpdate2 interface has these methods.
| Method | Description |
|---|---|
| CopyToCache | Copies the external update binaries to an update. |
Properties
The IWindowsDriverUpdate2 interface has these properties.
| Property | Access type | Description |
|---|---|---|
Read-only |
Gets a collection of the Common Vulnerabilities and Exposures (CVE) identifiers that are associated with an update. |
|
Read-only |
Gets a Boolean value that indicates whether an update is installed on the computer. |
|
Read-only |
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
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] |
Header |
Wuapi.h |
IDL |
Wuapi.idl |
Library |
Wuguid.lib |
DLL |
Wuapi.dll |
IID |
IID_IWindowsDriverUpdate2 is defined as 615c4269-7a48-43bd-96b7-bf6ca27d6c3e |