ntdll: Implemented ActivationContextDetailedInformation option in RtlQueryInformation...
[wine/multimedia.git] / include / gdiplusmetaheader.h
blob2b4adf6b78524afe0ce90a89d09659ed637626e2
1 /*
2 * Copyright (C) 2007 Google (Evan Stade)
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 #ifndef _GDIPLUSMETAHEADER_H
20 #define _GDIPLUSMETAHEADER_H
22 #include <pshpack2.h>
24 typedef struct
26 INT16 Left;
27 INT16 Top;
28 INT16 Right;
29 INT16 Bottom;
30 } PWMFRect16;
32 typedef struct
34 UINT32 Key;
35 INT16 Hmf;
36 PWMFRect16 BoundingBox;
37 INT16 Inch;
38 UINT32 Reserved;
39 INT16 Checksum;
40 } WmfPlaceableFileHeader;
42 #include <poppack.h>
44 #endif /* _GDIPLUSMETAHEADER_H */