Skip to content
Snippets Groups Projects
Commit 49647cb3 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard
Browse files

include: Add ID2D1DrawingStateBlock1 definition.

parent 92434118
Branches
Tags
No related merge requests found
......@@ -21,7 +21,6 @@ import "d2d1.idl";
interface ID2D1DeviceContext;
interface ID2D1StrokeStyle1;
interface ID2D1PathGeometry1;
interface ID2D1DrawingStateBlock1;
interface ID2D1GdiMetafile;
interface ID2D1Properties;
interface IPrintDocumentPackageTarget;
......@@ -251,6 +250,21 @@ typedef struct D2D1_EFFECT_INPUT_DESCRIPTION
typedef HRESULT (__stdcall *PD2D1_EFFECT_FACTORY)(IUnknown **effect);
[
object,
uuid(689f1f85-c72e-4e33-8f19-85754efd5ace),
local,
]
interface ID2D1DrawingStateBlock1 : ID2D1DrawingStateBlock
{
void GetDescription(
[out] D2D1_DRAWING_STATE_DESCRIPTION1 *desc
);
void SetDescription(
[in] const D2D1_DRAWING_STATE_DESCRIPTION1 *desc
);
}
[
object,
uuid(a898a84c-3873-4588-b08b-ebbf978df041),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment