ReactOS 0.4.16-dev-1041-g8b6907f
|
Classes | |
struct | _BG_FILE_INFO |
struct | _BG_JOB_PROGRESS |
struct | _BG_JOB_TIMES |
Public Types | |
enum | BG_JOB_PRIORITY { BG_JOB_PRIORITY_FOREGROUND = 0 , BG_JOB_PRIORITY_HIGH = 1 , BG_JOB_PRIORITY_NORMAL = 2 , BG_JOB_PRIORITY_LOW = 3 } |
enum | BG_JOB_STATE { BG_JOB_STATE_QUEUED = 0 , BG_JOB_STATE_CONNECTING = 1 , BG_JOB_STATE_TRANSFERRING = 2 , BG_JOB_STATE_SUSPENDED = 3 , BG_JOB_STATE_ERROR = 4 , BG_JOB_STATE_TRANSIENT_ERROR = 5 , BG_JOB_STATE_TRANSFERRED = 6 , BG_JOB_STATE_ACKNOWLEDGED = 7 , BG_JOB_STATE_CANCELLED = 8 } |
enum | BG_JOB_TYPE { BG_JOB_TYPE_DOWNLOAD = 0 , BG_JOB_TYPE_UPLOAD = 1 , BG_JOB_TYPE_UPLOAD_REPLY = 2 } |
enum | BG_JOB_PROXY_USAGE { BG_JOB_PROXY_USAGE_PRECONFIG , BG_JOB_PROXY_USAGE_NO_PROXY , BG_JOB_PROXY_USAGE_OVERRIDE , BG_JOB_PROXY_USAGE_AUTODETECT } |
typedef struct IBackgroundCopyJob::_BG_FILE_INFO | BG_FILE_INFO |
typedef struct IBackgroundCopyJob::_BG_JOB_PROGRESS | BG_JOB_PROGRESS |
typedef struct IBackgroundCopyJob::_BG_JOB_TIMES | BG_JOB_TIMES |
![]() | |
typedef IUnknown * | LPUNKNOWN |
Enumerator | |
---|---|
BG_JOB_PRIORITY_FOREGROUND | |
BG_JOB_PRIORITY_HIGH | |
BG_JOB_PRIORITY_NORMAL | |
BG_JOB_PRIORITY_LOW |
Definition at line 163 of file bits.idl.
Enumerator | |
---|---|
BG_JOB_PROXY_USAGE_PRECONFIG | |
BG_JOB_PROXY_USAGE_NO_PROXY | |
BG_JOB_PROXY_USAGE_OVERRIDE | |
BG_JOB_PROXY_USAGE_AUTODETECT |
Definition at line 188 of file bits.idl.
Definition at line 170 of file bits.idl.
Enumerator | |
---|---|
BG_JOB_TYPE_DOWNLOAD | |
BG_JOB_TYPE_UPLOAD | |
BG_JOB_TYPE_UPLOAD_REPLY |
Definition at line 182 of file bits.idl.
HRESULT IBackgroundCopyJob::AddFileSet | ( | [in] ULONG | cFileCount, |
[in, size_is(cFileCount)] BG_FILE_INFO * | pFileSet | ||
) |
HRESULT IBackgroundCopyJob::Cancel | ( | ) |
HRESULT IBackgroundCopyJob::Complete | ( | ) |
HRESULT IBackgroundCopyJob::EnumFiles | ( | [out] IEnumBackgroundCopyFiles ** | pEnum | ) |
HRESULT IBackgroundCopyJob::GetError | ( | [out] IBackgroundCopyError ** | ppError | ) |
HRESULT IBackgroundCopyJob::GetPriority | ( | [out] BG_JOB_PRIORITY * | pVal | ) |
HRESULT IBackgroundCopyJob::GetProgress | ( | [out] BG_JOB_PROGRESS * | pVal | ) |
HRESULT IBackgroundCopyJob::GetProxySettings | ( | [out] BG_JOB_PROXY_USAGE * | pProxyUsage, |
[out] LPWSTR * | pProxyList, | ||
[out] LPWSTR * | pProxyBypassList | ||
) |
HRESULT IBackgroundCopyJob::GetState | ( | [out] BG_JOB_STATE * | pVal | ) |
HRESULT IBackgroundCopyJob::GetTimes | ( | [out] BG_JOB_TIMES * | pVal | ) |
HRESULT IBackgroundCopyJob::GetType | ( | [out] BG_JOB_TYPE * | pVal | ) |
HRESULT IBackgroundCopyJob::Resume | ( | ) |
HRESULT IBackgroundCopyJob::SetPriority | ( | [in] BG_JOB_PRIORITY | Val | ) |
HRESULT IBackgroundCopyJob::SetProxySettings | ( | [in] BG_JOB_PROXY_USAGE | ProxyUsage, |
[in, string, unique] const WCHAR * | ProxyList, | ||
[in, string, unique] const WCHAR * | ProxyBypassList | ||
) |
HRESULT IBackgroundCopyJob::Suspend | ( | ) |
HRESULT IBackgroundCopyJob::TakeOwnership | ( | ) |