d2d1: Add the ID2D1Image interface.

oldstable
Henri Verbeet 2014-05-14 07:56:24 +02:00 committed by Alexandre Julliard
parent d20be31395
commit 61a909069d
1 changed files with 9 additions and 0 deletions

View File

@ -498,5 +498,14 @@ interface ID2D1DrawingStateBlock : ID2D1Resource
);
}
[
local,
object,
uuid(65019f75-8da2-497c-b32c-dfa34e48ede6)
]
interface ID2D1Image : ID2D1Resource
{
}
[local] HRESULT __stdcall D2D1CreateFactory(D2D1_FACTORY_TYPE factory_type, REFIID iid,
const D2D1_FACTORY_OPTIONS *factory_options, void **factory);