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 the length of time that the service tries to transfer the file after a transient error condition occurs. If there is progress, the timer is reset.
Syntax
HRESULT GetNoProgressTimeout(
[in] ULONG *Seconds
);
Parameters
[in] Seconds
Length of time, in seconds, that the service tries to transfer the file after a transient error occurs.
Return value
This method returns the following HRESULT values, as well as others.
Return code | Description |
---|---|
|
Time-out was successfully retrieved. |
|
Must pass the address of pRetryPeriod. |
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 |