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:
parent
98a5466380
commit
f209fb97aa
|
@ -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\"")
|
||||
|
|
Loading…
Reference in New Issue