home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / warptlk3.zip / TOOLKIT / INC / BASEMID.INC < prev    next >
Text File  |  1995-08-24  |  39KB  |  704 lines

  1. ;       SCCSID = @(#)basemid.inc    6.1 92/02/28
  2.  
  3. option expr32
  4.  
  5. ; Begin of file basemid.h
  6. MSG_RESPONSE_DATA               EQU             0
  7. MSG_INVALID_FUNCTION            EQU             1
  8. MSG_FILE_NOT_FOUND              EQU             2
  9. MSG_PATH_NOT_FOUND              EQU             3
  10. MSG_OUT_OF_HANDLES              EQU             4
  11. MSG_ACCESS_DENIED               EQU             5
  12. MSG_INVALID_HANDLE              EQU             6
  13. MSG_MEMORY_BLOCKS_BAD           EQU             7
  14. MSG_NO_MEMORY                   EQU             8
  15. MSG_INVALID_MEM_ADDR            EQU             9
  16. MSG_INVALID_ENVIRON             EQU             10
  17. MSG_INVALID_FORMAT              EQU             11
  18. MSG_INVALID_ACC_CODE            EQU             12
  19. MSG_INVALID_DATA                EQU             13
  20. MSG_INVALID_DRIVE               EQU             15
  21. MSG_ATT_RD_CURDIR               EQU             16
  22. MSG_NOT_SAME_DEVICE             EQU             17
  23. MSG_NO_MORE_FILES               EQU             18
  24. MSG_ATT_WRITE_PROT              EQU             19
  25. MSG_UNKNOWN_UNIT                EQU             20
  26. MSG_DRIVE_NOT_READY             EQU             21
  27. MSG_UNKNOWN_COMMAND             EQU             22
  28. MSG_DATA_ERROR                  EQU             23
  29. MSG_BAD_REQ_STRUCTURE           EQU             24
  30. MSG_SEEK_ERROR                  EQU             25
  31. MSG_UNKNOWN_MEDIA               EQU             26
  32. MSG_SECTOR_NOT_FOUND            EQU             27
  33. MSG_OUT_OF_PAPER                EQU             28
  34. MSG_WRITE_FAULT                 EQU             29
  35. MSG_READ_FAULT                  EQU             30
  36. MSG_GENERAL_FAILURE             EQU             31
  37. MSG_SHARING_VIOLATION           EQU             32
  38. MSG_SHAR_VIOLAT_FIND            EQU             32
  39. MSG_LOCK_VIOLATION              EQU             33
  40. MSG_INVALID_DISK_CHANGE         EQU             34
  41. MSG_35                          EQU             35
  42. MSG_SHARING_BUFF_OFLOW          EQU             36
  43. MSG_ERROR_WRITE_PROTECT         EQU             37
  44. MSG_ERROR_BAD_UNIT              EQU             38
  45. MSG_ERROR_NOT_READY             EQU             39
  46. MSG_ERROR_BAD_COMMAND           EQU             40
  47. MSG_ERROR_CRC                   EQU             41
  48. MSG_ERROR_BAD_LENGTH            EQU             42
  49. MSG_ERROR_SEEK                  EQU             43
  50. MSG_ERROR_NOT_DOS_DISK          EQU             44
  51. MSG_ERROR_SECTOR_NOT_FOUND      EQU             45
  52. MSG_ERROR_OUT_OF_PAPER          EQU             46
  53. MSG_ERROR_WRITE_FAULT           EQU             47
  54. MSG_ERROR_READ_FAULT            EQU             48
  55. MSG_ERROR_GEN_FAILURE           EQU             49
  56. MSG_NET_REQ_NOT_SUPPORT         EQU             50
  57. MSG_NET_REMOTE_NOT_ONLINE       EQU             51t
  58. MSG_NET_DUP_FILENAME            EQU             52t
  59. MSG_NET_PATH_NOT_FOUND          EQU             53t
  60. MSG_NET_BUSY            EQU             54t
  61. MSG_NET_DEV_NOT_INSTALLED               EQU             55t
  62. MSG_NET_BIOS_LIMIT_REACHED              EQU             56t
  63. MSG_NET_ADAPT_HRDW_ERROR                EQU             57t
  64. MSG_NET_INCORRECT_RESPONSE              EQU             58t
  65. MSG_NET_UNEXPECT_ERROR          EQU             59t
  66. MSG_NET_REMOT_ADPT_INCOMP               EQU             60t
  67. MSG_NET_PRINT_Q_FULL            EQU             61t
  68. MSG_NET_NO_SPACE_TO_PRINT_FL            EQU             62t
  69. MSG_NET_PRINT_FILE_DELETED              EQU             63t
  70. MSG_NET_NAME_DELETED            EQU             64t
  71. MSG_NET_ACCESS_DENIED           EQU             65t
  72. MSG_NET_DEV_TYPE_INVALID                EQU             66t
  73. MSG_NET_NAME_NOT_FOUND          EQU             67t
  74. MSG_NET_NAME_LIMIT_EXCEED               EQU             68t
  75. MSG_NET_BIOS_LIMIT_EXCEED               EQU             69t
  76. MSG_NET_TEMP_PAUSED             EQU             70t
  77. MSG_NET_REQUEST_DENIED          EQU             71t
  78. MSG_NET_PRT_DSK_REDIR_PAUSE             EQU             72t
  79. MSG_XGA_OUT_MEMORY              EQU             75t
  80. MSG_FILE_EXISTS         EQU             80t
  81. MSG_CANNOT_MAKE         EQU             82t
  82. MSG_NET_FAIL_INT_TWO_FOUR               EQU             83t
  83. MSG_NET_TOO_MANY_REDIRECT               EQU             84t
  84. MSG_NET_DUP_REDIRECTION         EQU             85t
  85. MSG_NET_INVALID_PASSWORD                EQU             86t
  86. MSG_NET_INCORR_PARAMETER                EQU             87t
  87. MSG_NET_DATA_FAULT              EQU             88t
  88. MSG_NO_PROC_SLOTS               EQU             89t
  89. MSG_DEVICE_IN_USE               EQU             99t
  90. MSG_TOO_MANY_SEMAPHORES         EQU             100t
  91. MSG_EXCL_SEM_ALREADY_OWNED              EQU             101t
  92. MSG_SEM_IS_SET          EQU             102t
  93. MSG_TOO_MANY_SEM_REQUESTS               EQU             103t
  94. MSG_INVALID_AT_INTERRUPT_TIME           EQU             104t
  95. MSG_SEM_OWNER_DIED              EQU             105t
  96. MSG_ERROR_DISK_CHANGE           EQU             106t
  97. MSG_DISK_CHANGE         EQU             107t
  98. MSG_DRIVE_LOCKED                EQU             108t
  99. MSG_BROKEN_PIPE         EQU             109t
  100. MSG_ERROR_OPEN_FAILED           EQU             110t
  101. MSG_ERROR_FILENAME_LONG         EQU             111t
  102. MSG_DISK_FULL           EQU             112t
  103. MSG_NO_SEARCH_HANDLES           EQU             113t
  104. MSG_ERR_INV_TAR_HANDLE          EQU             114t
  105. MSG_INVALID_CATEGORY            EQU             117t
  106. MSG_INVALID_VERIFY_SWITCH               EQU             118t
  107. MSG_BAD_DRIVER_LEVEL            EQU             119t
  108. MSG_BAD_DYNALINK                EQU             120t
  109. MSG_SEM_TIMEOUT         EQU             121t
  110. MSG_INSUFFICIENT_BUFFER         EQU             122t
  111. MSG_INVALID_NAME                EQU             123t
  112. MSG_HPFS_INVALID_VOLUME_CHAR            EQU             123t
  113. MSG_INVALID_LEVEL               EQU             124t
  114. MSG_NO_VOLUME_LABEL             EQU             125t
  115. MSG_MOD_NOT_FOUND               EQU             126t
  116. MSG_PROC_NOT_FOUND              EQU             127t
  117. MSG_PROT_MODE_ONLY              EQU             129t
  118. MSG_APPL_SINGLEFRAMECHAR                EQU             130t
  119. MSG_APPL_DOUBLEFRAMECHAR                EQU             131t
  120. MSG_APPL_ARROWCHAR              EQU             132t
  121. MSG_JOIN_ON_DRIV_IS_TAR         EQU             133t
  122. MSG_JOIN_DRIVE_IS               EQU             134t
  123. MSG_SUB_DRIVE_IS                EQU             135t
  124. MSG_DRIVE_IS_NOT_JOINED         EQU             136t
  125. MSG_DRIVE_NOT_SUBSTED           EQU             137t
  126. MSG_JOIN_CANNOT_JOIN_DRIVE              EQU             138t
  127. MSG_SUB_CANNOT_SUBST_DRIVE              EQU             139t
  128. MSG_JOIN_CANNOT_SUB_DRIVE               EQU             140t
  129. MSG_SUB_CANNOT_JOIN_DRIVE               EQU             141t
  130. MSG_DRIVE_IS_BUSY               EQU             142t
  131. MSG_JOIN_SUB_SAME_DRIVE         EQU             143t
  132. MSG_DIRECT_IS_NOT_SUBDIR                EQU             144t
  133. MSG_DIRECT_IS_NOT_EMPTY         EQU             145t
  134. MSG_PATH_USED_SUBST_JOIN                EQU             146t
  135. MSG_NO_NEEDED_RESOURCES         EQU             147t
  136. MSG_PATH_BUSY           EQU             148t
  137. MSG_SUB_ON_DRIVE_IS_JOIN                EQU             149t
  138. MSG_SYSTEM_TRACE                EQU             150t
  139. MSG_INVALID_EVENT_COUNT         EQU             151t
  140. MSG_TOO_MANY_MUXWAITERS         EQU             152t
  141. MSG_INVALID_LIST_FORMAT         EQU             153t
  142. MSG_VOLUME_TOO_LONG             EQU             154t
  143. MSG_HPFS_VOL_LABEL_LONG         EQU             154t
  144. MSG_TOO_MANY_TCBS               EQU             155t
  145. MSG_SIGNAL_REFUSED              EQU             156t
  146. MSG_DISCARDED           EQU             157t
  147. MSG_NOT_LOCKED          EQU             158t
  148. MSG_BAD_THREADID_ADDR           EQU             159t
  149. MSG_BAD_ARGUMENTS               EQU             160t
  150. MSG_SIGNAL_PENDING              EQU             162t
  151. MSG_MAX_THRDS_REACHED           EQU             164t
  152. MSG_UNC_DRIVER_NOT_INSTALLED            EQU             166t
  153. MSG_LOCK_FAILED         EQU             167t
  154. MSG_SWAPIO_FAILED               EQU             168t
  155. MSG_SWAPIN_ATTEMPT_FAILED               EQU             169t
  156. MSG_SEGMENT_BUSY                EQU             170t
  157. MSG_INT_TOO_LONG                EQU             171t
  158. MSG_UNLOCK_VIOLATION            EQU             173t
  159. MSG_INVALID_SEGMENT_NUM         EQU             180t
  160. MSG_INVALID_ORDINAL             EQU             182t
  161. MSG_INVALID_FLAG_NUMBER         EQU             186t
  162. MSG_SEM_NOT_FOUND               EQU             187t
  163. MSG_INVALID_STARTING_CODESEG            EQU             188t
  164. MSG_INVALID_STACKSEG            EQU             189t
  165. MSG_INVALID_MODULETYPE          EQU             190t
  166. MSG_INVALID_EXE_SIGNATURE               EQU             191t
  167. MSG_EXE_MARKED_INVALID          EQU             192t
  168. MSG_BAD_EXE_FORMAT              EQU             193t
  169. MSG_ITERATED_DATA_EXCEEDS_64K           EQU             194t
  170. MSG_INVALID_MINALLOCSIZE                EQU             195t
  171. MSG_DYNLINK_FROM_INVALID_RING           EQU             196t
  172. MSG_IOPL_NOT_ENABLED            EQU             197t
  173. MSG_INVALID_SEGDPL              EQU             198t
  174. MSG_AUTODATASEG_EXCEEDS_64K             EQU             199t
  175. MSG_CODESEG_CANNOT_BE_64K               EQU             200t
  176. MSG_RELOC_CHAIN_XEEDS_SEGMENT           EQU             201t
  177. MSG_INFLOOP_IN_RELOC_CHAIN              EQU             202t
  178. MSG_ENVVAR_NOT_FOUND            EQU             203t
  179. MSG_SIGNAL_NOT_SENT             EQU             205t
  180. MSG_NAME_TOO_LONG               EQU             206t
  181. MSG_RING2_STACK_IN_USE          EQU             207t
  182. MSG_WILD_CARD_NAME              EQU             208t
  183. MSG_INVALID_SIGNAL_NUMBER               EQU             209t
  184. MSG_THREAD_1_INACTIVE           EQU             210t
  185. MSG_LOCKED              EQU             212t
  186. MSG_TOO_MANY_MODULES            EQU             214t
  187. MSG_CANNOT_SHRINK               EQU             216t
  188. MSG_INVALID_EXITROUTINE_RING            EQU             219t
  189. MSG_NO_CHILDREN         EQU             228t
  190. MSG_ERROR_BAD_PIPE              EQU             230t
  191. MSG_ERROR_PIPE_BUSY             EQU             231t
  192. MSG_ERROR_NO_DATA               EQU             232t
  193. MSG_ERROR_PIPE_NOT_CONNECTED            EQU             233t
  194. MSG_ERROR_MORE_DATA             EQU             234t
  195. MSG_ERROR_VC_DISCONNECTED               EQU             240t
  196. MSG_CIRCULARITY_REQUESTED               EQU             250t
  197. MSG_DIRECTORY_IN_CDS            EQU             251t
  198. MSG_INVALID_FSD_NAME            EQU             252t
  199. MSG_INVALID_PATH                EQU             253t
  200. MSG_INVALID_EA_NAME             EQU             254t
  201. MSG_EA_LIST_INCONSISTENT                EQU             255t
  202. MSG_EA_LIST_TOO_LONG            EQU             256t
  203. MSG_NO_META_MATCH               EQU             257t
  204. MSG_FINDNOTIFY_TIMEOUT          EQU             258t
  205. MSG_NO_MORE_ITEMS               EQU             259t
  206. MSG_SEARCH_STRUC_REUSED         EQU             260t
  207. MSG_CHAR_NOT_FOUND              EQU             261t
  208. MSG_TOO_MUCH_STACK              EQU             262t
  209. MSG_INVALID_ATTR                EQU             263t
  210. MSG_INVALID_STARTING_RING               EQU             264t
  211. MSG_INVALID_DLL_INIT_RING               EQU             265t
  212. MSG_CANNOT_COPY         EQU             266t
  213. MSG_DIRECTORY           EQU             267t
  214. MSG_OPLOCKED_FILE               EQU             268t
  215. MSG_OPLOCK_THREAD_EXISTS                EQU             269t
  216. MSG_ERROR_EAS_CORRUPT           EQU             276t
  217. MSG_EA_TABLE_FULL               EQU             277t
  218. MSG_INVALID_EA_HANDLE           EQU             278t
  219. MSG_NO_CLUSTER          EQU             279t
  220. MSG_ERROR_CREATE_EA_FILE                EQU             280t
  221. MSG_CANNOT_OPEN_FILE            EQU             281t
  222. MSG_EAS_NOT_SUPPORTED           EQU             282t
  223. MSG_NEED_EAS_FOUND              EQU             283t
  224. MSG_EAS_DISCARDED               EQU             284t
  225. MSG_DUPLICATE_SEM_NAME          EQU             285t
  226. MSG_EMPTY_MUXWAIT_SEM           EQU             286t
  227. MSG_MUTEX_SEM_OWNED             EQU             287t
  228. MSG_NOT_MUTEX_SEM_OWNER         EQU             288t
  229. MSG_QUERY_MUX_PARAM_TOO_SMALL           EQU             289t
  230. MSG_TOO_MANY_SEM_HANDLES                EQU             290t
  231. MSG_TOO_MANY_SEM_OPENS          EQU             291t
  232. MSG_SEM_WRONG_TYPE              EQU             292t
  233. MSG_TOO_MANY_EVENT_SEM_POSTS            EQU             298t
  234. MSG_EVENT_SEM_ALREADY_POSTED            EQU             299t
  235. MSG_EVENT_SEM_ALREADY_RESET             EQU             300t
  236. MSG_SEM_BUSY            EQU             301t
  237. MSG_MR_MSG_TOO_LONG             EQU             316t
  238. MSG_MR_CANT_FORMAT              EQU             317t
  239. MSG_MR_NOT_FOUND                EQU             318t
  240. MSG_MR_READ_ERROR               EQU             319t
  241. MSG_MR_IVCOUNT_ERROR            EQU             320t
  242. MSG_MR_UN_PERFORM               EQU             321t
  243. MSG_QUE_PROC_NOT_OWNED          EQU             330t
  244. MSG_QUE_DUPLICATE               EQU             332t
  245. MSG_QUE_ELEMENT_NOT_EXIST               EQU             333t
  246. MSG_QUE_NO_MEMORY               EQU             334t
  247. MSG_VIO_INVALID_MASK            EQU             349t
  248. MSG_VIO_PTR             EQU             350t
  249. MSG_DIS_ERROR           EQU             355t
  250. MSG_VIO_WIDTH           EQU             356t
  251. MSG_VIO_ROW             EQU             358t
  252. MSG_VIO_COL             EQU             359t
  253. MSG_VIO_WAIT_FLAG               EQU             366t
  254. MSG_VIO_UNLOCK          EQU             367t
  255. MSG_SMG_INVALID_SESSION_ID              EQU             369t
  256. MSG_SMG_GRP_NOT_FOUND           EQU             371t
  257. MSG_SMG_SESSION_NOT_FOUND               EQU             371t
  258. MSG_SMG_SET_TITLE               EQU             372t
  259. MSG_KBD_PARAMETER               EQU             373t
  260. MSG_KBD_INVALID_IOWAIT          EQU             375t
  261. MSG_KBD_INVALID_LENGTH          EQU             376t
  262. MSG_KBD_INVALID_ECHO_MASK               EQU             377t
  263. MSG_KBD_INVALID_INPUT_MASK              EQU             377t
  264. MSG_MON_INVALID_PARMS           EQU             379t
  265. MSG_MON_INVALID_DEVNAME         EQU             380t
  266. MSG_MON_INVALID_HANDLE          EQU             381t
  267. MSG_MON_BUFFER_TOO_SMALL                EQU             382t
  268. MSG_MON_BUFFER_EMPTY            EQU             383t
  269. MSG_MON_DATA_TOO_LARGE          EQU             384t
  270. MSG_MOUSE_NO_DEVICE             EQU             385t
  271. MSG_MOUSE_INV_HANDLE            EQU             386t
  272. MSG_MOUSE_CALLER_NOT_SYBSYS             EQU             387t
  273. MSG_NLS_NO_COUNTRY_FILE         EQU             396t
  274. MSG_NO_COUNTRY_SYS              EQU             396t
  275. MSG_NLS_OPEN_FAILED             EQU             397t
  276. MSG_OPEN_COUNTRY_SYS            EQU             397t
  277. MSG_NLS_NO_CTRY_CODE            EQU             398t
  278. MSG_NO_COUNTRY_OR_CODEPAGE              EQU             398t
  279. MSG_NLS_TABLE_TRUNCATED         EQU             399t
  280. MSG_NLS_BAD_TYPE                EQU             400t
  281. MSG_NLS_TYPE_NOT_FOUND          EQU             401t
  282. MSG_COUNTRY_NO_TYPE             EQU             401t
  283. MSG_SWAPIN_FAILED               EQU             402t
  284. MSG_SEGVALIDATE_FAILURE         EQU             403t
  285. MSG_VIO_DEREGISTER              EQU             404t
  286. MSG_VIO_NO_POPUP                EQU             405t
  287. MSG_VIO_EXISTING_POPUP          EQU             406t
  288. MSG_KBD_SMG_ONLY                EQU             407t
  289. MSG_KBD_INVALID_ASCIIZ          EQU             408t
  290. MSG_KBD_INVALID_MASK            EQU             409t
  291. MSG_KBD_REGISTER                EQU             410t
  292. MSG_KBD_DEREGISTER              EQU             411t
  293. MSG_MOUSE_SMG_ONLY              EQU             412t
  294. MSG_MOUSE_INVALID_ASCIIZ                EQU             413t
  295. MSG_MOUSE_INVALID_MASK          EQU             414t
  296. MSG_MOUSE_REGISTER              EQU             415t
  297. MSG_MOUSE_DEREGISTER            EQU             416t
  298. MSG_SMG_BAD_ACTION              EQU             417t
  299. MSG_SMG_INVALID_CALL            EQU             418t
  300. MSG_VIO_INVALID_PARMS           EQU             421t
  301. MSG_VIO_FUNCTION_OWNED          EQU             422t
  302. MSG_VIO_REGISTER                EQU             426t
  303. MSG_VIO_NO_SAVE_RESTORE_THD             EQU             428t
  304. MSG_VIO_IN_BG           EQU             429t
  305. MSG_VIO_ILLEGAL_DURING_POPUP            EQU             430t
  306. MSG_SMG_NOT_BASESHELL           EQU             431t
  307. MSG_SMG_BAD_STATUSREQ           EQU             432t
  308. MSG_VIO_LOCK            EQU             434t
  309. MSG_MOUSE_INVALID_IOWAIT                EQU             435t
  310. MSG_VIO_INVALID_HANDLE          EQU             436t
  311. MSG_VIO_INVALID_LENGTH          EQU             438t
  312. MSG_KBD_INVALID_HANDLE          EQU             439t
  313. MSG_KBD_NO_MORE_HANDLE          EQU             440t
  314. MSG_KBD_CANNOT_CREATE_KCB               EQU             441t
  315. MSG_KBD_CODEPAGE_LOAD_INCOMPL           EQU             442t
  316. MSG_KBD_INVALID_CODEPAGE_ID             EQU             443t
  317. MSG_KBD_NO_CODEPAGE_SUPPORT             EQU             444t
  318. MSG_KBD_FOCUS_REQUIRED          EQU             445t
  319. MSG_KBD_FOCUS_ALREADY_ACTIVE            EQU             446t
  320. MSG_KBD_KEYBOARD_BUSY           EQU             447t
  321. MSG_KBD_INVALID_CODEPAGE                EQU             448t
  322. MSG_KBD_UNABLE_TO_FOCUS         EQU             449t
  323. MSG_SMG_SESSION_NON_SELECT              EQU             450t
  324. MSG_SMG_SESSION_NOT_FOREGRND            EQU             451t
  325. MSG_SMG_SESSION_NOT_PARENT              EQU             452t
  326. MSG_SMG_INVALID_START_MODE              EQU             453t
  327. MSG_SMG_INVALID_RELATED_OPT             EQU             454t
  328. MSG_SMG_INVALID_BOND_OPTION             EQU             455t
  329. MSG_SMG_INVALID_SELECT_OPT              EQU             456t
  330. MSG_SMG_START_IN_BACKGROUND             EQU             457t
  331. MSG_SMG_INVALID_STOP_OPTION             EQU             458t
  332. MSG_SMG_BAD_RESERVE             EQU             459t
  333. MSG_SMG_PROCESS_NOT_PARENT              EQU             460t
  334. MSG_SMG_INVALID_DATA_LENGTH             EQU             461t
  335. MSG_SMG_NOT_BOUND               EQU             462t
  336. MSG_SMG_RETRY_SUB_ALLOC         EQU             463t
  337. MSG_KBD_DETACHED                EQU             464t
  338. MSG_VIO_DETACHED                EQU             465t
  339. MSG_MOU_DETACHED                EQU             466t
  340. MSG_VIO_FONT            EQU             467t
  341. MSG_VIO_USER_FONT               EQU             468t
  342. MSG_VIO_BAD_CP          EQU             469t
  343. MSG_VIO_NA_CP           EQU             471t
  344. MSG_SMG_INVALID_TRACE_OPTION            EQU             478t
  345. MSG_VIO_SHELL_INIT              EQU             480t
  346. MSG_SMG_NO_HARD_ERRORS          EQU             481t
  347. MSG_VIO_TRANSPARENT_POPUP               EQU             483t
  348. MSG_VIO_BAD_RESERVE             EQU             486t
  349. MSG_INVALID_ADDRESS             EQU             487t
  350. MSG_ZERO_SELECTORS_REQUESTED            EQU             488t
  351. MSG_NOT_ENOUGH_SELECTORS_AVA            EQU             489t
  352. MSG_INVALID_SELECTOR            EQU             490t
  353. MSG_SMG_INVALID_PROGRAM_TYPE            EQU             491t
  354. MSG_SMG_INVALID_PGM_CONTROL             EQU             492t
  355. MSG_SMG_INVALID_INHERIT_OPT             EQU             493t
  356. MSG_VIO_EXTENDED_SG             EQU             494t
  357. MSG_VIO_NOT_PRES_MGR_SG         EQU             495t
  358. MSG_VIO_SHIELD_OWNED            EQU             496t
  359. MSG_VIO_NO_MORE_HANDLES         EQU             497t
  360. MSG_KBD_NO_CONSOLE              EQU             500t
  361. MSG_DOS_STOPPED         EQU             501t
  362. MSG_MOUSE_INVALID_HANDLE                EQU             502t
  363. MSG_SMG_INVALID_DEBUG_PARMS             EQU             503t
  364. MSG_KBD_EXTENDED_SG             EQU             504t
  365. MSG_MOU_EXTENDED_SG             EQU             505t
  366. MSG_TRC_PID_NON_EXISTENT                EQU             507t
  367. MSG_TRC_COUNT_ACTIVE            EQU             508t
  368. MSG_TRC_SUSPENDED_BY_COUNT              EQU             509t
  369. MSG_TRC_COUNT_INACTIVE          EQU             510t
  370. MSG_TRC_COUNT_REACHED           EQU             511t
  371. MSG_NO_MC_TRACE         EQU             512t
  372. MSG_MC_TRACE            EQU             513t
  373. MSG_TRC_COUNT_ZERO              EQU             514t
  374. MSG_SMG_TOO_MANY_DDS            EQU             515t
  375. MSG_SMG_INVALID_NOTIFICATION            EQU             516t
  376. MSG_LF_INVALID_FUNCTION         EQU             517t
  377. MSG_LF_NOT_AVAIL                EQU             518t
  378. MSG_LF_SUSPENDED                EQU             519t
  379. MSG_LF_BUF_TOO_SMALL            EQU             520t
  380. MSG_LF_BUF_FULL         EQU             521t
  381. MSG_LF_INVAL_RECORD             EQU             522t
  382. MSG_LF_INVAL_SERVICE            EQU             523t
  383. MSG_LF_GENERAL_FAILURE          EQU             524t
  384. MSG_HPFS_DISK_ALREADY_INUSE             EQU             525t
  385. MSG_HPFS_CANNOT_FORMAT_DISK             EQU             526t
  386. MSG_HPFS_CANNOT_COPY_SYS_DATA           EQU             527t
  387. MSG_HPFS_FORMAT_NOT_DONE                EQU             528t
  388. MSG_HPFS_FMT_NOT_ENOUGH_MEM             EQU             529t
  389. MSG_HPFS_SPECIFY_FIXDSK         EQU             530t
  390. MSG_HPFS_SPECIFY_ONE_DRIVE              EQU             531t
  391. MSG_HPFS_UNKNOWN_ERR_NO_FORMAT          EQU             532t
  392. MSG_HPFS_SYNTAX_HELP            EQU             533t
  393. MSG_HPFS_DISK_FORMATING         EQU             534t
  394. MSG_HPFS_AVAIL_DISK_SPACE               EQU             535t
  395. MSG_HPFS_BAD_BLOCKS             EQU             536t
  396. MSG_HPFS_DISK_SPACE_AVAIL               EQU             537t
  397. MSG_HPFS_SPACE_FORMATTED                EQU             538t
  398. MSG_HPFS_TYPE_CUR_VOLUME_LABEL          EQU             539t
  399. MSG_HPFS_DRIVER_NOT_LOADED              EQU             540t
  400. MSG_HPFS_DRIVER_LOADER          EQU             541t
  401. MSG_HPFS_CACHE_BUF_SPECIFIED            EQU             542t
  402. MSG_HPFS_CHKDSK_PARM_ERROR              EQU             543t
  403. MSG_HPFS_CHKDSK_NOACCESS_DRIVE          EQU             544t
  404. MSG_HPFS_UNKNOWN_ERR_NO_CHKDSK          EQU             545t
  405. MSG_HPFS_CHKDSK_NOT_ENOUGH_MEM          EQU             546t
  406. MSG_HPFS_CHKDSK_NOWRITEODATA            EQU             547t
  407. MSG_HPFS_CHKDSK_NORECOVER_DATA          EQU             548t
  408. MSG_HPFS_CHKDSK_NO_PARM_SPACE           EQU             549t
  409. MSG_HPFS_CHKDSK_NORECOGNIZE             EQU             550t
  410. MSG_HPFS_CHKDSK_NOROOT_FIND             EQU             551t
  411. MSG_HPFS_CHKDSK_NOFIX_FS_ERROR          EQU             552t
  412. MSG_HPFS_CHKDSK_CORRECT_FS_ERR          EQU             553t
  413. MSG_HPFS_CHKDSK_ORGAN_FIX               EQU             554t
  414. MSG_HPFS_CHKDSK_RELOC_BBPDATA           EQU             555t
  415. MSG_HPFS_CHKDSK_REM_CORRU_BLOC          EQU             556t
  416. MSG_HPFS_CHKDSK_REM_CORRUP_FIL          EQU             557t
  417. MSG_HPFS_CHKDSK_FIX_SPACE_ALLO          EQU             558t
  418. MSG_HPFS_NOT_FORMATTED_DISK             EQU             559t
  419. MSG_HPFS_CHKDSK_COR_ALLOC               EQU             560t
  420. MSG_HPFS_CHKDSK_SEARC_UNALLOC           EQU             561t
  421. MSG_HPFS_CHKDSK_DET_LOST_DATA           EQU             562t
  422. MSG_HPFS_CHKDSK_PERCENT_SEARC           EQU             563t
  423. MSG_HPFS_CHKDSK_LOST_DATASEARC          EQU             564t
  424. MSG_HPFS_CHKDSK_CRIT_NOREAD             EQU             565t
  425. MSG_HPFS_CHKDSK_DISK_INUSE              EQU             566t
  426. MSG_HPFS_CHKDSK_RECOVTEMP_RELOC         EQU             567t
  427. MSG_HPFS_TOTAL_DISK_SPACE               EQU             568t
  428. MSG_HPFS_DIR_KBYTES             EQU             569t
  429. MSG_HPFS_FILE_KBYTES            EQU             570t
  430. MSG_HPFS_KBYTES_AVAILABLE               EQU             571t
  431. MSG_HPFS_CHKDSK_PLACE_REC_FILE          EQU             572t
  432. MSG_HPFS_CHKDSK_RECO_DIR_AS             EQU             573t
  433. MSG_HPFS_CHKDSK_PLACEED_DATA            EQU             574t
  434. MSG_HPFS_CHKDSK_RECOV_EA                EQU             575t
  435. MSG_HPFS_CHKDSK_FIND_EA_INTEM           EQU             576t
  436. MSG_HPFS_CHKDSK_RELOC_TEMP_EA           EQU             577t
  437. MSG_HPFS_CHKDSK_RELOC_AC_LIST           EQU             578t
  438. MSG_HPFS_CHKDSK_LIST_NORELOC            EQU             579t
  439. MSG_HPFS_CHKDSK_TRUN_EA_LIST            EQU             580t
  440. MSG_HPFS_CHKDSK_TRUN_EA_NAME            EQU             581t
  441. MSG_HPFS_CHKDSK_TRUN_EA_BBLOCK          EQU             582t
  442. MSG_HPFS_CHKDSK_REM_INVALID_EA          EQU             583t
  443. MSG_HPFS_CHKDSK_FIX_EA_ALLOC            EQU             584t
  444. MSG_HPFS_CHKDSK_FIX_ALACCCTRL           EQU             585t
  445. MSG_HPFS_CHKDSK_ACCTR_LIST_BBL          EQU             586t
  446. MSG_HPFS_CHKDSK_REM_ACLIST              EQU             587t
  447. MSG_HPFS_CHKDSK_FOUND_DATANORL          EQU             588t
  448. MSG_HPFS_WRONG_VERSION          EQU             589t
  449. MSG_HPFS_CHKDSK_FOUND_DATATEMP          EQU             590t
  450. MSG_HPFS_CHKDSK_FIX_TEMPSTATUS          EQU             591t
  451. MSG_HPFS_CHKDSK_FIX_NEEDEADATA          EQU             592t
  452. MSG_HPFS_RECOVER_PARM_ERROR             EQU             593t
  453. MSG_HPFS_RECOV_FILE_NOT_FOUND           EQU             594t
  454. MSG_HPFS_RECOV_UNKNOWN_ERROR            EQU             595t
  455. MSG_HPFS_RECOV_NOT_ENOUGH_MEM           EQU             596t
  456. MSG_HPFS_RECOV_NOWRITE_DATA             EQU             597t
  457. MSG_HPFS_RECOV_NOTEMP_CREATE            EQU             598t
  458. MSG_HPFS_RECOV_EA_NOREAD                EQU             599t
  459. MSG_HPFS_RECOV_FILE_BYTES               EQU             600t
  460. MSG_HPFS_RECOV_BAD_BYTES_RECOV          EQU             601t
  461. MSG_HPFS_RECOV_FILEBYTES_NOREC          EQU             602t
  462. MSG_HPFS_RECOV_DISK_INUSE               EQU             603t
  463. MSG_HPFS_RECOV_FILE_NODELETE            EQU             604t
  464. MSG_HPFS_RECOV_NOCREATE_NEWFILE         EQU             605t
  465. MSG_HPFS_RECOV_SYSTEM_ERROR             EQU             606t
  466. MSG_HPFS_SYS_PARM_ERROR         EQU             607t
  467. MSG_HPFS_SYS_CANNOT_INSTALL             EQU             608t
  468. MSG_HPFS_SYS_DRIVE_NOTFORMATED          EQU             609t
  469. MSG_HPFS_SYS_FILE_NOCREATE              EQU             610t
  470. MSG_HPFS_SIZE_EXCEED            EQU             611t
  471. MSG_HPFS_SYNTAX_ERR             EQU             612t
  472. MSG_HPFS_NOTENOUGH_MEM          EQU             613t
  473. MSG_HPFS_WANT_MEM               EQU             614t
  474. MSG_HPFS_GET_RETURNED           EQU             615t
  475. MSG_HPFS_SET_RETURNED           EQU             616t
  476. MSG_HPFS_BOTH_RETURNED          EQU             617t
  477. MSG_HPFS_STOP_RETURNED          EQU             618t
  478. MSG_HPFS_SETPRTYRETURNED                EQU             619t
  479. MSG_HPFS_ALCSG_RETURNED         EQU             620t
  480. MSG_HPFS_MSEC_SET               EQU             621t
  481. MSG_HPFS_OPTIONS                EQU             622t
  482. MSG_HPFS_POS_NUM_VALUE          EQU             623t
  483. MSG_HPFS_VALUE_TOO_LARGE                EQU             624t
  484. MSG_HPFS_LAZY_NOT_VALID         EQU             625t
  485. MSG_HPFS_VOLUME_ERROR           EQU             626t
  486. MSG_HPFS_VOLUME_DIRTY           EQU             627t
  487. MSG_HPFS_NEW_SECTOR             EQU             628t
  488. MSG_HPFS_FORMAT_PARM_ERROR              EQU             629t
  489. MSG_HPFS_CANNOT_ACCESS_CONFIG           EQU             630t
  490. MSG_HPFS_RECOV_FILE             EQU             631t
  491. MSG_HPFS_CHKDSK_KBYTES_RESERVE          EQU             632t
  492. MSG_HPFS_CHKDSK_KBYTES_IN_EA            EQU             633t
  493. MSG_HPFS_BYTEBUF_SET            EQU             634t
  494. MSG_HPFS_FORMATTING_COMPLETE            EQU             635t
  495. MSG_HPFS_WRONG_VOLUME_LABEL             EQU             636t
  496. MSG_HPFS_FMAT_TOO_MANY_DRS              EQU             637t
  497. MSG_VDD_UNSUPPORTED_ACCESS              EQU             638t
  498. MSG_VDD_MISSING         EQU             651t
  499. MSG_HPFS_LAZY_ON                EQU             689t
  500. MSG_HPFS_LAZY_OFF               EQU             690t
  501. MSG_HPFS_DISK_ERROR_WARN                EQU             693t
  502. MSG_BAD_MON_BUFFER              EQU             730t
  503. MSG_MODULE_CORRUPTED            EQU             731t
  504. MSG_LF_TIMEOUT          EQU             2055t
  505. MSG_LF_SUSP_SUCCESS             EQU             2057t
  506. MSG_LF_RESUM_SUCCESS            EQU             2058t
  507. MSG_LF_REDIR_SUCCESS            EQU             2059t
  508. MSG_LF_REDIR_FAILURE            EQU             2060t
  509. MSG_BAD_PARM1           EQU             1001t
  510. MSG_BAD_PARM2           EQU             1002t
  511. MSG_BAD_SYNTAX          EQU             1003t
  512. MSG_STAND_BY            EQU             1004t
  513. MSG_INVALID_DATE                EQU             1036t
  514. MSG_DEV_INSTALL_FAIL            EQU             1111t
  515. MSG_DEV_AT_ONLY         EQU             1112t
  516. MSG_DEV_PS2_ONLY                EQU             1113t
  517. MSG_DEV_HW_UNSUPPORTED          EQU             1114t
  518. MSG_DEV_HW_UNAVAILABLE          EQU             1115t
  519. MSG_DEV_IRQ             EQU             1116t
  520. MSG_DEV_ABIOS           EQU             1117t
  521. MSG_NO_HELP_MSG         EQU             1118t
  522. MSG_NEXT_DISKETTE               EQU             1120t
  523. MSG_SYSINIT_NO_IFS_STMT         EQU             1191t
  524. MSG_SYSINIT_287_DISABLED                EQU             1193t
  525. MSG_SYSINIT_387_WITH_386B1              EQU             1194t
  526. MSG_SYSINIT_INVAL_CMD           EQU             1195t
  527. MSG_SYSINIT_INVAL_PARM          EQU             1196t
  528. MSG_SYSINIT_MISSING_PARM                EQU             1197t
  529. MSG_SYSINIT_BAD_DOS_DD          EQU             1198t
  530. MSG_SYSINIT_BOOT_FAILURE                EQU             1199t
  531. MSG_SYSINIT_DOS_FAIL            EQU             1200t
  532. MSG_SYSINIT_UDRVR_FAIL          EQU             1201t
  533. MSG_SYSINIT_SDRVR_FAIL          EQU             1202t
  534. MSG_SYSINIT_UFILE_IOPL          EQU             1203t
  535. MSG_SYSINIT_SFILE_IOPL          EQU             1204t
  536. MSG_SYSINIT_DOS_MODIFIED                EQU             1205t
  537. MSG_SYSINIT_UFILE_NO_MEM                EQU             1206t
  538. MSG_INCORRECT_DOSVERSION                EQU             1210t
  539. MSG_ABORT_RTRY_IGNORE           EQU             1211t
  540. MSG_HPFS_FORMAT_YES_NO          EQU             1271t
  541. MSG_HPFS_SYS_FILES_COPIED               EQU             1272t
  542. MSG_HPFS_BAD_BLOCKS_CRIT_AREA           EQU             1279t
  543. MSG_HPFS_TYPE_VOLUME_LABEL              EQU             1288t
  544. MSG_HPFS_SPECIFY_DRIVE_LETTER           EQU             1310t
  545. MSG_HPFS_DIRECTORY              EQU             1338t
  546. MSG_HPFS_CHKDSK_NOREAD_DATA             EQU             1341t
  547. MSG_SAD_REMOTE_DUMP             EQU             1394t
  548. MSG_SAD_INSERT_DUMP             EQU             1395t
  549. MSG_SAD_NOT_AVAILABLE           EQU             1398t
  550. MSG_DLL_CANT_LOAD_RESOURCE              EQU             1417t
  551. MSG_SWAP_INVALID_DRIVE          EQU             1470t
  552. MSG_SWAP_INVALID_PATH           EQU             1471t
  553. MSG_SWAP_CANNOT_CREATE          EQU             1472t
  554. MSG_SWAP_DISABLED               EQU             1473t
  555. MSG_SWAP_CANT_INIT              EQU             1474t
  556. MSG_SYSINIT_BOOT_NOT_FD         EQU             1475t
  557. MSG_SWAP_INVALID_PATH_ROOT              EQU             1476t
  558. MSG_STRI_FILE_NOT_FOUND         EQU             1490t
  559. MSG_SWAP_NOT_READY              EQU             1500t
  560. MSG_SWAP_WRITE_PROTECT          EQU             1501t
  561. MSG_SWAP_IN_ERROR               EQU             1502t
  562. MSG_SWAP_IO_ERROR               EQU             1502t
  563. MSG_SWAP_FILE_FULL              EQU             1503t
  564. MSG_SWAP_TABLE_FULL             EQU             1504t
  565. MSG_SYSINIT_SFILE_NOT_FND               EQU             1518t
  566. MSG_SYSINIT_SFILE_NO_MEM                EQU             1519t
  567. MSG_SYSINIT_DSKT_NOT_INSTALLED          EQU             1520t
  568. MSG_SYSINIT_TOO_MANY_PARMS              EQU             1521t
  569. MSG_SYSINIT_DSKT_INSTALLED_AS           EQU             1522t
  570. MSG_SYSINIT_MISSING_SYMB                EQU             1523t
  571. MSG_SYSINIT_START_NO_LOAD               EQU             1709t
  572. MSG_SYSINIT_START_NO_INIT               EQU             1710t
  573. MSG_SYSINIT_UFILE_NOT_FND               EQU             1718t
  574. MSG_SYSINIT_UDRVR_INVAL         EQU             1719t
  575. MSG_SYSINIT_FSD_NOT_VAL         EQU             1720t
  576. MSG_SYSINIT_BANNER              EQU             1721t
  577. MSG_SYSINIT_CANT_LOAD_MOD               EQU             1722t
  578. MSG_SYSINIT_EPT_MISSING         EQU             1723t
  579. MSG_SYSINIT_CANT_OPEN_CON               EQU             1724t
  580. MSG_SYSINIT_WRONG_HANDLE                EQU             1725t
  581. MSG_SYSINIT_PRESS_ENTER         EQU             1726t
  582. MSG_SYSINIT_CANT_GET_CACHE              EQU             1727t
  583. MSG_SYSINIT_CANT_INIT_CACHE             EQU             1728t
  584. MSG_SYSINIT_VIO_CP              EQU             1729t
  585. MSG_SYSINIT_KBD_CP              EQU             1730t
  586. MSG_SYSINIT_SCFILE_INVAL                EQU             1733t
  587. MSG_SYSINIT_CP_ASSUME           EQU             1735t
  588. MSG_SYSINIT_CP_FATAL            EQU             1737t
  589. MSG_SYSINIT_NOT_INIT_NMI                EQU             1738t
  590. MSG_VCOM_DEVICE_IN_USE          EQU             1798t
  591. MSG_VLPT_DEVICE_BUSY            EQU             1799t
  592. MSG_ASYNC_BAD_ARBT              EQU             1903t
  593. MSG_INTERNAL_ERROR              EQU             1915t
  594. MSG_USER_ERROR          EQU             1916t
  595. MSG_SYSINIT_UEXEC_FAIL          EQU             1919t
  596. MSG_PAGE_FAULT          EQU             1923t
  597. MSG_INTERRUPTS_DISABLED         EQU             1924t
  598. MSG_SYSINIT_SEXEC_FAIL          EQU             1925t
  599. MSG_GEN_PROT_FAULT              EQU             1926t
  600. MSG_CHANGE_INT_VECTOR           EQU             1927t
  601. MSG_NOMEM_FOR_RELOAD            EQU             1928t
  602. MSG_STACK_OVERFLOW              EQU             1929t
  603. MSG_TRAP0               EQU             1930t
  604. MSG_TRAP1               EQU             1931t
  605. MSG_TRAP2               EQU             1932t
  606. MSG_TRAP3               EQU             1933t
  607. MSG_TRAP4               EQU             1934t
  608. MSG_TRAP5               EQU             1935t
  609. MSG_TRAP6               EQU             1936t
  610. MSG_TRAP7               EQU             1937t
  611. MSG_TRAP8               EQU             1938t
  612. MSG_TRAP9               EQU             1939t
  613. MSG_TRAPA               EQU             1940t
  614. MSG_TRAPB               EQU             1941t
  615. MSG_TRAPC               EQU             1942t
  616. MSG_TRAPD               EQU             1943t
  617. MSG_NMI         EQU             1944t
  618. MSG_NMI_EXC1            EQU             1945t
  619. MSG_NM12_EXC2           EQU             1946t
  620. MSG_NMI2_EXC3           EQU             1947t
  621. MSG_NMI2_EXC4           EQU             1948t
  622. MSG_TRAPE               EQU             1949t
  623. MSG_NPXIEMSG            EQU             1950t
  624. MSG_NPXDEMSG            EQU             1951t
  625. MSG_NPXZEMSG            EQU             1952t
  626. MSG_NPXOEMSG            EQU             1953t
  627. MSG_NPXUEMSG            EQU             1954t
  628. MSG_NPXPEMSG            EQU             1955t
  629. MSG_NPXINSTEMSG         EQU             1956t
  630. MSG_NPXBADSW            EQU             1957t
  631. MSG_PAGEMGR_TRAP02_MEM_REC              EQU             1958t
  632. MSG_PAGEMGR_TRAP02_APP_TERM             EQU             1959t
  633. MSG_SYSINIT_BOOT_ERROR          EQU             2025t
  634. MSG_SYSINIT_BIO_NOT_FD          EQU             2026t
  635. MSG_SYSINIT_INSER_DK            EQU             2027t
  636. MSG_SYSINIT_DOS_NOT_FD          EQU             2028t
  637. MSG_SYSINIT_DOS_NOT_VAL         EQU             2029t
  638. MSG_SYSINIT_MORE_MEM            EQU             2030t
  639. MSG_SYSINIT_DOS_TOO_BIG         EQU             2063t
  640. MSG_SYSINIT_DOS_NO_MEM          EQU             2064t
  641. MSG_SYSINIT_SYS_STOPPED         EQU             2065t
  642. MSG_SYSINIT_DOS_STOPPED         EQU             2066t
  643. MSG_SYSINIT_SDRVR_INVAL         EQU             2067t
  644. MSG_SYSINIT_MSG_LOST            EQU             2068t
  645. MSG_SYSINIT_UCFILE_INVAL                EQU             2069t
  646. MSG_DEMAND_LOAD_FAILED          EQU             2070t
  647. MSG_CDFS_BAD_OS_VERSION         EQU             3100t
  648. MSG_CDFS_DEB_STAT_SIGNON                EQU             3101t
  649. MSG_CDFS_DEB_SIGNON             EQU             3102t
  650. MSG_CDFS_STAT_SIGNON            EQU             3103t
  651. MSG_CDFS_SIGNON         EQU             3104t
  652. MSG_CDFS_UNKNOWN_ERR_CODE               EQU             3105t
  653. MSG_CDFS_BAD_PARM               EQU             3106t
  654. MSG_CDFS_MIN_SECTORS            EQU             3107t
  655. MSG_CDFS_DEBUG          EQU             3108t
  656. MSG_CDFS_MAX_SECTORS            EQU             3109t
  657. MSG_CDFS_MIN_FILE_SECT          EQU             3110t
  658. MSG_CDFS_MAX_FILE_SECT          EQU             3111t
  659. MSG_CDFS_PRIMARY_VD             EQU             3112t
  660. MSG_CDFS_SECONDARY_VD           EQU             3113t
  661. MSG_CDFS_SECTOR_CACHE           EQU             3114t
  662. MSG_CDFS_SECTORS_READ           EQU             3115t
  663. MSG_CDFS_INIT_FAIL              EQU             3116t
  664. MSG_CDFS_MEM_INIT_FAIL          EQU             3117t
  665. MSG_CDFS_PARTIAL_MEM_FAIL               EQU             3118t
  666. MSG_CDFS_NO_INFOSEG             EQU             3119t
  667. MSG_SYSINIT_DISPLAY_MISMATCH            EQU             3135t
  668. MSG_EISA_NMI_SOFTWARE           EQU             3140t
  669. MSG_EISA_NMI_BUS                EQU             3141t
  670. MSG_EISA_NMI_FAILSAFE           EQU             3142t
  671. MSG_EISA_NMI_IOCHK              EQU             3143t
  672. MSG_EISA_NMI_PARITY             EQU             3144t
  673. MSG_BAD_COMMAND_COM             EQU             3145t
  674. MSG_SYSINIT_LDR_MSG_NOT_FD              EQU             3146t
  675. MSG_SYSINIT_LDR_MSG_NOT_VAL             EQU             3147t
  676. MSG_NOT_80386_CPU               EQU             3161t
  677. MSG_80_STEPPING         EQU             3162t
  678. MSG_32BIT_MULTIPLY              EQU             3163t
  679. MSG_XCPT_USER           EQU             3170t
  680. MSG_XCPT_STACK_OVERRUN          EQU             3171t
  681. MSG_XCPT_CANNOT_DISPATCH                EQU             3172t
  682. MSG_XCPT_BREAKPOINT             EQU             3173t
  683. MSG_XCPT_SINGLE_STEP            EQU             3174t
  684. MSG_XCPT_ACCESS_VIOLATION               EQU             3175t
  685. MSG_XCPT_ILLEGAL_INSTRUCTION            EQU             3176t
  686. MSG_XCPT_FLOAT_DENORMAL_OPERAND         EQU             3177t
  687. MSG_XCPT_FLOAT_DIVIDE_BY_ZERO           EQU             3178t
  688. MSG_XCPT_FLOAT_INEXACT_RESULT           EQU             3179t
  689. MSG_XCPT_FLOAT_INVALID_OPERATIO         EQU             3180t
  690. MSG_XCPT_FLOAT_OVERFLOW         EQU             3181t
  691. MSG_XCPT_FLOAT_STACK_CHECK              EQU             3182t
  692. MSG_XCPT_FLOAT_UNDERFLOW                EQU             3183t
  693. MSG_XCPT_INTEGER_DIVIDE_BY_ZERO         EQU             3184t
  694. MSG_XCPT_INTEGER_OVERFLOW               EQU             3185t
  695. MSG_XCPT_PRIVILEGED_INSTRUCTION         EQU             3186t
  696. MSG_XCPT_IN_PAGE_ERROR          EQU             3187t
  697. MSG_XCPT_NONCONTINUABLE_EXCEPTI         EQU             3188t
  698. MSG_XCPT_INVALID_DISPOSITION            EQU             3189t
  699. MSG_XCPT_INVALID_LOCK_SEQUENCE          EQU             3190t
  700. MSG_XCPT_ARRAY_BOUNDS_EXCEEDED          EQU             3191t
  701. MSG_XCPT_B1NPX_ERRATA_02                EQU             3192t
  702. MSG_HARDWARE_CONFIGURATION              EQU             3332t
  703. ; End of file basemid.h
  704.