po: Update Norwegian translation.
[wine.git] / include / thumbcache.idl
blobf79d879ab07ddd84e287bcd069884f93e3a4199f
1 /*
2 * Copyright 2019 Alistair Leslie-Hughes
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 import "oaidl.idl";
20 import "shtypes.idl";
22 typedef [v1_enum] enum WTS_FLAGS
24 WTS_NONE = 0x00000000,
25 WTS_EXTRACT = 0x00000000,
26 WTS_INCACHEONLY = 0x00000001,
27 WTS_FASTEXTRACT = 0x00000002,
28 WTS_FORCEEXTRACTION = 0x00000004,
29 WTS_SLOWRECLAIM = 0x00000008,
30 WTS_EXTRACTDONOTCACHE = 0x00000020,
31 WTS_SCALETOREQUESTEDSIZE = 0x00000040,
32 WTS_SKIPFASTEXTRACT = 0x00000080,
33 WTS_EXTRACTINPROC = 0x00000100,
34 WTS_CROPTOSQUARE = 0x00000200,
35 WTS_INSTANCESURROGATE = 0x00000400,
36 WTS_REQUIRESURROGATE = 0x00000800,
37 WTS_APPSTYLE = 0x00002000,
38 WTS_WIDETHUMBNAILS = 0x00004000,
39 WTS_IDEALCACHESIZEONLY = 0x00008000,
40 WTS_SCALEUP = 0x00010000,
41 } WTS_FLAGS;
43 typedef [v1_enum] enum WTS_ALPHATYPE
45 WTSAT_UNKNOWN = 0,
46 WTSAT_RGB = 1,
47 WTSAT_ARGB = 2
48 } WTS_ALPHATYPE;