ReactOS 0.4.16-dev-336-gb667d82
|
Public Member Functions | |
HRESULT | CreateJob ([in] LPCWSTR DisplayName, [in] BG_JOB_TYPE Type, [out] GUID *pJobId, [out] IBackgroundCopyJob **ppJob) |
HRESULT | GetJob ([in] REFGUID jobID, [out] IBackgroundCopyJob **ppJob) |
HRESULT | EnumJobs ([in] DWORD dwFlags, [out] IEnumBackgroundCopyJobs **ppEnum) |
HRESULT | GetErrorDescription ([in] HRESULT hResult, [in] DWORD LanguageId, [out] LPWSTR *pErrorDescription) |
Public Member Functions inherited from IUnknown | |
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
ULONG | AddRef () |
ULONG | Release () |
Additional Inherited Members | |
Public Types inherited from IUnknown | |
typedef IUnknown * | LPUNKNOWN |
HRESULT IBackgroundCopyManager::CreateJob | ( | [in] LPCWSTR | DisplayName, |
[in] BG_JOB_TYPE | Type, | ||
[out] GUID * | pJobId, | ||
[out] IBackgroundCopyJob ** | ppJob | ||
) |
HRESULT IBackgroundCopyManager::EnumJobs | ( | [in] DWORD | dwFlags, |
[out] IEnumBackgroundCopyJobs ** | ppEnum | ||
) |
HRESULT IBackgroundCopyManager::GetErrorDescription | ( | [in] HRESULT | hResult, |
[in] DWORD | LanguageId, | ||
[out] LPWSTR * | pErrorDescription | ||
) |
HRESULT IBackgroundCopyManager::GetJob | ( | [in] REFGUID | jobID, |
[out] IBackgroundCopyJob ** | ppJob | ||
) |