diff --git a/include/d2d1_1.idl b/include/d2d1_1.idl index 2ed1ce7cdf4..a72a6a9e9be 100644 --- a/include/d2d1_1.idl +++ b/include/d2d1_1.idl @@ -629,6 +629,23 @@ interface ID2D1CommandList : ID2D1Image HRESULT Close(); } +[ + object, + uuid(2c1d867d-c290-41c8-ae7e-34a98702e9a5), + local, +] +interface ID2D1PrintControl : IUnknown +{ + HRESULT AddPage( + [in] ID2D1CommandList *list, + [in] D2D_SIZE_F size, + [in, optional] IStream *stream, + [out, optional] D2D1_TAG *tag1, + [out, optional] D2D1_TAG *tag2 + ); + HRESULT Close(); +} + [ object, uuid(e8f7fe7a-191c-466d-ad95-975678bda998),