d2d1: Add the ID2D1DCRenderTarget interface.

oldstable
Henri Verbeet 2014-05-19 08:21:00 +02:00 committed by Alexandre Julliard
parent d76e605010
commit 60de2d686c
1 changed files with 13 additions and 0 deletions

View File

@ -1113,5 +1113,18 @@ interface ID2D1HwndRenderTarget : ID2D1RenderTarget
HWND GetHwnd();
}
[
local,
object,
uuid(1c51bc64-de61-46fd-9899-63a5d8f03950)
]
interface ID2D1DCRenderTarget : ID2D1RenderTarget
{
HRESULT BindDC(
[in] const HDC dc,
[in] const RECT rect
);
}
[local] HRESULT __stdcall D2D1CreateFactory(D2D1_FACTORY_TYPE factory_type, REFIID iid,
const D2D1_FACTORY_OPTIONS *factory_options, void **factory);