IDownloadResult interface
The IDownloadResult interface represents the result of a download operation.
Members
The IDownloadResult interface inherits from the IDispatch interface. IDownloadResult also has these types of members:
- Methods
- Properties
Methods
The IDownloadResult interface has these methods.
Method | Description |
---|---|
GetUpdateResult | Returns an IUpdateDownloadResult interface that contains download information for the specified update. |
Properties
The IDownloadResult interface has these properties.
Property | Access type | Description |
---|---|---|
Read-only |
Gets the exception code number if an exception code number is raised during a download. |
|
Read-only |
Gets an OperationResultCode enumeration that specifies the result of a download. |
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_IDownloadResult is defined as DAA4FDD0-4727-4DBE-A1E7-745DCA317144 |