Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves job-related progress information, such as the number of bytes and files transferred.
Syntax
HRESULT GetProgress(
[out] BG_JOB_PROGRESS *pVal
);
Parameters
[out] pVal
Contains data that you can use to calculate the percentage of the job that is complete. For more information, see BG_JOB_PROGRESS.
Return value
This method returns the following HRESULT values, as well as others.
| Return code | Description |
|---|---|
|
Progress information was successfully retrieved. |
|
The pProgress parameter cannot be NULL. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP |
| Minimum supported server | Windows Server 2003 |
| Target Platform | Windows |
| Header | bits.h |
| Library | Bits.lib |
| DLL | QmgrPrxy.dll |