d2d1: Add the ID2D1Resource interface.

oldstable
Henri Verbeet 2014-05-12 09:34:00 +02:00 committed by Alexandre Julliard
parent 443edfa1da
commit eaac54e0ae
1 changed files with 14 additions and 0 deletions

View File

@ -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,