| 1 | /** |
| 2 | * This file has no copyright assigned and is placed in the Public Domain. |
| 3 | * This file is part of the mingw-w64 runtime package. |
| 4 | * No warranty is given; refer to the file DISCLAIMER.PD within this package. |
| 5 | */ |
| 6 | #ifndef MAPIGUID_H |
| 7 | #ifdef INITGUID |
| 8 | #define MAPIGUID_H |
| 9 | #endif |
| 10 | |
| 11 | #if !defined(INITGUID) || defined(USES_IID_IMAPISession) |
| 12 | DEFINE_OLEGUID(IID_IMAPISession,0x00020300,0,0); |
| 13 | #endif |
| 14 | #if !defined(INITGUID) || defined(USES_IID_IMAPITable) |
| 15 | DEFINE_OLEGUID(IID_IMAPITable,0x00020301,0,0); |
| 16 | #endif |
| 17 | #if !defined(INITGUID) || defined(USES_IID_IMAPIAdviseSink) |
| 18 | DEFINE_OLEGUID(IID_IMAPIAdviseSink,0x00020302,0,0); |
| 19 | #endif |
| 20 | #if !defined(INITGUID) || defined(USES_IID_IMAPIControl) |
| 21 | DEFINE_OLEGUID(IID_IMAPIControl,0x0002031B,0,0); |
| 22 | #endif |
| 23 | #if !defined(INITGUID) || defined(USES_IID_IProfAdmin) |
| 24 | DEFINE_OLEGUID(IID_IProfAdmin,0x0002031C,0,0); |
| 25 | #endif |
| 26 | #if !defined(INITGUID) || defined(USES_IID_IMsgServiceAdmin) |
| 27 | DEFINE_OLEGUID(IID_IMsgServiceAdmin,0x0002031D,0,0); |
| 28 | #endif |
| 29 | #if !defined(INITGUID) || defined(USES_IID_IProviderAdmin) |
| 30 | DEFINE_OLEGUID(IID_IProviderAdmin,0x00020325,0,0); |
| 31 | #endif |
| 32 | #if !defined(INITGUID) || defined(USES_IID_IMAPIProgress) |
| 33 | DEFINE_OLEGUID(IID_IMAPIProgress,0x0002031F,0,0); |
| 34 | #endif |
| 35 | |
| 36 | #if !defined(INITGUID) || defined(USES_IID_IMAPIProp) |
| 37 | DEFINE_OLEGUID(IID_IMAPIProp,0x00020303,0,0); |
| 38 | #endif |
| 39 | #if !defined(INITGUID) || defined(USES_IID_IProfSect) |
| 40 | DEFINE_OLEGUID(IID_IProfSect,0x00020304,0,0); |
| 41 | #endif |
| 42 | #if !defined(INITGUID) || defined(USES_IID_IMAPIStatus) |
| 43 | DEFINE_OLEGUID(IID_IMAPIStatus,0x00020305,0,0); |
| 44 | #endif |
| 45 | #if !defined(INITGUID) || defined(USES_IID_IMsgStore) |
| 46 | DEFINE_OLEGUID(IID_IMsgStore,0x00020306,0,0); |
| 47 | #endif |
| 48 | #if !defined(INITGUID) || defined(USES_IID_IMessage) |
| 49 | DEFINE_OLEGUID(IID_IMessage,0x00020307,0,0); |
| 50 | #endif |
| 51 | #if !defined(INITGUID) || defined(USES_IID_IAttachment) |
| 52 | DEFINE_OLEGUID(IID_IAttachment,0x00020308,0,0); |
| 53 | #endif |
| 54 | #if !defined(INITGUID) || defined(USES_IID_IAddrBook) |
| 55 | DEFINE_OLEGUID(IID_IAddrBook,0x00020309,0,0); |
| 56 | #endif |
| 57 | #if !defined(INITGUID) || defined(USES_IID_IMailUser) |
| 58 | DEFINE_OLEGUID(IID_IMailUser,0x0002030A,0,0); |
| 59 | #endif |
| 60 | |
| 61 | #if !defined(INITGUID) || defined(USES_IID_IMAPIContainer) |
| 62 | DEFINE_OLEGUID(IID_IMAPIContainer,0x0002030B,0,0); |
| 63 | #endif |
| 64 | #if !defined(INITGUID) || defined(USES_IID_IMAPIFolder) |
| 65 | DEFINE_OLEGUID(IID_IMAPIFolder,0x0002030C,0,0); |
| 66 | #endif |
| 67 | #if !defined(INITGUID) || defined(USES_IID_IABContainer) |
| 68 | DEFINE_OLEGUID(IID_IABContainer,0x0002030D,0,0); |
| 69 | #endif |
| 70 | #if !defined(INITGUID) || defined(USES_IID_IDistList) |
| 71 | DEFINE_OLEGUID(IID_IDistList,0x0002030E,0,0); |
| 72 | #endif |
| 73 | #if !defined(INITGUID) || defined(USES_IID_IMAPISup) |
| 74 | DEFINE_OLEGUID(IID_IMAPISup,0x0002030F,0,0); |
| 75 | #endif |
| 76 | #if !defined(INITGUID) || defined(USES_IID_IMSProvider) |
| 77 | DEFINE_OLEGUID(IID_IMSProvider,0x00020310,0,0); |
| 78 | #endif |
| 79 | #if !defined(INITGUID) || defined(USES_IID_IABProvider) |
| 80 | DEFINE_OLEGUID(IID_IABProvider,0x00020311,0,0); |
| 81 | #endif |
| 82 | #if !defined(INITGUID) || defined(USES_IID_IXPProvider) |
| 83 | DEFINE_OLEGUID(IID_IXPProvider,0x00020312,0,0); |
| 84 | #endif |
| 85 | #if !defined(INITGUID) || defined(USES_IID_IMSLogon) |
| 86 | DEFINE_OLEGUID(IID_IMSLogon,0x00020313,0,0); |
| 87 | #endif |
| 88 | #if !defined(INITGUID) || defined(USES_IID_IABLogon) |
| 89 | DEFINE_OLEGUID(IID_IABLogon,0x00020314,0,0); |
| 90 | #endif |
| 91 | #if !defined(INITGUID) || defined(USES_IID_IXPLogon) |
| 92 | DEFINE_OLEGUID(IID_IXPLogon,0x00020315,0,0); |
| 93 | #endif |
| 94 | #if !defined(INITGUID) || defined(USES_IID_IMAPITableData) |
| 95 | DEFINE_OLEGUID(IID_IMAPITableData,0x00020316,0,0); |
| 96 | #endif |
| 97 | #if !defined(INITGUID) || defined(USES_IID_IMAPISpoolerInit) |
| 98 | DEFINE_OLEGUID(IID_IMAPISpoolerInit,0x00020317,0,0); |
| 99 | #endif |
| 100 | #if !defined(INITGUID) || defined(USES_IID_IMAPISpoolerSession) |
| 101 | DEFINE_OLEGUID(IID_IMAPISpoolerSession,0x00020318,0,0); |
| 102 | #endif |
| 103 | #if !defined(INITGUID) || defined(USES_IID_ITNEF) |
| 104 | DEFINE_OLEGUID(IID_ITNEF,0x00020319,0,0); |
| 105 | #endif |
| 106 | #if !defined(INITGUID) || defined(USES_IID_IMAPIPropData) |
| 107 | DEFINE_OLEGUID(IID_IMAPIPropData,0x0002031A,0,0); |
| 108 | #endif |
| 109 | #if !defined(INITGUID) || defined(USES_IID_ISpoolerHook) |
| 110 | DEFINE_OLEGUID(IID_ISpoolerHook,0x00020320,0,0); |
| 111 | #endif |
| 112 | #if !defined(INITGUID) || defined(USES_IID_IMAPISpoolerService) |
| 113 | DEFINE_OLEGUID(IID_IMAPISpoolerService,0x0002031E,0,0); |
| 114 | #endif |
| 115 | #if !defined(INITGUID) || defined(USES_IID_IMAPIViewContext) |
| 116 | DEFINE_OLEGUID(IID_IMAPIViewContext,0x00020321,0,0); |
| 117 | #endif |
| 118 | #if !defined(INITGUID) || defined(USES_IID_IMAPIFormMgr) |
| 119 | DEFINE_OLEGUID(IID_IMAPIFormMgr,0x00020322,0,0); |
| 120 | #endif |
| 121 | #if !defined(INITGUID) || defined(USES_IID_IEnumMAPIFormProp) |
| 122 | DEFINE_OLEGUID(IID_IEnumMAPIFormProp,0x00020323,0,0); |
| 123 | #endif |
| 124 | #if !defined(INITGUID) || defined(USES_IID_IMAPIFormInfo) |
| 125 | DEFINE_OLEGUID(IID_IMAPIFormInfo,0x00020324,0,0); |
| 126 | #endif |
| 127 | #if !defined(INITGUID) || defined(USES_IID_IMAPIForm) |
| 128 | DEFINE_OLEGUID(IID_IMAPIForm,0x00020327,0,0); |
| 129 | #endif |
| 130 | #if !defined(INITGUID) || defined(USES_PS_MAPI) |
| 131 | DEFINE_OLEGUID(PS_MAPI,0x00020328,0,0); |
| 132 | #endif |
| 133 | #if !defined(INITGUID) || defined(USES_PS_PUBLIC_STRINGS) |
| 134 | DEFINE_OLEGUID(PS_PUBLIC_STRINGS,0x00020329,0,0); |
| 135 | #endif |
| 136 | #if !defined(INITGUID) || defined(USES_IID_IPersistMessage) |
| 137 | DEFINE_OLEGUID(IID_IPersistMessage,0x0002032A,0,0); |
| 138 | #endif |
| 139 | #if !defined(INITGUID) || defined(USES_IID_IMAPIViewAdviseSink) |
| 140 | DEFINE_OLEGUID(IID_IMAPIViewAdviseSink,0x0002032B,0,0); |
| 141 | #endif |
| 142 | #if !defined(INITGUID) || defined(USES_IID_IStreamDocfile) |
| 143 | DEFINE_OLEGUID(IID_IStreamDocfile,0x0002032C,0,0); |
| 144 | #endif |
| 145 | #if !defined(INITGUID) || defined(USES_IID_IMAPIFormProp) |
| 146 | DEFINE_OLEGUID(IID_IMAPIFormProp,0x0002032D,0,0); |
| 147 | #endif |
| 148 | #if !defined(INITGUID) || defined(USES_IID_IMAPIFormContainer) |
| 149 | DEFINE_OLEGUID(IID_IMAPIFormContainer,0x0002032E,0,0); |
| 150 | #endif |
| 151 | #if !defined(INITGUID) || defined(USES_IID_IMAPIFormAdviseSink) |
| 152 | DEFINE_OLEGUID(IID_IMAPIFormAdviseSink,0x0002032F,0,0); |
| 153 | #endif |
| 154 | #if !defined(INITGUID) || defined(USES_IID_IStreamTnef) |
| 155 | DEFINE_OLEGUID(IID_IStreamTnef,0x00020330,0,0); |
| 156 | #endif |
| 157 | #if !defined(INITGUID) || defined(USES_IID_IMAPIFormFactory) |
| 158 | DEFINE_OLEGUID(IID_IMAPIFormFactory,0x00020350,0,0); |
| 159 | #endif |
| 160 | #if !defined(INITGUID) || defined(USES_IID_IMAPIMessageSite) |
| 161 | DEFINE_OLEGUID(IID_IMAPIMessageSite,0x00020370,0,0); |
| 162 | #endif |
| 163 | #if !defined(INITGUID) || defined(USES_PS_ROUTING_EMAIL_ADDRESSES) |
| 164 | DEFINE_OLEGUID(PS_ROUTING_EMAIL_ADDRESSES,0x00020380,0,0); |
| 165 | #endif |
| 166 | #if !defined(INITGUID) || defined(USES_PS_ROUTING_ADDRTYPE) |
| 167 | DEFINE_OLEGUID(PS_ROUTING_ADDRTYPE,0x00020381,0,0); |
| 168 | #endif |
| 169 | #if !defined(INITGUID) || defined(USES_PS_ROUTING_DISPLAY_NAME) |
| 170 | DEFINE_OLEGUID(PS_ROUTING_DISPLAY_NAME,0x00020382,0,0); |
| 171 | #endif |
| 172 | #if !defined(INITGUID) || defined(USES_PS_ROUTING_ENTRYID) |
| 173 | DEFINE_OLEGUID(PS_ROUTING_ENTRYID,0x00020383,0,0); |
| 174 | #endif |
| 175 | #if !defined(INITGUID) || defined(USES_PS_ROUTING_SEARCH_KEY) |
| 176 | DEFINE_OLEGUID(PS_ROUTING_SEARCH_KEY,0x00020384,0,0); |
| 177 | #endif |
| 178 | |
| 179 | #if !defined(INITGUID) || defined(USES_MUID_PROFILE_INSTANCE) |
| 180 | DEFINE_OLEGUID(MUID_PROFILE_INSTANCE,0x00020385,0,0); |
| 181 | #endif |
| 182 | #endif |