IUIEventCls::DownloadProgress Method

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::DownloadProgress method, in Configuration Manager, informs the user about the current progress of a requested content download. This progress is expressed in terms of the actual bytes being downloaded compared to the total bytes.

[IDL]
HRESULT DownloadProgress(
  BSTR  sPackageID,
  long  nCurrentSize,
  long  nTotalSize
);

Parameters

  • sPackageID
    Data type: String

    Qualifiers: [in]

    The package ID.

  • nCurrentSize
    Data type: Integer

    Qualifiers: [in]

    Current size.

  • nTotalSize
    Data type: Integer

    Qualifiers: [in]

    The total size.

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.

See Also

Concepts

UIEventCls Class