#include "qmgr.h"
#include "wine/debug.h"
Go to the source code of this file.
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (qmgr) |
| static ULONG WINAPI | BITS_IBackgroundCopyManager_AddRef (IBackgroundCopyManager *iface) |
| static HRESULT WINAPI | BITS_IBackgroundCopyManager_QueryInterface (IBackgroundCopyManager *iface, REFIID riid, LPVOID *ppvObject) |
| static ULONG WINAPI | BITS_IBackgroundCopyManager_Release (IBackgroundCopyManager *iface) |
| static HRESULT WINAPI | BITS_IBackgroundCopyManager_CreateJob (IBackgroundCopyManager *iface, LPCWSTR DisplayName, BG_JOB_TYPE Type, GUID *pJobId, IBackgroundCopyJob **ppJob) |
| static HRESULT WINAPI | BITS_IBackgroundCopyManager_GetJob (IBackgroundCopyManager *iface, REFGUID jobID, IBackgroundCopyJob **ppJob) |
| static HRESULT WINAPI | BITS_IBackgroundCopyManager_EnumJobs (IBackgroundCopyManager *iface, DWORD dwFlags, IEnumBackgroundCopyJobs **ppEnum) |
| static HRESULT WINAPI | BITS_IBackgroundCopyManager_GetErrorDescription (IBackgroundCopyManager *iface, HRESULT hResult, DWORD LanguageId, LPWSTR *pErrorDescription) |
| HRESULT | BackgroundCopyManagerConstructor (IUnknown *pUnkOuter, LPVOID *ppObj) |
| DWORD WINAPI | fileTransfer (void *param) |
Variables |
static const
IBackgroundCopyManagerVtbl | BITS_IBackgroundCopyManager_Vtbl |
| BackgroundCopyManagerImpl | globalMgr |