#include "windef.h"
#include "objbase.h"
#include "bits1_5.h"
#include <string.h>
#include "wine/list.h"
Go to the source code of this file.
Data Structures |
| struct | BackgroundCopyJobImpl |
| struct | EnumBackgroundCopyJobsImpl |
| struct | EnumBackgroundCopyFilesImpl |
| struct | BackgroundCopyFileImpl |
| struct | BackgroundCopyManagerImpl |
| struct | ClassFactoryImpl |
Defines |
| #define | COBJMACROS |
Functions |
| HRESULT | BackgroundCopyManagerConstructor (IUnknown *pUnkOuter, LPVOID *ppObj) |
| HRESULT | BackgroundCopyJobConstructor (LPCWSTR displayName, BG_JOB_TYPE type, GUID *pJobId, LPVOID *ppObj) |
| HRESULT | EnumBackgroundCopyJobsConstructor (LPVOID *ppObj, IBackgroundCopyManager *copyManager) |
| HRESULT | BackgroundCopyFileConstructor (BackgroundCopyJobImpl *owner, LPCWSTR remoteName, LPCWSTR localName, LPVOID *ppObj) |
| HRESULT | EnumBackgroundCopyFilesConstructor (LPVOID *ppObj, IBackgroundCopyJob2 *copyJob) |
| DWORD WINAPI | fileTransfer (void *param) |
| void | processJob (BackgroundCopyJobImpl *job) |
| BOOL | processFile (BackgroundCopyFileImpl *file, BackgroundCopyJobImpl *job) |
| static char * | qmgr_strdup (const char *s) |
| static BOOL | transitionJobState (BackgroundCopyJobImpl *job, BG_JOB_STATE fromState, BG_JOB_STATE toState) |
Variables |
| HANDLE | stop_event |
| ClassFactoryImpl | BITS_ClassFactory |
| BackgroundCopyManagerImpl | globalMgr |