IInstallationProgressChangedCallback interface
Defines the Invoke method that handles the notification about the on-going progress of an asynchronous installation or uninstallation. This interface is implemented by programmers who call the IUpdateInstaller.BeginInstall method or the IUpdateInstaller.BeginUninstall method.
Members
The IInstallationProgressChangedCallback interface inherits from the IUnknown interface. IInstallationProgressChangedCallback also has these types of members:
- Methods
Methods
The IInstallationProgressChangedCallback interface has these methods.
Method | Description |
---|---|
Invoke | Handles the notification of the change of progress of an asynchronous installation or uninstallation that was initiated by a call to the IUpdateInstaller.BeginInstall or IUpdateInstaller.BeginUninstall method. |
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_IInstallationProgressChangedCallback is defined as E01402D5-F8DA-43BA-A012-38894BD048F1 |