|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "windef.h"#include "bits.h"#include "bits1_5.h"#include "bits2_0.h"#include "bits2_5.h"#include "bits3_0.h"#include <string.h>#include "wine/list.h"

Go to the source code of this file.
Classes | |
| struct | BackgroundCopyJobImpl |
| struct | BackgroundCopyFileImpl |
| struct | BackgroundCopyManagerImpl |
| struct | ClassFactoryImpl |
Macros | |
| #define | COBJMACROS |
Variables | |
| HANDLE stop_event | DECLSPEC_HIDDEN |
| HRESULT BackgroundCopyFileConstructor | ( | BackgroundCopyJobImpl * | owner, |
| LPCWSTR | remoteName, | ||
| LPCWSTR | localName, | ||
| BackgroundCopyFileImpl ** | file | ||
| ) |
Definition at line 162 of file file.c.
Referenced by BackgroundCopyJob_AddFileSet().
| HRESULT BackgroundCopyJobConstructor | ( | LPCWSTR | displayName, |
| BG_JOB_TYPE | type, | ||
| GUID * | pJobId, | ||
| BackgroundCopyJobImpl ** | job | ||
| ) |
Definition at line 1197 of file job.c.
Referenced by BackgroundCopyManager_CreateJob().
| HRESULT enum_copy_job_create | ( | BackgroundCopyManagerImpl * | qmgr, |
| IEnumBackgroundCopyJobs ** | enumjob | ||
| ) |
Definition at line 179 of file enum_jobs.c.
Referenced by BackgroundCopyManager_EnumJobs().
| HRESULT EnumBackgroundCopyFilesConstructor | ( | BackgroundCopyJobImpl * | job, |
| IEnumBackgroundCopyFiles ** | enum_files | ||
| ) |
Definition at line 183 of file enum_files.c.
Referenced by BackgroundCopyJob_EnumFiles().
Definition at line 148 of file qmgr.c.
Referenced by ServiceMain().
| BOOL processFile | ( | BackgroundCopyFileImpl * | file, |
| BackgroundCopyJobImpl * | job | ||
| ) |
Definition at line 477 of file file.c.
Referenced by processJob().
| void processJob | ( | BackgroundCopyJobImpl * | job | ) |
Definition at line 1265 of file job.c.
Referenced by fileTransfer().
Definition at line 132 of file qmgr.h.
Referenced by BackgroundCopyFile_GetLocalName(), BackgroundCopyFile_GetRemoteName(), BackgroundCopyJob_GetDescription(), and BackgroundCopyJob_GetDisplayName().
| BOOL transitionJobState | ( | BackgroundCopyJobImpl * | job, |
| BG_JOB_STATE | from, | ||
| BG_JOB_STATE | to | ||
| ) |
Definition at line 30 of file job.c.
Referenced by processFile(), processJob(), progress_callback_http(), transfer_file_http(), transfer_file_local(), and wait_for_completion().
|
extern |