1
0
mirror of https://github.com/wine-mirror/wine synced 2024-06-29 06:14:34 +00:00

include: Add BackgroundCopyManager1_5 library in bits1_5.idl.

Signed-off-by: Biswapriyo Nath <nathbappai@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Biswapriyo Nath 2021-10-26 11:01:51 +05:30 committed by Alexandre Julliard
parent 98a5466380
commit f209fb97aa

View File

@ -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\"")