d2d1: Add the ID2D1BitmapRenderTarget interface.

oldstable
Henri Verbeet 2014-05-16 09:59:23 +02:00 committed by Alexandre Julliard
parent c68a8f3415
commit 7e5bcb0b0b
1 changed files with 12 additions and 0 deletions

View File

@ -1080,5 +1080,17 @@ interface ID2D1RenderTarget : ID2D1Resource
);
}
[
local,
object,
uuid(2cd90695-12e2-11dc-9fed-001143a055f9)
]
interface ID2D1BitmapRenderTarget : ID2D1RenderTarget
{
HRESULT GetBitmap(
[out] ID2D1Bitmap **bitmap
);
}
[local] HRESULT __stdcall D2D1CreateFactory(D2D1_FACTORY_TYPE factory_type, REFIID iid,
const D2D1_FACTORY_OPTIONS *factory_options, void **factory);