|
| HRESULT | ReplaceRemotePrefix ([in] LPCWSTR OldPrefix, [in] LPCWSTR NewPrefix) |
| |
| HRESULT | AddFileWithRanges ([in] LPCWSTR RemoteUrl, [in] LPCWSTR LocalName, [in] DWORD RangeCount, [in, size_is(RangeCount)] BG_FILE_RANGE Ranges[]) |
| |
| HRESULT | SetFileACLFlags ([in] DWORD Flags) |
| |
| HRESULT | GetFileACLFlags ([out, ref] DWORD *Flags) |
| |
| HRESULT | SetNotifyCmdLine ([unique] LPCWSTR prog, [unique] LPCWSTR params) |
| |
| HRESULT | GetNotifyCmdLine ([out] LPWSTR *prog, [out] LPWSTR *params) |
| |
| HRESULT | GetReplyProgress ([in, out] BG_JOB_REPLY_PROGRESS *progress) |
| |
| HRESULT | GetReplyData ([out, size_is(,(unsigned long) *pLength)] byte **pBuffer, [in, out, unique] UINT64 *pLength) |
| |
| HRESULT | SetReplyFileName ([unique] LPCWSTR filename) |
| |
| HRESULT | GetReplyFileName ([out] LPWSTR *pFilename) |
| |
| HRESULT | SetCredentials (BG_AUTH_CREDENTIALS *cred) |
| |
| HRESULT | RemoveCredentials (BG_AUTH_TARGET target, BG_AUTH_SCHEME scheme) |
| |
| HRESULT | AddFileSet ([in] ULONG cFileCount, [in, size_is(cFileCount)] BG_FILE_INFO *pFileSet) |
| |
| HRESULT | AddFile ([in] LPCWSTR RemoteUrl, [in] LPCWSTR LocalName) |
| |
| HRESULT | EnumFiles ([out] IEnumBackgroundCopyFiles **pEnum) |
| |
| HRESULT | Suspend () |
| |
| HRESULT | Resume () |
| |
| HRESULT | Cancel () |
| |
| HRESULT | Complete () |
| |
| HRESULT | GetId ([out] GUID *pVal) |
| |
| HRESULT | GetType ([out] BG_JOB_TYPE *pVal) |
| |
| HRESULT | GetProgress ([out] BG_JOB_PROGRESS *pVal) |
| |
| HRESULT | GetTimes ([out] BG_JOB_TIMES *pVal) |
| |
| HRESULT | GetState ([out] BG_JOB_STATE *pVal) |
| |
| HRESULT | GetError ([out] IBackgroundCopyError **ppError) |
| |
| HRESULT | GetOwner ([out] LPWSTR *pVal) |
| |
| HRESULT | SetDisplayName ([in] LPCWSTR Val) |
| |
| HRESULT | GetDisplayName ([out] LPWSTR *pVal) |
| |
| HRESULT | SetDescription ([in] LPCWSTR Val) |
| |
| HRESULT | GetDescription ([out] LPWSTR *pVal) |
| |
| HRESULT | SetPriority ([in] BG_JOB_PRIORITY Val) |
| |
| HRESULT | GetPriority ([out] BG_JOB_PRIORITY *pVal) |
| |
| HRESULT | SetNotifyFlags ([in] ULONG Val) |
| |
| HRESULT | GetNotifyFlags ([out] ULONG *pVal) |
| |
| HRESULT | SetNotifyInterface ([in] IUnknown *Val) |
| |
| HRESULT | GetNotifyInterface ([out] IUnknown **pVal) |
| |
| HRESULT | SetMinimumRetryDelay ([in] ULONG Seconds) |
| |
| HRESULT | GetMinimumRetryDelay ([out] ULONG *Seconds) |
| |
| HRESULT | SetNoProgressTimeout ([in] ULONG Seconds) |
| |
| HRESULT | GetNoProgressTimeout ([out] ULONG *Seconds) |
| |
| HRESULT | GetErrorCount ([out] ULONG *Errors) |
| |
| HRESULT | SetProxySettings ([in] BG_JOB_PROXY_USAGE ProxyUsage, [in, string, unique] const WCHAR *ProxyList, [in, string, unique] const WCHAR *ProxyBypassList) |
| |
| HRESULT | GetProxySettings ([out] BG_JOB_PROXY_USAGE *pProxyUsage, [out] LPWSTR *pProxyList, [out] LPWSTR *pProxyBypassList) |
| |
| HRESULT | TakeOwnership () |
| |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| |
| ULONG | AddRef () |
| |
| ULONG | Release () |
| |
Definition at line 45 of file bits2_0.idl.