Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (qmgr) |
| static void | BackgroundCopyJobDestructor (BackgroundCopyJobImpl *This) |
| static ULONG WINAPI | BITS_IBackgroundCopyJob_AddRef (IBackgroundCopyJob2 *iface) |
| static HRESULT WINAPI | BITS_IBackgroundCopyJob_QueryInterface (IBackgroundCopyJob2 *iface, REFIID riid, LPVOID *ppvObject) |
| static ULONG WINAPI | BITS_IBackgroundCopyJob_Release (IBackgroundCopyJob2 *iface) |
| static HRESULT WINAPI | BITS_IBackgroundCopyJob_AddFileSet (IBackgroundCopyJob2 *iface, ULONG cFileCount, BG_FILE_INFO *pFileSet) |
| static HRESULT WINAPI | BITS_IBackgroundCopyJob_AddFile (IBackgroundCopyJob2 *iface, LPCWSTR RemoteUrl, LPCWSTR LocalName) |
| static HRESULT WINAPI | BITS_IBackgroundCopyJob_EnumFiles (IBackgroundCopyJob2 *iface, IEnumBackgroundCopyFiles **ppEnum) |
| static HRESULT WINAPI | BITS_IBackgroundCopyJob_Suspend (IBackgroundCopyJob2 *iface) |
| static HRESULT WINAPI | BITS_IBackgroundCopyJob_Resume (IBackgroundCopyJob2 *iface) |
| static HRESULT WINAPI | BITS_IBackgroundCopyJob_Cancel (IBackgroundCopyJob2 *iface) |
| static HRESULT WINAPI | BITS_IBackgroundCopyJob_Complete (IBackgroundCopyJob2 *iface) |
| static HRESULT WINAPI | BITS_IBackgroundCopyJob_GetId (IBackgroundCopyJob2 *iface, GUID *pVal) |
| static HRESULT WINAPI | BITS_IBackgroundCopyJob_GetType (IBackgroundCopyJob2 *iface, BG_JOB_TYPE *pVal) |
| static HRESULT WINAPI | BITS_IBackgroundCopyJob_GetProgress (IBackgroundCopyJob2 *iface, BG_JOB_PROGRESS *pVal) |
| static HRESULT WINAPI | BITS_IBackgroundCopyJob_GetTimes (IBackgroundCopyJob2 *iface, BG_JOB_TIMES *pVal) |
| static HRESULT WINAPI | BITS_IBackgroundCopyJob_GetState (IBackgroundCopyJob2 *iface, BG_JOB_STATE *pVal) |
| static HRESULT WINAPI | BITS_IBackgroundCopyJob_GetError (IBackgroundCopyJob2 *iface, IBackgroundCopyError **ppError) |
| static HRESULT WINAPI | BITS_IBackgroundCopyJob_GetOwner (IBackgroundCopyJob2 *iface, LPWSTR *pVal) |
| static HRESULT WINAPI | BITS_IBackgroundCopyJob_SetDisplayName (IBackgroundCopyJob2 *iface, LPCWSTR Val) |
| static HRESULT WINAPI | BITS_IBackgroundCopyJob_GetDisplayName (IBackgroundCopyJob2 *iface, LPWSTR *pVal) |
| static HRESULT WINAPI | BITS_IBackgroundCopyJob_SetDescription (IBackgroundCopyJob2 *iface, LPCWSTR Val) |
| static HRESULT WINAPI | BITS_IBackgroundCopyJob_GetDescription (IBackgroundCopyJob2 *iface, LPWSTR *pVal) |
| static HRESULT WINAPI | BITS_IBackgroundCopyJob_SetPriority (IBackgroundCopyJob2 *iface, BG_JOB_PRIORITY Val) |
| static HRESULT WINAPI | BITS_IBackgroundCopyJob_GetPriority (IBackgroundCopyJob2 *iface, BG_JOB_PRIORITY *pVal) |
| static HRESULT WINAPI | BITS_IBackgroundCopyJob_SetNotifyFlags (IBackgroundCopyJob2 *iface, ULONG Val) |
| static HRESULT WINAPI | BITS_IBackgroundCopyJob_GetNotifyFlags (IBackgroundCopyJob2 *iface, ULONG *pVal) |
| static HRESULT WINAPI | BITS_IBackgroundCopyJob_SetNotifyInterface (IBackgroundCopyJob2 *iface, IUnknown *Val) |
| static HRESULT WINAPI | BITS_IBackgroundCopyJob_GetNotifyInterface (IBackgroundCopyJob2 *iface, IUnknown **pVal) |
| static HRESULT WINAPI | BITS_IBackgroundCopyJob_SetMinimumRetryDelay (IBackgroundCopyJob2 *iface, ULONG Seconds) |
| static HRESULT WINAPI | BITS_IBackgroundCopyJob_GetMinimumRetryDelay (IBackgroundCopyJob2 *iface, ULONG *Seconds) |
| static HRESULT WINAPI | BITS_IBackgroundCopyJob_SetNoProgressTimeout (IBackgroundCopyJob2 *iface, ULONG Seconds) |
| static HRESULT WINAPI | BITS_IBackgroundCopyJob_GetNoProgressTimeout (IBackgroundCopyJob2 *iface, ULONG *Seconds) |
| static HRESULT WINAPI | BITS_IBackgroundCopyJob_GetErrorCount (IBackgroundCopyJob2 *iface, ULONG *Errors) |
| static HRESULT WINAPI | BITS_IBackgroundCopyJob_SetProxySettings (IBackgroundCopyJob2 *iface, BG_JOB_PROXY_USAGE ProxyUsage, const WCHAR *ProxyList, const WCHAR *ProxyBypassList) |
| static HRESULT WINAPI | BITS_IBackgroundCopyJob_GetProxySettings (IBackgroundCopyJob2 *iface, BG_JOB_PROXY_USAGE *pProxyUsage, LPWSTR *pProxyList, LPWSTR *pProxyBypassList) |
| static HRESULT WINAPI | BITS_IBackgroundCopyJob_TakeOwnership (IBackgroundCopyJob2 *iface) |
| static HRESULT WINAPI | BITS_IBackgroundCopyJob_SetNotifyCmdLine (IBackgroundCopyJob2 *iface, LPCWSTR prog, LPCWSTR params) |
| static HRESULT WINAPI | BITS_IBackgroundCopyJob_GetNotifyCmdLine (IBackgroundCopyJob2 *iface, LPWSTR *prog, LPWSTR *params) |
| static HRESULT WINAPI | BITS_IBackgroundCopyJob_GetReplyProgress (IBackgroundCopyJob2 *iface, BG_JOB_REPLY_PROGRESS *progress) |
| static HRESULT WINAPI | BITS_IBackgroundCopyJob_GetReplyData (IBackgroundCopyJob2 *iface, byte **pBuffer, UINT64 *pLength) |
| static HRESULT WINAPI | BITS_IBackgroundCopyJob_SetReplyFileName (IBackgroundCopyJob2 *iface, LPCWSTR filename) |
| static HRESULT WINAPI | BITS_IBackgroundCopyJob_GetReplyFileName (IBackgroundCopyJob2 *iface, LPWSTR *pFilename) |
| static HRESULT WINAPI | BITS_IBackgroundCopyJob_SetCredentials (IBackgroundCopyJob2 *iface, BG_AUTH_CREDENTIALS *cred) |
| static HRESULT WINAPI | BITS_IBackgroundCopyJob_RemoveCredentials (IBackgroundCopyJob2 *iface, BG_AUTH_TARGET target, BG_AUTH_SCHEME scheme) |
| HRESULT | BackgroundCopyJobConstructor (LPCWSTR displayName, BG_JOB_TYPE type, GUID *pJobId, LPVOID *ppObj) |
| void | processJob (BackgroundCopyJobImpl *job) |
Variables |
static const
IBackgroundCopyJob2Vtbl | BITS_IBackgroundCopyJob_Vtbl |