| I saw in the
newsgroup that you can set four choices to use the bandwidth and unused
bandwidth. Where can I set theses priorities to looks like a typical
download if I want to make it for a web based download or a http one ?
Contributed By:
Jeff Roberts [MSFT]
As for BITS, a program can change a job's priority via the "IBackgroundCopyJob::SetPriority()"
method. The description in MSDN is here:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/bits/bits/ibackgroundcopyjob_setpriority.asp
|