29cpp_quote("#define BG_COPY_FILE_DACL 4")
30cpp_quote("#define BG_COPY_FILE_SACL 8")
31cpp_quote("#define BG_COPY_FILE_ALL 15")
33cpp_quote("#define BG_LENGTH_TO_EOF (UINT64)(-1)")
35typedef struct _BG_FILE_RANGE
42 uuid(443c8934-90ff-48ed-bcde-26f5c7450042),
45interface IBackgroundCopyJob3 : IBackgroundCopyJob2
47 HRESULT ReplaceRemotePrefix(
48 [in] LPCWSTR OldPrefix,
49 [in] LPCWSTR NewPrefix);
51 HRESULT AddFileWithRanges(
52 [in] LPCWSTR RemoteUrl,
53 [in] LPCWSTR LocalName,
54 [in] DWORD RangeCount,
55 [in, size_is(RangeCount)] BG_FILE_RANGE Ranges[]);
57 HRESULT SetFileACLFlags(
60 HRESULT GetFileACLFlags(
61 [out, ref] DWORD *Flags);
65 uuid(83e81b93-0873-474d-8a8c-f2018b1a939c),
68interface IBackgroundCopyFile2 : IBackgroundCopyFile
70 HRESULT GetFileRanges(
71 [in, out, unique] DWORD *RangeCount,
72 [out, size_is(, *RangeCount)] BG_FILE_RANGE **Ranges);
74 HRESULT SetRemoteName(
79 uuid(2289a9af-dc96-486e-b268-89c9e3397c3d),
82library BackgroundCopyManager2_0
85 uuid(6d18ad12-bde3-4393-b311-099c346e6df9)
87 coclass BackgroundCopyManager2_0
89 [default] interface IBackgroundCopyManager;
92 interface IBackgroundCopyCallback;
93 interface IBackgroundCopyJob3;
94 interface IBackgroundCopyFile2;
CD3D10_BUFFER_DESC D3D10_BUFFER_DESC cpp_quote(" ~CD3D10_BUFFER_DESC() {}") operator const D3D10_BUFFER_DESC &() const