IInstallationCompletedCallback interface
Handles the notification that indicates that an asynchronous installation or uninstallation is complete. This interface is implemented by programmers who call the IUpdateInstaller.BeginInstall or IUpdateInstaller.BeginUninstall methods.
Members
The IInstallationCompletedCallback interface inherits from the IUnknown interface. IInstallationCompletedCallback also has these types of members:
- Methods
Methods
The IInstallationCompletedCallback interface has these methods.
Method | Description |
---|---|
Invoke | Handles the notification of the completion of an asynchronous installation or uninstallation initiated by a call to IUpdateInstaller.BeginInstall or IUpdateInstaller.BeginUninstall. |
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_IInstallationCompletedCallback is defined as 45F4F6F3-D602-4F98-9A8A-3EFA152AD2D3 |