dmime/tests: Check more notification / dirty messages fields.
[wine.git] / dlls / wmphoto / wmphoto.idl
blobb2a47c1ec2fbd25b042a303607849d5b65c404c8
1 /*
2 * Copyright 2017 Vincent Povirk for CodeWeavers
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19 #pragma makedep register
21 import "unknwn.idl";
22 import "wincodec.idl";
25 helpstring("WIC WMP Decoder"),
26 uuid(a26cec36-234c-4950-ae16-e34aace71d0d),
27 threading(both)
29 coclass WICWmpDecoder
31 [default] interface IWICBitmapDecoder;
35 helpstring("WIC WMP Encoder"),
36 uuid(ac4ce3cb-e1c1-44cd-8215-5a1665509ec2),
37 threading(both)
39 coclass WICWmpEncoder
41 [default] interface IWICBitmapEncoder;