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(
BSTR sPackageID,
long nCurrentSize,
long nTotalSize
);

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

Development Requirements

See Also

Reference

UIEventCls Class


Send comments about this topic to Microsoft.