The IUIResourceMgr::GetActiveDownloads method, in Configuration Manager, returns a list of all the programs with content that is in the process of being downloaded.
[IDL] HRESULT GetActiveDownloads( IDownloads** ppDownloads ); |
Parameters
- ppDownloads
- Data type: IDownloadsQualifiers: [out, retval]Pointer to an IDownloads object that contains all downloads currently in progress.
Return Values
An HRESULT code. Possible values include, but are not limited to, the following:
- S_OK
- The method succeeded.
Remarks
This method only returns active downloads that have been requested by the user who is currently logged on to the client. The method fails if there are no downloads currently in progress.
Requirements
UIResource.dll.
Runtime Requirements
For more information, see Configuration Manager Client Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Client Development Requirements.
See Also
Send comments about this topic to Microsoft.