ReactOS 0.4.16-dev-117-g38f21f9
|
#include <qmgr.h>
Public Attributes | |
IBackgroundCopyManager | IBackgroundCopyManager_iface |
CRITICAL_SECTION | cs |
HANDLE | jobEvent |
struct list | jobs |
CRITICAL_SECTION BackgroundCopyManagerImpl::cs |
Definition at line 89 of file qmgr.h.
Referenced by BackgroundCopyJob_Resume(), BackgroundCopyManager_CreateJob(), BackgroundCopyManager_GetJob(), enum_copy_job_create(), fileTransfer(), and transitionJobState().
IBackgroundCopyManager BackgroundCopyManagerImpl::IBackgroundCopyManager_iface |
HANDLE BackgroundCopyManagerImpl::jobEvent |
Definition at line 90 of file qmgr.h.
Referenced by BackgroundCopyJob_Resume(), fileTransfer(), and ServiceMain().
Definition at line 91 of file qmgr.h.
Referenced by BackgroundCopyManager_CreateJob(), BackgroundCopyManager_GetJob(), enum_copy_job_create(), and fileTransfer().