The IUIEventCls::DownloadProgress method, in Configuration Manager, informs the user about the current progress of a requested content download. This progress is expressed in terms of the actual bytes being downloaded compared to the total bytes.
[IDL] HRESULT DownloadProgress( |
Parameters
- sPackageID
- Data type: StringQualifiers: [in]The package ID.
- nCurrentSize
- Data type: IntegerQualifiers: [in]Current size.
- nTotalSize
- Data type: IntegerQualifiers: [in]The total size.
Return Values
None.
Requirements
UIEvent.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.