IDownloadCompletedCallback interface
Provides the callback that is used when an asynchronous download is completed. This interface is implemented by programmers who call the IUpdateDownloader::BeginDownload method.
Members
The IDownloadCompletedCallback interface inherits from the IUnknown interface. IDownloadCompletedCallback also has these types of members:
- Methods
Methods
The IDownloadCompletedCallback interface has these methods.
Method | Description |
---|---|
Invoke | Notifies the caller that the download is complete. |
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_IDownloadCompletedCallback is defined as 77254866-9F5B-4C8E-B9E2-C77A8530D64B |