[PATCH] include: Add BackgroundCopyManager1_5 library in bits1_5.idl

Biswapriyo Nath nathbappai at gmail.com
Tue Oct 26 00:34:57 CDT 2021


-------------- next part --------------
From b181f4678e15f9b19bf3e645828f4ff2af1cb1b7 Mon Sep 17 00:00:00 2001
From: Biswapriyo Nath <nathbappai at gmail.com>
Date: Tue, 26 Oct 2021 11:01:51 +0530
Subject: [PATCH] include: Add BackgroundCopyManager1_5 library in bits1_5.idl

Signed-off-by: Biswapriyo Nath <nathbappai at gmail.com>
---
 include/bits1_5.idl | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/include/bits1_5.idl b/include/bits1_5.idl
index 5937ce0..5c3523e 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\"")
-- 
2.33.0



More information about the wine-devel mailing list