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: BSTRQualifiers: [in]The program ID.
sPackageID


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


Data type: LongQualifiers: [in]The run on completion.
sDependentProgID


Data type: BSTRQualifiers: [in]The dependent program ID.
sDependentPkgID


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

Return Values

None.

Requirements

UIEvent.dll.

Runtime Requirements

Development Requirements

See Also

Reference

UIEventCls Class


Send comments about this topic to Microsoft.