The IUIEventCls::DownloadFailed method, in Configuration Manager, is called when the client fails to download the content of a program locally.

[IDL]
HRESULT DownloadFailed(
BSTR sProgramID,
BSTR sPackageID,
long nReasonCode
);

Parameters

sProgramID


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


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


Data type: LongQualifiers: [in]Code indicating the reason for the download failure.

Return Values

None.

Requirements

UIEvent.dll.

Runtime Requirements

Development Requirements

See Also

Reference

UIEventCls Class


Send comments about this topic to Microsoft.