| 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 |
#define categoryHeader __MSABI_LONG(0x00000001) |
| 7 |
#define categoryUnused __MSABI_LONG(0x00000002) |
| 8 |
#define categoryGeneral __MSABI_LONG(0x00000003) |
| 9 |
#define CDO_E_UNCAUGHT_EXCEPTION __MSABI_LONG(0x80040201) |
| 10 |
#define CDO_E_NOT_OPENED __MSABI_LONG(0x80040202) |
| 11 |
#define CDO_E_UNSUPPORTED_DATASOURCE __MSABI_LONG(0x80040203) |
| 12 |
#define CDO_E_INVALID_PROPERTYNAME __MSABI_LONG(0x80040204) |
| 13 |
#define CDO_E_PROP_UNSUPPORTED __MSABI_LONG(0x80040205) |
| 14 |
#define CDO_E_INACTIVE __MSABI_LONG(0x80040206) |
| 15 |
#define CDO_E_NO_SUPPORT_FOR_OBJECTS __MSABI_LONG(0x80040207) |
| 16 |
#define CDO_E_NOT_AVAILABLE __MSABI_LONG(0x80040208) |
| 17 |
#define CDO_E_NO_DEFAULT_DROP_DIR __MSABI_LONG(0x80040209) |
| 18 |
#define CDO_E_SMTP_SERVER_REQUIRED __MSABI_LONG(0x8004020A) |
| 19 |
#define CDO_E_NNTP_SERVER_REQUIRED __MSABI_LONG(0x8004020B) |
| 20 |
#define CDO_E_RECIPIENT_MISSING __MSABI_LONG(0x8004020C) |
| 21 |
#define CDO_E_FROM_MISSING __MSABI_LONG(0x8004020D) |
| 22 |
#define CDO_E_SENDER_REJECTED __MSABI_LONG(0x8004020E) |
| 23 |
#define CDO_E_RECIPIENTS_REJECTED __MSABI_LONG(0x8004020F) |
| 24 |
#define CDO_E_NNTP_POST_FAILED __MSABI_LONG(0x80040210) |
| 25 |
#define CDO_E_SMTP_SEND_FAILED __MSABI_LONG(0x80040211) |
| 26 |
#define CDO_E_CONNECTION_DROPPED __MSABI_LONG(0x80040212) |
| 27 |
#define CDO_E_FAILED_TO_CONNECT __MSABI_LONG(0x80040213) |
| 28 |
#define CDO_E_INVALID_POST __MSABI_LONG(0x80040214) |
| 29 |
#define CDO_E_AUTHENTICATION_FAILURE __MSABI_LONG(0x80040215) |
| 30 |
#define CDO_E_INVALID_CONTENT_TYPE __MSABI_LONG(0x80040216) |
| 31 |
#define CDO_E_LOGON_FAILURE __MSABI_LONG(0x80040217) |
| 32 |
#define CDO_E_HTTP_NOT_FOUND __MSABI_LONG(0x80040218) |
| 33 |
#define CDO_E_HTTP_FORBIDDEN __MSABI_LONG(0x80040219) |
| 34 |
#define CDO_E_HTTP_FAILED __MSABI_LONG(0x8004021A) |
| 35 |
#define CDO_E_MULTIPART_NO_DATA __MSABI_LONG(0x8004021B) |
| 36 |
#define CDO_E_INVALID_ENCODING_FOR_MULTIPART __MSABI_LONG(0x8004021C) |
| 37 |
#define CDO_E_UNSAFE_OPERATION __MSABI_LONG(0x8004021D) |
| 38 |
#define CDO_E_PROP_NOT_FOUND __MSABI_LONG(0x8004021E) |
| 39 |
#define CDO_E_INVALID_SEND_OPTION __MSABI_LONG(0x80040220) |
| 40 |
#define CDO_E_INVALID_POST_OPTION __MSABI_LONG(0x80040221) |
| 41 |
#define CDO_E_NO_PICKUP_DIR __MSABI_LONG(0x80040222) |
| 42 |
#define CDO_E_NOT_ALL_DELETED __MSABI_LONG(0x80040223) |
| 43 |
#define CDO_E_NO_METHOD __MSABI_LONG(0x80040224) |
| 44 |
#define CDO_E_PROP_READONLY __MSABI_LONG(0x80040227) |
| 45 |
#define CDO_E_PROP_CANNOT_DELETE __MSABI_LONG(0x80040228) |
| 46 |
#define CDO_E_BAD_DATA __MSABI_LONG(0x80040229) |
| 47 |
#define CDO_E_PROP_NONHEADER __MSABI_LONG(0x8004022A) |
| 48 |
#define CDO_E_INVALID_CHARSET __MSABI_LONG(0x8004022B) |
| 49 |
#define CDO_E_ADOSTREAM_NOT_BOUND __MSABI_LONG(0x8004022C) |
| 50 |
#define CDO_E_CONTENTPROPXML_NOT_FOUND __MSABI_LONG(0x8004022D) |
| 51 |
#define CDO_E_CONTENTPROPXML_WRONG_CHARSET __MSABI_LONG(0x8004022E) |
| 52 |
#define CDO_E_CONTENTPROPXML_PARSE_FAILED __MSABI_LONG(0x8004022F) |
| 53 |
#define CDO_E_CONTENTPROPXML_CONVERT_FAILED __MSABI_LONG(0x80040230) |
| 54 |
#define CDO_E_NO_DIRECTORIES_SPECIFIED __MSABI_LONG(0x80040231) |
| 55 |
#define CDO_E_DIRECTORIES_UNREACHABLE __MSABI_LONG(0x80040232) |
| 56 |
#define CDO_E_BAD_SENDER __MSABI_LONG(0x80040233) |
| 57 |
#define CDO_E_SELF_BINDING __MSABI_LONG(0x80040234) |
| 58 |
#define CDO_E_BAD_ATTENDEE_DATA __MSABI_LONG(0x80040235) |
| 59 |
#define CDO_E_ROLE_NOMORE_AVAILABLE __MSABI_LONG(0x80040236) |
| 60 |
|
| 61 |
#ifdef CDOTASKS |
| 62 |
#define CDO_E_BAD_TASKTYPE_ONASSIGN __MSABI_LONG(0x80040237) |
| 63 |
#define CDO_E_NOT_ASSIGNEDTO_USER __MSABI_LONG(0x80040238) |
| 64 |
#endif |
| 65 |
|
| 66 |
#define CDO_E_OUTOFDATE __MSABI_LONG(0x80040239) |
| 67 |
#define CDO_E_ARGUMENT1 __MSABI_LONG(0x80044000) |
| 68 |
#define CDO_E_ARGUMENT2 __MSABI_LONG(0x80044001) |
| 69 |
#define CDO_E_ARGUMENT3 __MSABI_LONG(0x80044002) |
| 70 |
#define CDO_E_ARGUMENT4 __MSABI_LONG(0x80044003) |
| 71 |
#define CDO_E_ARGUMENT5 __MSABI_LONG(0x80044004) |
| 72 |
#define CDO_E_NOT_FOUND __MSABI_LONG(0x800CCE05) |
| 73 |
#define CDO_E_INVALID_ENCODING_TYPE __MSABI_LONG(0x800CCE1D) |
| 74 |
#define IDS_ORIGINAL_MESSAGE __MSABI_LONG(0x00011000) |
| 75 |
#define IDS_FROM __MSABI_LONG(0x00011001) |
| 76 |
#define IDS_SENT __MSABI_LONG(0x00011002) |
| 77 |
#define IDS_POSTED_AT __MSABI_LONG(0x00011003) |
| 78 |
#define IDS_TO __MSABI_LONG(0x00011004) |
| 79 |
#define IDS_CC __MSABI_LONG(0x00011005) |
| 80 |
#define IDS_POSTED_TO __MSABI_LONG(0x00011006) |
| 81 |
#define IDS_CONVERSATION __MSABI_LONG(0x00011007) |
| 82 |
#define IDS_SUBJECT __MSABI_LONG(0x00011008) |
| 83 |
#define IDS_IMPORTANCE __MSABI_LONG(0x00011009) |
| 84 |
#define IDS_ON_BEHALF_OF __MSABI_LONG(0x0001100A) |
| 85 |
#define IDS_FW __MSABI_LONG(0x0001100B) |
| 86 |
#define IDS_RE __MSABI_LONG(0x0001100C) |
| 87 |
#define IDS_CODEPAGE __MSABI_LONG(0x0001100D) |
| 88 |
|
| 89 |
#ifdef CDOSVR |
| 90 |
#define IDS_CalendarFolder __MSABI_LONG(0x0001100E) |
| 91 |
#define IDS_ContactsFolder __MSABI_LONG(0x0001100F) |
| 92 |
#define IDS_DraftsFolder __MSABI_LONG(0x00011010) |
| 93 |
#define IDS_JournalFolder __MSABI_LONG(0x00011011) |
| 94 |
#define IDS_NotesFolder __MSABI_LONG(0x00011012) |
| 95 |
#define IDS_TasksFolder __MSABI_LONG(0x00011013) |
| 96 |
#endif |
| 97 |
|
| 98 |
#define IDS_NewFolder __MSABI_LONG(0x00011014) |
| 99 |
#define IDS_Location __MSABI_LONG(0x00011015) |
| 100 |
#define IDS_StartTime __MSABI_LONG(0x00011016) |
| 101 |
#define IDS_EndTime __MSABI_LONG(0x00011017) |
| 102 |
#define IDS_TimeZone __MSABI_LONG(0x00011018) |
| 103 |
#define IDS_LocalTime __MSABI_LONG(0x00011019) |
| 104 |
#define IDS_Organizer __MSABI_LONG(0x0001101A) |
| 105 |
#define IDS_ApptType __MSABI_LONG(0x0001101B) |
| 106 |
#define IDS_SingleAppt __MSABI_LONG(0x0001101C) |
| 107 |
#define IDS_SingleMtg __MSABI_LONG(0x0001101D) |
| 108 |
#define IDS_RecurAppt __MSABI_LONG(0x0001101E) |
| 109 |
#define IDS_RecurMtg __MSABI_LONG(0x0001101F) |
| 110 |
#define IDS_Universal __MSABI_LONG(0x00011100) |
| 111 |
#define IDS_Greenwich __MSABI_LONG(0x00011101) |
| 112 |
#define IDS_Sarajevo __MSABI_LONG(0x00011102) |
| 113 |
#define IDS_Paris __MSABI_LONG(0x00011103) |
| 114 |
#define IDS_Berlin __MSABI_LONG(0x00011104) |
| 115 |
#define IDS_EasternEurope __MSABI_LONG(0x00011105) |
| 116 |
#define IDS_Prague __MSABI_LONG(0x00011106) |
| 117 |
#define IDS_Athens __MSABI_LONG(0x00011107) |
| 118 |
#define IDS_Brasilia __MSABI_LONG(0x00011108) |
| 119 |
#define IDS_Atlantic __MSABI_LONG(0x00011109) |
| 120 |
#define IDS_Eastern __MSABI_LONG(0x0001110A) |
| 121 |
#define IDS_Central __MSABI_LONG(0x0001110B) |
| 122 |
#define IDS_Mountain __MSABI_LONG(0x0001110C) |
| 123 |
#define IDS_Pacific __MSABI_LONG(0x0001110D) |
| 124 |
#define IDS_Alaska __MSABI_LONG(0x0001110E) |
| 125 |
#define IDS_Hawaii __MSABI_LONG(0x0001110F) |
| 126 |
#define IDS_Midway __MSABI_LONG(0x00011110) |
| 127 |
#define IDS_Wellington __MSABI_LONG(0x00011111) |
| 128 |
#define IDS_Brisbane __MSABI_LONG(0x00011112) |
| 129 |
#define IDS_Adelaide __MSABI_LONG(0x00011113) |
| 130 |
#define IDS_Tokyo __MSABI_LONG(0x00011114) |
| 131 |
#define IDS_Singapore __MSABI_LONG(0x00011115) |
| 132 |
#define IDS_Bangkok __MSABI_LONG(0x00011116) |
| 133 |
#define IDS_Bombay __MSABI_LONG(0x00011117) |
| 134 |
#define IDS_AbuDhabi __MSABI_LONG(0x00011118) |
| 135 |
#define IDS_Tehran __MSABI_LONG(0x00011119) |
| 136 |
#define IDS_Baghdad __MSABI_LONG(0x0001111A) |
| 137 |
#define IDS_Israel __MSABI_LONG(0x0001111B) |
| 138 |
#define IDS_Newfoundland __MSABI_LONG(0x0001111C) |
| 139 |
#define IDS_Azores __MSABI_LONG(0x0001111D) |
| 140 |
#define IDS_MidAtlantic __MSABI_LONG(0x0001111E) |
| 141 |
#define IDS_Monrovia __MSABI_LONG(0x0001111F) |
| 142 |
#define IDS_BuenosAires __MSABI_LONG(0x00011120) |
| 143 |
#define IDS_Caracas __MSABI_LONG(0x00011121) |
| 144 |
#define IDS_Indiana __MSABI_LONG(0x00011122) |
| 145 |
#define IDS_Bogota __MSABI_LONG(0x00011123) |
| 146 |
#define IDS_Saskatchewan __MSABI_LONG(0x00011124) |
| 147 |
#define IDS_Mexico __MSABI_LONG(0x00011125) |
| 148 |
#define IDS_Arizona __MSABI_LONG(0x00011126) |
| 149 |
#define IDS_Eniwetok __MSABI_LONG(0x00011127) |
| 150 |
#define IDS_Fiji __MSABI_LONG(0x00011128) |
| 151 |
#define IDS_Magadan __MSABI_LONG(0x00011129) |
| 152 |
#define IDS_Hobart __MSABI_LONG(0x0001112A) |
| 153 |
#define IDS_Guam __MSABI_LONG(0x0001112B) |
| 154 |
#define IDS_Darwin __MSABI_LONG(0x0001112C) |
| 155 |
#define IDS_Beijing __MSABI_LONG(0x0001112D) |
| 156 |
#define IDS_Almaty __MSABI_LONG(0x0001112E) |
| 157 |
#define IDS_Islamabad __MSABI_LONG(0x0001112F) |
| 158 |
#define IDS_Kabul __MSABI_LONG(0x00011130) |
| 159 |
#define IDS_Cairo __MSABI_LONG(0x00011131) |
| 160 |
#define IDS_Harare __MSABI_LONG(0x00011132) |
| 161 |
#define IDS_Moscow __MSABI_LONG(0x00011133) |
| 162 |
#define IDS_CapeVerde __MSABI_LONG(0x00011134) |
| 163 |
#define IDS_Caucasus __MSABI_LONG(0x00011135) |
| 164 |
#define IDS_CentralAmerica __MSABI_LONG(0x00011136) |
| 165 |
#define IDS_EastAfrica __MSABI_LONG(0x00011137) |
| 166 |
#define IDS_Melbourne __MSABI_LONG(0x00011138) |
| 167 |
#define IDS_Ekaterinburg __MSABI_LONG(0x00011139) |
| 168 |
#define IDS_Helsinki __MSABI_LONG(0x0001113A) |
| 169 |
#define IDS_Greenland __MSABI_LONG(0x0001113B) |
| 170 |
#define IDS_Rangoon __MSABI_LONG(0x0001113C) |
| 171 |
#define IDS_Nepal __MSABI_LONG(0x0001113D) |
| 172 |
#define IDS_Irkutsk __MSABI_LONG(0x0001113E) |
| 173 |
#define IDS_Krasnoyarsk __MSABI_LONG(0x0001113F) |
| 174 |
#define IDS_Santiago __MSABI_LONG(0x00011140) |
| 175 |
#define IDS_SriLanka __MSABI_LONG(0x00011141) |
| 176 |
#define IDS_Tonga __MSABI_LONG(0x00011142) |
| 177 |
#define IDS_Vladivostok __MSABI_LONG(0x00011143) |
| 178 |
#define IDS_WestCentralAfrica __MSABI_LONG(0x00011144) |
| 179 |
#define IDS_Yakutsk __MSABI_LONG(0x00011145) |
| 180 |
#define IDS_Dhaka __MSABI_LONG(0x00011146) |
| 181 |
#define IDS_Seoul __MSABI_LONG(0x00011147) |
| 182 |
#define IDS_Perth __MSABI_LONG(0x00011148) |
| 183 |
#define IDS_Arab __MSABI_LONG(0x00011149) |
| 184 |
#define IDS_Taipei __MSABI_LONG(0x0001114A) |
| 185 |
#define IDS_Sydney2000 __MSABI_LONG(0x0001114B) |
| 186 |
#define IDS_Chihuahua __MSABI_LONG(0x0001114C) |
| 187 |
|
| 188 |
#ifdef CDOSVR |
| 189 |
#define evtMethodCalled __MSABI_LONG(0x00032000) |
| 190 |
#define evtMethodReturning __MSABI_LONG(0x00032001) |
| 191 |
#define evtIsAborting __MSABI_LONG(0xC0032002) |
| 192 |
#define evtExpansionInitialized __MSABI_LONG(0x00032003) |
| 193 |
#define evtExpansionUnInitialized __MSABI_LONG(0x00032004) |
| 194 |
#define evtExpansionInitializeFailed __MSABI_LONG(0xC0032005) |
| 195 |
#define evtExpansionRegisterFailed __MSABI_LONG(0xC0032006) |
| 196 |
#define evtExpansionMessageSaveChangesFailed __MSABI_LONG(0xC0032007) |
| 197 |
#define evtExpansionMessageDeleteFailed __MSABI_LONG(0xC0032008) |
| 198 |
#define evtExpansionFolderSaveChangesFailed __MSABI_LONG(0xC0032009) |
| 199 |
#define evtExpansionTooManyInstancesPerDay __MSABI_LONG(0x8003200A) |
| 200 |
#define evtMailboxCreateTotalFailure __MSABI_LONG(0xC003200B) |
| 201 |
#define evtMailboxCreatePartialFailure __MSABI_LONG(0xC003200C) |
| 202 |
#define evtUninitImplRestFailed __MSABI_LONG(0xC003200D) |
| 203 |
#define evtExpandSavingAppt __MSABI_LONG(0xC003200E) |
| 204 |
#define evtExpandDeletingAppt __MSABI_LONG(0xC003200F) |
| 205 |
#define evtExpandQuery __MSABI_LONG(0xC0032010) |
| 206 |
#define evtExpandFolderSetProps __MSABI_LONG(0xC0032011) |
| 207 |
#define evtRegistryFailure __MSABI_LONG(0xC0032012) |
| 208 |
#define evtExpStat __MSABI_LONG(0xC0032013) |
| 209 |
#define evtDumpFcn __MSABI_LONG(0xC0032014) |
| 210 |
#define evtSaveDeleteFailFBUpdate __MSABI_LONG(0xC0032015) |
| 211 |
#define evtProcessingQueryCallback __MSABI_LONG(0xC0032016) |
| 212 |
#define evtMailboxLocalizeTotalFailure __MSABI_LONG(0xC0032017) |
| 213 |
#define evtMailboxLocalizePartialFailure __MSABI_LONG(0xC0032018) |
| 214 |
#define evtExpandMaster __MSABI_LONG(0xC0032019) |
| 215 |
#define evtExpansionInit __MSABI_LONG(0xC003201A) |
| 216 |
#define evtFBGenerateMsg __MSABI_LONG(0xC003201B) |
| 217 |
#define evtExpansionInstExpiryInPublicMDB __MSABI_LONG(0x8003201C) |
| 218 |
#define evtUnhandledExceptionInitialization __MSABI_LONG(0xC003201D) |
| 219 |
#define evtUnhandledExceptionShutdown __MSABI_LONG(0xC003201E) |
| 220 |
#define evtUnhandledExceptionInitializationMDB __MSABI_LONG(0xC003201F) |
| 221 |
#define evtUnhandledExceptionShutdownMDB __MSABI_LONG(0xC0032020) |
| 222 |
#define evtUnhandledExceptionMsgSaveChanges __MSABI_LONG(0xC0032021) |
| 223 |
#define evtUnhandledExceptionDelete __MSABI_LONG(0xC0032022) |
| 224 |
#define evtUnhandledExceptionQuery __MSABI_LONG(0xC0032023) |
| 225 |
#define evtUnhandledExceptionFolderSaveChanges __MSABI_LONG(0xC0032024) |
| 226 |
#define evtCorruptedCalendar __MSABI_LONG(0xC0032025) |
| 227 |
#define evtRebuildCalendar __MSABI_LONG(0x80032026) |
| 228 |
#define evtCheckPrimaryCalendar __MSABI_LONG(0x80032027) |
| 229 |
#define evtExpandMasterPF __MSABI_LONG(0xC0032028) |
| 230 |
#define evtCorruptedPFCalendar __MSABI_LONG(0xC0032029) |
| 231 |
#define evtRebuildPFCalendar __MSABI_LONG(0x8003202A) |
| 232 |
#define evtMovingMailboxCallbackFailed __MSABI_LONG(0x8003202B) |
| 233 |
#define evtGetMsgClassFromMaster __MSABI_LONG(0x8003202C) |
| 234 |
#define evtOpenURL __MSABI_LONG(0x8003202D) |
| 235 |
#define evtStatusMsgSent __MSABI_LONG(0x4003202E) |
| 236 |
#define evtSaveInvalidStartAppt __MSABI_LONG(0xC003202F) |
| 237 |
#define evtSaveInvalidEndAppt __MSABI_LONG(0x80032030) |
| 238 |
#define evtModifyInvalidAppt __MSABI_LONG(0x80032031) |
| 239 |
#define evtDeleteInvalidAppt __MSABI_LONG(0x80032032) |
| 240 |
#define evtBindToInvalidStartAppt __MSABI_LONG(0xC0032033) |
| 241 |
#define evtBindToInvalidEndAppt __MSABI_LONG(0x80032034) |
| 242 |
#define evtReloadLogType __MSABI_LONG(0x40032035) |
| 243 |
#define evtBackgroundStarted __MSABI_LONG(0x40032036) |
| 244 |
#define evtBackgroundStartFailed __MSABI_LONG(0x80032037) |
| 245 |
#define evtBackgroundProcessing __MSABI_LONG(0x40032038) |
| 246 |
#define evtBackgroundProcessingNoCals __MSABI_LONG(0x40032039) |
| 247 |
#define evtBackgroundProcessingFinished __MSABI_LONG(0x4003203A) |
| 248 |
#define evtBackgroundAwakeDueToShutdown __MSABI_LONG(0x4003203B) |
| 249 |
#define evtBackgroundAwake __MSABI_LONG(0x4003203C) |
| 250 |
#define evtBackgroundTerminating __MSABI_LONG(0x4003203D) |
| 251 |
#define evtBackgroundRegisterTaskFailed __MSABI_LONG(0xC003203E) |
| 252 |
#define evtBackgroundLogonFailed __MSABI_LONG(0xC003203F) |
| 253 |
#define evtBackgroundGetMachineToken __MSABI_LONG(0xC0032040) |
| 254 |
#define evtBackgroundSleepUntilNewCal __MSABI_LONG(0x40032041) |
| 255 |
#define evtBackgroundQueued __MSABI_LONG(0x40032042) |
| 256 |
#define evtBkExpDumpFcn __MSABI_LONG(0xC0032043) |
| 257 |
#define evtSaveDurationTooLong __MSABI_LONG(0x80032044) |
| 258 |
#define evtModifyDurationTooLong __MSABI_LONG(0x80032045) |
| 259 |
#define evtDeleteDurationTooLong __MSABI_LONG(0x80032046) |
| 260 |
#define evtTooManyIterationsForQuery __MSABI_LONG(0x80032047) |
| 261 |
#define evtTooManyIterationsForFreebusy __MSABI_LONG(0x80032048) |
| 262 |
#endif |