Skip to content

Latest commit

 

History

History
94 lines (76 loc) · 2.8 KB

nf-bits3_0-ibackgroundcopyjob4-getmaximumdownloadtime.md

File metadata and controls

94 lines (76 loc) · 2.8 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:bits3_0.IBackgroundCopyJob4.GetMaximumDownloadTime
IBackgroundCopyJob4::GetMaximumDownloadTime (bits3_0.h)
Retrieves the maximum time that BITS will spend transferring the files in the job.
GetMaximumDownloadTime
GetMaximumDownloadTime method [BITS]
GetMaximumDownloadTime method [BITS]
IBackgroundCopyJob4 interface
IBackgroundCopyJob4 interface [BITS]
GetMaximumDownloadTime method
IBackgroundCopyJob4.GetMaximumDownloadTime
IBackgroundCopyJob4::GetMaximumDownloadTime
bits.ibackgroundcopyjob4_getmaximumdownloadtime
bits3_0/IBackgroundCopyJob4::GetMaximumDownloadTime
bits\ibackgroundcopyjob4_getmaximumdownloadtime.htm
Bits
2d258dc4-a6fd-46d7-ac90-2703c8ddc666
12/05/2018
GetMaximumDownloadTime, GetMaximumDownloadTime method [BITS], GetMaximumDownloadTime method [BITS],IBackgroundCopyJob4 interface, IBackgroundCopyJob4 interface [BITS],GetMaximumDownloadTime method, IBackgroundCopyJob4.GetMaximumDownloadTime, IBackgroundCopyJob4::GetMaximumDownloadTime, bits.ibackgroundcopyjob4_getmaximumdownloadtime, bits3_0/IBackgroundCopyJob4::GetMaximumDownloadTime
bits3_0.h
Bits.h
Windows
Windows Vista
Windows Server 2008
Bits3_0.idl
Bits.lib
Windows
19H1
IBackgroundCopyJob4::GetMaximumDownloadTime
bits3_0/IBackgroundCopyJob4::GetMaximumDownloadTime
c++
APIRef
kbSyntax
COM
Bits.lib
Bits.dll
IBackgroundCopyJob4.GetMaximumDownloadTime

IBackgroundCopyJob4::GetMaximumDownloadTime

-description

Retrieves the maximum time that BITS will spend transferring the files in the job.

-parameters

-param pTimeout [out]

Maximum time, in seconds, that BITS will spend transferring the files in the job.

-returns

The method returns the following return values.

Return code Description
S_OK
Success

-remarks

The value is the maximum elapsed time that the job can spend in the CONNECTING or TRANSFERRING state. Time spent in the QUEUED or TRANSIENT_ERROR state does not count against the timeout value.

-see-also

IBackgroundCopyJob4

IBackgroundCopyJob4::SetMaximumDownloadTime