Module: wine Branch: master Commit: f209fb97aa5de7b442b95d660b9e13c8bb577b27 URL: https://source.winehq.org/git/wine.git/?a=commit;h=f209fb97aa5de7b442b95d660... Author: Biswapriyo Nath <nathbappai(a)gmail.com> Date: Tue Oct 26 11:19:51 2021 +0530 include: Add BackgroundCopyManager1_5 library in bits1_5.idl. Signed-off-by: Biswapriyo Nath <nathbappai(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- include/bits1_5.idl | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/include/bits1_5.idl b/include/bits1_5.idl index 5937ce02967..5c3523e4e99 100644 --- a/include/bits1_5.idl +++ b/include/bits1_5.idl @@ -87,4 +87,23 @@ interface IBackgroundCopyJob2 : IBackgroundCopyJob HRESULT RemoveCredentials(BG_AUTH_TARGET target, BG_AUTH_SCHEME scheme); } +[ + uuid(ea9319ea-c628-480f-8331-768fac397e4e), + lcid(0x0000), + version(1.0) +] +library BackgroundCopyManager1_5 +{ + [ + uuid(f087771f-d74f-4c1a-bb8a-e16aca9124ea) + ] + coclass BackgroundCopyManager1_5 + { + [default] interface IBackgroundCopyManager; + }; + + interface IBackgroundCopyCallback; + interface IBackgroundCopyJob2; +} + cpp_quote("#include \"bits2_0.h\"")