Commit fa073ecd authored by Ziqing Hui's avatar Ziqing Hui Committed by Alexandre Julliard

include: Add defines for ID2D1Factory3.

parent db98900c
......@@ -342,3 +342,16 @@ interface ID2D1Device2 : ID2D1Device1
[out] IDXGIDevice **dxgi_device
);
}
[
object,
uuid(0869759f-4f00-413f-b03e-2bda45404d0f),
local,
]
interface ID2D1Factory3 : ID2D1Factory2
{
HRESULT CreateDevice(
[in] IDXGIDevice *dxgi_device,
[out] ID2D1Device2 **d2d_device
);
}
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