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::DownloadStarted method, in Configuration Manager, is called when the client starts downloading the content of a program locally.
[IDL]
HRESULT DownloadStarted(
  BSTR  sProgramID,
  BSTR  sPackageID,
  BOOL  bRunOnCompletion,
  BSTR  sDependentProgID,
  BSTR  sDependentPkgID
);
Parameters
- sProgramID 
 Data type: BSTR- Qualifiers: [in] - The program ID. 
- sPackageID 
 Data type: BSTR- Qualifiers: [in] - The package ID. 
- bRunOnCompletion 
 Data type: Long- Qualifiers: [in] - The run on completion. 
- sDependentProgID 
 Data type: BSTR- Qualifiers: [in] - The dependent program ID. 
- sDependentPkgID 
 Data type: BSTR- Qualifiers: [in] - The dependent package ID. 
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.