Sync trunk head (r47697).
[reactos.git] / include / psdk / mapiguid.h
1 /*
2 * Copyright 2004 Jon Griffiths
3 *
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.
8 *
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.
13 *
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
17 */
18
19 #ifndef MAPIGUID_H
20 #define MAPIGUID_H
21
22 #define DEFINE_MAPIGUID(n,l,w1,w2) DEFINE_OLEGUID(n,l,w1,w2)
23
24 DEFINE_MAPIGUID(IID_IABContainer,0x2030D,0,0);
25 DEFINE_MAPIGUID(IID_IABLogon,0x20314,0,0);
26 DEFINE_MAPIGUID(IID_IABProvider,0x20311,0,0);
27 DEFINE_MAPIGUID(IID_IAddrBook,0x20309,0,0);
28 DEFINE_MAPIGUID(IID_IAttachment,0x20308,0,0);
29 DEFINE_MAPIGUID(IID_IDistList,0x2030E,0,0);
30 DEFINE_MAPIGUID(IID_IEnumMAPIFormProp,0x20323,0,0);
31 DEFINE_MAPIGUID(IID_IMailUser,0x2030A,0,0);
32 DEFINE_MAPIGUID(IID_IMAPIAdviseSink,0x20302,0,0);
33 DEFINE_MAPIGUID(IID_IMAPIContainer,0x2030B,0,0);
34 DEFINE_MAPIGUID(IID_IMAPIControl,0x2031B,0,0);
35 DEFINE_MAPIGUID(IID_IMAPIFolder,0x2030C,0,0);
36 DEFINE_MAPIGUID(IID_IMAPIForm,0x20327,0,0);
37 DEFINE_MAPIGUID(IID_IMAPIFormAdviseSink,0x2032F,0,0);
38 DEFINE_MAPIGUID(IID_IMAPIFormContainer,0x2032E,0,0);
39 DEFINE_MAPIGUID(IID_IMAPIFormFactory,0x20350,0,0);
40 DEFINE_MAPIGUID(IID_IMAPIFormInfo,0x20324,0,0);
41 DEFINE_MAPIGUID(IID_IMAPIFormMgr,0x20322,0,0);
42 DEFINE_MAPIGUID(IID_IMAPIFormProp,0x2032D,0,0);
43 DEFINE_MAPIGUID(IID_IMAPIMessageSite,0x20370,0,0);
44 DEFINE_MAPIGUID(IID_IMAPIProgress,0x2031F,0,0);
45 DEFINE_MAPIGUID(IID_IMAPIProp,0x20303,0,0);
46 DEFINE_MAPIGUID(IID_IMAPIPropData,0x2031A,0,0);
47 DEFINE_MAPIGUID(IID_IMAPISession,0x20300,0,0);
48 DEFINE_MAPIGUID(IID_IMAPISpoolerInit,0x20317,0,0);
49 DEFINE_MAPIGUID(IID_IMAPISpoolerService,0x2031E,0,0);
50 DEFINE_MAPIGUID(IID_IMAPISpoolerSession,0x20318,0,0);
51 DEFINE_MAPIGUID(IID_IMAPIStatus,0x20305,0,0);
52 DEFINE_MAPIGUID(IID_IMAPISup,0x2030F,0,0);
53 DEFINE_MAPIGUID(IID_IMAPITable,0x20301,0,0);
54 DEFINE_MAPIGUID(IID_IMAPITableData,0x20316,0,0);
55 DEFINE_MAPIGUID(IID_IMAPIViewAdviseSink,0x2032B,0,0);
56 DEFINE_MAPIGUID(IID_IMAPIViewContext,0x20321,0,0);
57 DEFINE_MAPIGUID(IID_IMessage,0x20307,0,0);
58 DEFINE_MAPIGUID(IID_IMsgServiceAdmin,0x2031D,0,0);
59 DEFINE_MAPIGUID(IID_IMsgStore,0x20306,0,0);
60 DEFINE_MAPIGUID(IID_IMSLogon,0x20313,0,0);
61 DEFINE_MAPIGUID(IID_IMSProvider,0x20310,0,0);
62 DEFINE_MAPIGUID(IID_IPersistMessage,0x2032A,0,0);
63 DEFINE_MAPIGUID(IID_IProfAdmin,0x2031C,0,0);
64 DEFINE_MAPIGUID(IID_IProfSect,0x20304,0,0);
65 DEFINE_MAPIGUID(IID_IProviderAdmin,0x20325,0,0);
66 DEFINE_MAPIGUID(IID_ISpoolerHook,0x20320,0,0);
67 DEFINE_MAPIGUID(IID_IStreamDocfile,0x2032C,0,0);
68 DEFINE_MAPIGUID(IID_IStreamTnef,0x20330,0,0);
69 DEFINE_MAPIGUID(IID_ITNEF,0x20319,0,0);
70 DEFINE_MAPIGUID(IID_IXPLogon,0x20315,0,0);
71 DEFINE_MAPIGUID(IID_IXPProvider,0x20312,0,0);
72 DEFINE_MAPIGUID(MUID_PROFILE_INSTANCE,0x20385,0,0);
73 DEFINE_MAPIGUID(PS_MAPI,0x20328,0,0);
74 DEFINE_MAPIGUID(PS_PUBLIC_STRINGS,0x20329,0,0);
75 DEFINE_MAPIGUID(PS_ROUTING_ADDRTYPE,0x20381,0,0);
76 DEFINE_MAPIGUID(PS_ROUTING_DISPLAY_NAME,0x20382,0,0);
77 DEFINE_MAPIGUID(PS_ROUTING_EMAIL_ADDRESSES,0x20380,0,0);
78 DEFINE_MAPIGUID(PS_ROUTING_ENTRYID,0x20383,0,0);
79 DEFINE_MAPIGUID(PS_ROUTING_SEARCH_KEY,0x20384,0,0);
80
81 #endif/* MAPIGUID_H */