Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2
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: BSTR- Qualifiers: [in] - The program ID. 
- sPackageID 
 Data type: BSTR- Qualifiers: [in] - The package ID. 
- nReasonCode 
 Data type: Long- Qualifiers: [in] - Code indicating the reason for the download failure. 
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.