Commit eaac54e0 authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

d2d1: Add the ID2D1Resource interface.

parent 443edfa1
......@@ -78,6 +78,20 @@ typedef struct D2D1_FACTORY_OPTIONS
D2D1_DEBUG_LEVEL debugLevel;
} D2D1_FACTORY_OPTIONS;
interface ID2D1Factory;
[
local,
object,
uuid(2cd90691-12e2-11dc-9fed-001143a055f9)
]
interface ID2D1Resource : IUnknown
{
void GetFactory(
[out] ID2D1Factory **factory
);
}
[
local,
object,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment