The IUIEventCls::DownloadComplete method, in Configuration Manager, is called when the client finishes downloading the content of a program locally.

[IDL]
HRESULT DownloadComplete(
BSTR sProgramID,
BSTR sPackageID
);

Parameters

sProgramID


Data type: BSTRQualifiers: [in]The program ID.
sPackageID


Data type: BSTRQualifiers: [in]The package ID.

Return Values

None.

Requirements

UIEvent.dll.

Runtime Requirements

Development Requirements

See Also

Reference

UIEventCls Class


Send comments about this topic to Microsoft.