Skip to content
Snippets Groups Projects
Commit f209fb97 authored by Biswapriyo Nath's avatar Biswapriyo Nath :fox: Committed by Alexandre Julliard
Browse files

include: Add BackgroundCopyManager1_5 library in bits1_5.idl.

parent 98a54663
No related branches found
No related tags found
No related merge requests found
......@@ -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\"")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment