cdoexerr.h 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224
  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_ARGUMENT1 __MSABI_LONG(0x80044000)
  60. #define CDO_E_ARGUMENT2 __MSABI_LONG(0x80044001)
  61. #define CDO_E_ARGUMENT3 __MSABI_LONG(0x80044002)
  62. #define CDO_E_ARGUMENT4 __MSABI_LONG(0x80044003)
  63. #define CDO_E_ARGUMENT5 __MSABI_LONG(0x80044004)
  64. #define CDO_E_NOT_FOUND __MSABI_LONG(0x800CCE05)
  65. #define CDO_E_INVALID_ENCODING_TYPE __MSABI_LONG(0x800CCE1D)
  66. #define IDS_ORIGINAL_MESSAGE __MSABI_LONG(0x00011000)
  67. #define IDS_FROM __MSABI_LONG(0x00011001)
  68. #define IDS_SENT __MSABI_LONG(0x00011002)
  69. #define IDS_POSTED_AT __MSABI_LONG(0x00011003)
  70. #define IDS_TO __MSABI_LONG(0x00011004)
  71. #define IDS_CC __MSABI_LONG(0x00011005)
  72. #define IDS_POSTED_TO __MSABI_LONG(0x00011006)
  73. #define IDS_CONVERSATION __MSABI_LONG(0x00011007)
  74. #define IDS_SUBJECT __MSABI_LONG(0x00011008)
  75. #define IDS_IMPORTANCE __MSABI_LONG(0x00011009)
  76. #define IDS_ON_BEHALF_OF __MSABI_LONG(0x0001100A)
  77. #define IDS_FW __MSABI_LONG(0x0001100B)
  78. #define IDS_RE __MSABI_LONG(0x0001100C)
  79. #define IDS_CODEPAGE __MSABI_LONG(0x0001100D)
  80. #ifdef CDOSVR
  81. #define IDS_CalendarFolder __MSABI_LONG(0x0001100E)
  82. #define IDS_ContactsFolder __MSABI_LONG(0x0001100F)
  83. #define IDS_DraftsFolder __MSABI_LONG(0x00011010)
  84. #define IDS_JournalFolder __MSABI_LONG(0x00011011)
  85. #define IDS_NotesFolder __MSABI_LONG(0x00011012)
  86. #define IDS_TasksFolder __MSABI_LONG(0x00011013)
  87. #endif
  88. #define IDS_NewFolder __MSABI_LONG(0x00011014)
  89. #define IDS_Location __MSABI_LONG(0x00011015)
  90. #define IDS_StartTime __MSABI_LONG(0x00011016)
  91. #define IDS_EndTime __MSABI_LONG(0x00011017)
  92. #define IDS_TimeZone __MSABI_LONG(0x00011018)
  93. #define IDS_LocalTime __MSABI_LONG(0x00011019)
  94. #define IDS_Organizer __MSABI_LONG(0x0001101A)
  95. #define IDS_ApptType __MSABI_LONG(0x0001101B)
  96. #define IDS_SingleAppt __MSABI_LONG(0x0001101C)
  97. #define IDS_SingleMtg __MSABI_LONG(0x0001101D)
  98. #define IDS_RecurAppt __MSABI_LONG(0x0001101E)
  99. #define IDS_RecurMtg __MSABI_LONG(0x0001101F)
  100. #define IDS_Universal __MSABI_LONG(0x00011100)
  101. #define IDS_Greenwich __MSABI_LONG(0x00011101)
  102. #define IDS_Sarajevo __MSABI_LONG(0x00011102)
  103. #define IDS_Paris __MSABI_LONG(0x00011103)
  104. #define IDS_Berlin __MSABI_LONG(0x00011104)
  105. #define IDS_EasternEurope __MSABI_LONG(0x00011105)
  106. #define IDS_Prague __MSABI_LONG(0x00011106)
  107. #define IDS_Athens __MSABI_LONG(0x00011107)
  108. #define IDS_Brasilia __MSABI_LONG(0x00011108)
  109. #define IDS_Atlantic __MSABI_LONG(0x00011109)
  110. #define IDS_Eastern __MSABI_LONG(0x0001110A)
  111. #define IDS_Central __MSABI_LONG(0x0001110B)
  112. #define IDS_Mountain __MSABI_LONG(0x0001110C)
  113. #define IDS_Pacific __MSABI_LONG(0x0001110D)
  114. #define IDS_Alaska __MSABI_LONG(0x0001110E)
  115. #define IDS_Hawaii __MSABI_LONG(0x0001110F)
  116. #define IDS_Midway __MSABI_LONG(0x00011110)
  117. #define IDS_Wellington __MSABI_LONG(0x00011111)
  118. #define IDS_Brisbane __MSABI_LONG(0x00011112)
  119. #define IDS_Adelaide __MSABI_LONG(0x00011113)
  120. #define IDS_Tokyo __MSABI_LONG(0x00011114)
  121. #define IDS_Singapore __MSABI_LONG(0x00011115)
  122. #define IDS_Bangkok __MSABI_LONG(0x00011116)
  123. #define IDS_Bombay __MSABI_LONG(0x00011117)
  124. #define IDS_AbuDhabi __MSABI_LONG(0x00011118)
  125. #define IDS_Tehran __MSABI_LONG(0x00011119)
  126. #define IDS_Baghdad __MSABI_LONG(0x0001111A)
  127. #define IDS_Israel __MSABI_LONG(0x0001111B)
  128. #define IDS_Newfoundland __MSABI_LONG(0x0001111C)
  129. #define IDS_Azores __MSABI_LONG(0x0001111D)
  130. #define IDS_MidAtlantic __MSABI_LONG(0x0001111E)
  131. #define IDS_Monrovia __MSABI_LONG(0x0001111F)
  132. #define IDS_BuenosAires __MSABI_LONG(0x00011120)
  133. #define IDS_Caracas __MSABI_LONG(0x00011121)
  134. #define IDS_Indiana __MSABI_LONG(0x00011122)
  135. #define IDS_Bogota __MSABI_LONG(0x00011123)
  136. #define IDS_Saskatchewan __MSABI_LONG(0x00011124)
  137. #define IDS_Mexico __MSABI_LONG(0x00011125)
  138. #define IDS_Arizona __MSABI_LONG(0x00011126)
  139. #define IDS_Eniwetok __MSABI_LONG(0x00011127)
  140. #define IDS_Fiji __MSABI_LONG(0x00011128)
  141. #define IDS_Magadan __MSABI_LONG(0x00011129)
  142. #define IDS_Hobart __MSABI_LONG(0x0001112A)
  143. #define IDS_Guam __MSABI_LONG(0x0001112B)
  144. #define IDS_Darwin __MSABI_LONG(0x0001112C)
  145. #define IDS_Beijing __MSABI_LONG(0x0001112D)
  146. #define IDS_Almaty __MSABI_LONG(0x0001112E)
  147. #define IDS_Islamabad __MSABI_LONG(0x0001112F)
  148. #define IDS_Kabul __MSABI_LONG(0x00011130)
  149. #define IDS_Cairo __MSABI_LONG(0x00011131)
  150. #define IDS_Harare __MSABI_LONG(0x00011132)
  151. #define IDS_Moscow __MSABI_LONG(0x00011133)
  152. #define IDS_CapeVerde __MSABI_LONG(0x00011134)
  153. #define IDS_Caucasus __MSABI_LONG(0x00011135)
  154. #define IDS_CentralAmerica __MSABI_LONG(0x00011136)
  155. #define IDS_EastAfrica __MSABI_LONG(0x00011137)
  156. #define IDS_Melbourne __MSABI_LONG(0x00011138)
  157. #define IDS_Ekaterinburg __MSABI_LONG(0x00011139)
  158. #define IDS_Helsinki __MSABI_LONG(0x0001113A)
  159. #define IDS_Greenland __MSABI_LONG(0x0001113B)
  160. #define IDS_Rangoon __MSABI_LONG(0x0001113C)
  161. #define IDS_Nepal __MSABI_LONG(0x0001113D)
  162. #define IDS_Irkutsk __MSABI_LONG(0x0001113E)
  163. #define IDS_Krasnoyarsk __MSABI_LONG(0x0001113F)
  164. #define IDS_Santiago __MSABI_LONG(0x00011140)
  165. #define IDS_SriLanka __MSABI_LONG(0x00011141)
  166. #define IDS_Tonga __MSABI_LONG(0x00011142)
  167. #define IDS_Vladivostok __MSABI_LONG(0x00011143)
  168. #define IDS_WestCentralAfrica __MSABI_LONG(0x00011144)
  169. #define IDS_Yakutsk __MSABI_LONG(0x00011145)
  170. #define IDS_Dhaka __MSABI_LONG(0x00011146)
  171. #define IDS_Seoul __MSABI_LONG(0x00011147)
  172. #define IDS_Perth __MSABI_LONG(0x00011148)
  173. #define IDS_Arab __MSABI_LONG(0x00011149)
  174. #define IDS_Taipei __MSABI_LONG(0x0001114A)
  175. #define IDS_Sydney2000 __MSABI_LONG(0x0001114B)
  176. #ifdef CDOSVR
  177. #define evtMethodCalled __MSABI_LONG(0x00032000)
  178. #define evtMethodReturning __MSABI_LONG(0x00032001)
  179. #define evtIsAborting __MSABI_LONG(0xC0032002)
  180. #define evtExpansionInitialized __MSABI_LONG(0x00032003)
  181. #define evtExpansionUnInitialized __MSABI_LONG(0x00032004)
  182. #define evtExpansionInitializeFailed __MSABI_LONG(0xC0032005)
  183. #define evtExpansionRegisterFailed __MSABI_LONG(0xC0032006)
  184. #define evtExpansionMessageSaveChangesFailed __MSABI_LONG(0xC0032007)
  185. #define evtExpansionMessageDeleteFailed __MSABI_LONG(0xC0032008)
  186. #define evtExpansionFolderSaveChangesFailed __MSABI_LONG(0xC0032009)
  187. #define evtExpansionTooManyInstancesPerDay __MSABI_LONG(0x8003200A)
  188. #define evtMailboxCreateTotalFailure __MSABI_LONG(0xC003200B)
  189. #define evtMailboxCreatePartialFailure __MSABI_LONG(0xC003200C)
  190. #define evtUninitImplRestFailed __MSABI_LONG(0xC003200D)
  191. #define evtExpandSavingAppt __MSABI_LONG(0xC003200E)
  192. #define evtExpandDeletingAppt __MSABI_LONG(0xC003200F)
  193. #define evtExpandQuery __MSABI_LONG(0xC0032010)
  194. #define evtExpandFolderSetProps __MSABI_LONG(0xC0032011)
  195. #define evtRegistryFailure __MSABI_LONG(0xC0032012)
  196. #define evtExpStat __MSABI_LONG(0xC0032013)
  197. #define evtDumpFcn __MSABI_LONG(0xC0032014)
  198. #define evtSaveDeleteFailFBUpdate __MSABI_LONG(0xC0032015)
  199. #define evtProcessingQueryCallback __MSABI_LONG(0xC0032016)
  200. #define evtMailboxLocalizeTotalFailure __MSABI_LONG(0xC0032017)
  201. #define evtMailboxLocalizePartialFailure __MSABI_LONG(0xC0032018)
  202. #define evtExpandMaster __MSABI_LONG(0xC0032019)
  203. #define evtExpansionInit __MSABI_LONG(0xC003201A)
  204. #define evtFBGenerateMsg __MSABI_LONG(0xC003201B)
  205. #define evtExpansionInstExpiryInPublicMDB __MSABI_LONG(0x8003201C)
  206. #define evtUnhandledExceptionInitialization __MSABI_LONG(0xC003201D)
  207. #define evtUnhandledExceptionShutdown __MSABI_LONG(0xC003201E)
  208. #define evtUnhandledExceptionInitializationMDB __MSABI_LONG(0xC003201F)
  209. #define evtUnhandledExceptionShutdownMDB __MSABI_LONG(0xC0032020)
  210. #define evtUnhandledExceptionMsgSaveChanges __MSABI_LONG(0xC0032021)
  211. #define evtUnhandledExceptionDelete __MSABI_LONG(0xC0032022)
  212. #define evtUnhandledExceptionQuery __MSABI_LONG(0xC0032023)
  213. #define evtUnhandledExceptionFolderSaveChanges __MSABI_LONG(0xC0032024)
  214. #define evtCorruptedCalendar __MSABI_LONG(0xC0032025)
  215. #define evtRebuildCalendar __MSABI_LONG(0x80032026)
  216. #define evtCheckPrimaryCalendar __MSABI_LONG(0x80032027)
  217. #define evtExpandMasterPF __MSABI_LONG(0xC0032028)
  218. #define evtCorruptedPFCalendar __MSABI_LONG(0xC0032029)
  219. #define evtRebuildPFCalendar __MSABI_LONG(0x8003202A)
  220. #define evtMovingMailboxCallbackFailed __MSABI_LONG(0x8003202B)
  221. #endif