- Cleanup the /lib directory, by putting more 3rd-party libs in /3rdparty, and by...
[reactos.git] / reactos / lib / sdk / uuid / uuid.c
1 /*
2 * GUID definitions
3 *
4 * Copyright 2000 Alexandre Julliard
5 * Copyright 2000 Francois Gouget
6 *
7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Lesser General Public
9 * License as published by the Free Software Foundation; either
10 * version 2.1 of the License, or (at your option) any later version.
11 *
12 * This library is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * Lesser General Public License for more details.
16 *
17 * You should have received a copy of the GNU Lesser General Public
18 * License along with this library; if not, write to the Free Software
19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20 */
21
22 #include <stdarg.h>
23
24 #define COM_NO_WINDOWS_H
25 #include "initguid.h"
26
27 /* GUIDs defined in uuids.lib */
28
29 #include "windef.h"
30 #include "winbase.h"
31 #include "wingdi.h"
32 #include "winuser.h"
33
34 #include "objbase.h"
35 #include "wine/servprov.h"
36
37 #include "oleauto.h"
38 #include "oleidl.h"
39 #include "wine/oleidl.h"
40 #include "olectl.h"
41
42 #include "wine/ocidl.h"
43
44 #include "mshtmhst.h"
45 #include "docobj.h"
46 #include "wine/exdisp.h"
47
48 #include "hlink.h"
49 #include "shlguid.h"
50 #include "wine/shlguid.h"
51 #include "shlobj.h"
52 #include "shldisp.h"
53 #include "comcat.h"
54 #include "urlmon.h"
55 #include "objsel.h"
56
57 /* FIXME: cguids declares GUIDs but does not define their values */
58
59 /* other GUIDs */
60
61 #include "vfw.h"
62 #include "mapiguid.h"
63
64 #if 0 /* FIXME */
65 #include "uuids.h"
66 #endif
67
68 /* the GUID for these interfaces are already defined by dxguid.c */
69 #define __IReferenceClock_INTERFACE_DEFINED__
70 #define __IKsPropertySet_INTERFACE_DEFINED__
71 #if 0 /* FIXME */
72 #include "strmif.h"
73 #endif
74 #if 0 /* FIXME */
75 #include "control.h"
76 #endif
77
78 /* GUIDs not declared in an exported header file */
79 DEFINE_GUID(IID_IDirectPlaySP,0xc9f6360,0xcc61,0x11cf,0xac,0xec,0x00,0xaa,0x00,0x68,0x86,0xe3);
80 DEFINE_GUID(IID_ISFHelper,0x1fe68efb,0x1874,0x9812,0x56,0xdc,0x00,0x00,0x00,0x00,0x00,0x00);
81 DEFINE_GUID(IID_IDPLobbySP,0x5a4e5a20,0x2ced,0x11d0,0xa8,0x89,0x00,0xa0,0xc9,0x05,0x43,0x3c);
82
83 DEFINE_GUID(FMTID_SummaryInformation,0xF29F85E0,0x4FF9,0x1068,0xAB,0x91,0x08,0x00,0x2B,0x27,0xB3,0xD9);
84 DEFINE_GUID(FMTID_DocSummaryInformation,0xD5CDD502,0x2E9C,0x101B,0x93,0x97,0x08,0x00,0x2B,0x2C,0xF9,0xAE);
85 DEFINE_GUID(FMTID_UserDefinedProperties,0xD5CDD505,0x2E9C,0x101B,0x93,0x97,0x08,0x00,0x2B,0x2C,0xF9,0xAE);
86
87 DEFINE_GUID(IID_IRichEditOle,0x00020D00,0,0,0xC0,0,0,0,0,0,0,0x46);
88 DEFINE_GUID(IID_IRichEditOleCallback,0x00020D03,0,0,0xC0,0,0,0,0,0,0,0x46);
89
90 DEFINE_OLEGUID(IID_StdOle,0x00020430,0,0);
91
92 DEFINE_GUID(CLSID_StdFont,0x0be35203,0x8f91,0x11ce,0x9d,0xe3,0x00,0xaa,0x00,0x4b,0xb8,0x51);
93 DEFINE_GUID(CLSID_StdPicture,0x0be35204,0x8f91,0x11ce,0x9d,0xe3,0x00,0xaa,0x00,0x4b,0xb8,0x51);
94
95 DEFINE_GUID(CLSID_HTMLDocument, 0x25336920, 0x03f9, 0x11cf, 0x8f,0xd0, 0x00,0xaa,0x00,0x68,0x6f,0x13);
96
97 DEFINE_GUID(GUID_NULL, 0L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);