ReactOS 0.4.16-dev-91-g764881a
|
#include <qmgr.h>
Public Attributes | |
IBackgroundCopyJob3 | IBackgroundCopyJob3_iface |
IBackgroundCopyJobHttpOptions | IBackgroundCopyJobHttpOptions_iface |
LONG | ref |
LPWSTR | displayName |
LPWSTR | description |
BG_JOB_TYPE | type |
GUID | jobId |
struct list | files |
BG_JOB_PROGRESS | jobProgress |
BG_JOB_STATE | state |
ULONG | notify_flags |
IBackgroundCopyCallback2 * | callback |
BOOL | callback2 |
CRITICAL_SECTION | cs |
struct list | entryFromQmgr |
struct { | |
WCHAR * headers | |
ULONG flags | |
BG_AUTH_CREDENTIALS creds [BG_AUTH_TARGET_PROXY][BG_AUTH_SCHEME_PASSPORT] | |
} | http_options |
struct { | |
BG_ERROR_CONTEXT context | |
HRESULT code | |
IBackgroundCopyFile2 * file | |
} | error |
HANDLE | wait |
HANDLE | cancel |
HANDLE | done |
IBackgroundCopyCallback2* BackgroundCopyJobImpl::callback |
BG_AUTH_CREDENTIALS BackgroundCopyJobImpl::creds[BG_AUTH_TARGET_PROXY][BG_AUTH_SCHEME_PASSPORT] |
CRITICAL_SECTION BackgroundCopyJobImpl::cs |
struct { ... } BackgroundCopyJobImpl::error |
IBackgroundCopyFile2* BackgroundCopyJobImpl::file |
struct { ... } BackgroundCopyJobImpl::http_options |
IBackgroundCopyJob3 BackgroundCopyJobImpl::IBackgroundCopyJob3_iface |
Definition at line 38 of file qmgr.h.
Referenced by BackgroundCopyFileConstructor().
IBackgroundCopyJobHttpOptions BackgroundCopyJobImpl::IBackgroundCopyJobHttpOptions_iface |