home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / watcoapi.zip / incl32 / bseerr.h < prev    next >
C/C++ Source or Header  |  2002-09-30  |  18KB  |  427 lines

  1. /*
  2.     OS/2 Base errors include file for 32-bit development.
  3. */
  4.  
  5.  
  6. #ifdef INCL_DOSERRORS
  7.  
  8. #define NO_ERROR                        0
  9. #define ERROR_INVALID_FUNCTION          1
  10. #define ERROR_FILE_NOT_FOUND            2
  11. #define ERROR_PATH_NOT_FOUND            3
  12. #define ERROR_TOO_MANY_OPEN_FILES       4
  13. #define ERROR_ACCESS_DENIED             5
  14. #define ERROR_INVALID_HANDLE            6
  15. #define ERROR_ARENA_TRASHED             7
  16. #define ERROR_NOT_ENOUGH_MEMORY         8
  17. #define ERROR_INVALID_BLOCK             9
  18. #define ERROR_BAD_ENVIRONMENT           10
  19. #define ERROR_BAD_FORMAT                11
  20. #define ERROR_INVALID_ACCESS            12
  21. #define ERROR_INVALID_DATA              13
  22.  
  23. #define ERROR_INVALID_DRIVE             15
  24. #define ERROR_CURRENT_DIRECTORY         16
  25. #define ERROR_NOT_SAME_DEVICE           17
  26. #define ERROR_NO_MORE_FILES             18
  27. #define ERROR_WRITE_PROTECT             19
  28. #define ERROR_BAD_UNIT                  20
  29. #define ERROR_I24_DEVICE_IN_USE         20
  30. #define ERROR_NOT_READY                 21
  31. #define ERROR_BAD_COMMAND               22
  32. #define ERROR_CRC                       23
  33. #define ERROR_BAD_LENGTH                24
  34. #define ERROR_SEEK                      25
  35. #define ERROR_NOT_DOS_DISK              26
  36. #define ERROR_SECTOR_NOT_FOUND          27
  37. #define ERROR_OUT_OF_PAPER              28
  38. #define ERROR_WRITE_FAULT               29
  39. #define ERROR_READ_FAULT                30
  40. #define ERROR_GEN_FAILURE               31
  41. #define ERROR_SHARING_VIOLATION         32
  42. #define ERROR_LOCK_VIOLATION            33
  43. #define ERROR_WRONG_DISK                34
  44. #define ERROR_FCB_UNAVAILABLE           35
  45. #define ERROR_SHARING_BUFFER_EXCEEDED   36
  46.  
  47. #define ERROR_NOT_SUPPORTED             50
  48.  
  49. #define ERROR_NETWORK_ACCESS_DENIED     65
  50.  
  51. #define ERROR_FILE_EXISTS               80
  52. #define ERROR_DUP_FCB                   81
  53. #define ERROR_CANNOT_MAKE               82
  54. #define ERROR_FAIL_I24                  83
  55. #define ERROR_OUT_OF_STRUCTURES         84
  56. #define ERROR_ALREADY_ASSIGNED          85
  57. #define ERROR_INVALID_PASSWORD          86
  58. #define ERROR_INVALID_PARAMETER         87
  59. #define ERROR_NET_WRITE_FAULT           88
  60. #define ERROR_NO_PROC_SLOTS             89
  61. #define ERROR_NOT_FROZEN                90
  62. #define ERR_TSTOVFL                     91
  63. #define ERR_TSTDUP                      92
  64. #define ERROR_NO_ITEMS                  93
  65.  
  66. #define ERROR_INTERRUPT                 95
  67.  
  68. #define ERROR_DEVICE_IN_USE             99
  69. #define ERROR_TOO_MANY_SEMAPHORES       100
  70. #define ERROR_EXCL_SEM_ALREADY_OWNED    101
  71. #define ERROR_SEM_IS_SET                102
  72. #define ERROR_TOO_MANY_SEM_REQUESTS     103
  73. #define ERROR_INVALID_AT_INTERRUPT_TIME 104
  74. #define ERROR_SEM_OWNER_DIED            105
  75. #define ERROR_SEM_USER_LIMIT            106
  76. #define ERROR_DISK_CHANGE               107
  77. #define ERROR_DRIVE_LOCKED              108
  78. #define ERROR_BROKEN_PIPE               109
  79. #define ERROR_OPEN_FAILED               110
  80. #define ERROR_BUFFER_OVERFLOW           111
  81. #define ERROR_DISK_FULL                 112
  82. #define ERROR_NO_MORE_SEARCH_HANDLES    113
  83. #define ERROR_INVALID_TARGET_HANDLE     114
  84. #define ERROR_PROTECTION_VIOLATION      115
  85. #define ERROR_VIOKBD_REQUEST            116
  86. #define ERROR_INVALID_CATEGORY          117
  87. #define ERROR_INVALID_VERIFY_SWITCH     118
  88. #define ERROR_BAD_DRIVER_LEVEL          119
  89. #define ERROR_CALL_NOT_IMPLEMENTED      120
  90. #define ERROR_SEM_TIMEOUT               121
  91. #define ERROR_INSUFFICIENT_BUFFER       122
  92. #define ERROR_INVALID_NAME              123
  93. #define ERROR_INVALID_LEVEL             124
  94. #define ERROR_NO_VOLUME_LABEL           125
  95. #define ERROR_MOD_NOT_FOUND             126
  96. #define ERROR_PROC_NOT_FOUND            127
  97. #define ERROR_WAIT_NO_CHILDREN          128
  98. #define ERROR_CHILD_NOT_COMPLETE        129
  99. #define ERROR_DIRECT_ACCESS_HANDLE      130
  100. #define ERROR_NEGATIVE_SEEK             131
  101. #define ERROR_SEEK_ON_DEVICE            132
  102. #define ERROR_IS_JOIN_TARGET            133
  103. #define ERROR_IS_JOINED                 134
  104. #define ERROR_IS_SUBSTED                135
  105. #define ERROR_NOT_JOINED                136
  106. #define ERROR_NOT_SUBSTED               137
  107. #define ERROR_JOIN_TO_JOIN              138
  108. #define ERROR_SUBST_TO_SUBST            139
  109. #define ERROR_JOIN_TO_SUBST             140
  110. #define ERROR_SUBST_TO_JOIN             141
  111. #define ERROR_BUSY_DRIVE                142
  112. #define ERROR_SAME_DRIVE                143
  113. #define ERROR_DIR_NOT_ROOT              144
  114. #define ERROR_DIR_NOT_EMPTY             145
  115. #define ERROR_IS_SUBST_PATH             146
  116. #define ERROR_IS_JOIN_PATH              147
  117. #define ERROR_PATH_BUSY                 148
  118. #define ERROR_IS_SUBST_TARGET           149
  119. #define ERROR_SYSTEM_TRACE              150
  120. #define ERROR_INVALID_EVENT_COUNT       151
  121. #define ERROR_TOO_MANY_MUXWAITERS       152
  122. #define ERROR_INVALID_LIST_FORMAT       153
  123. #define ERROR_LABEL_TOO_LONG            154
  124. #define ERROR_TOO_MANY_TCBS             155
  125. #define ERROR_SIGNAL_REFUSED            156
  126. #define ERROR_DISCARDED                 157
  127. #define ERROR_NOT_LOCKED                158
  128. #define ERROR_BAD_THREADID_ADDR         159
  129. #define ERROR_BAD_ARGUMENTS             160
  130. #define ERROR_BAD_PATHNAME              161
  131. #define ERROR_SIGNAL_PENDING            162
  132. #define ERROR_UNCERTAIN_MEDIA           163
  133. #define ERROR_MAX_THRDS_REACHED         164
  134. #define ERROR_MONITORS_NOT_SUPPORTED    165
  135. #define ERROR_UNC_DRIVER_NOT_INSTALLED  166
  136. #define ERROR_LOCK_FAILED               167
  137. #define ERROR_SWAPIO_FAILED             168
  138. #define ERROR_SWAPIN_FAILED             169
  139. #define ERROR_BUSY                      170
  140. #define ERROR_INVALID_SEGMENT_NUMBER    180
  141. #define ERROR_INVALID_CALLGATE          181
  142. #define ERROR_INVALID_ORDINAL           182
  143. #define ERROR_ALREADY_EXISTS            183
  144. #define ERROR_NO_CHILD_PROCESS          184
  145. #define ERROR_CHILD_ALIVE_NOWAIT        185
  146. #define ERROR_INVALID_FLAG_NUMBER       186
  147. #define ERROR_SEM_NOT_FOUND             187
  148. #define ERROR_INVALID_STARTING_CODESEG  188
  149. #define ERROR_INVALID_STACKSEG          189
  150. #define ERROR_INVALID_MODULETYPE        190
  151. #define ERROR_INVALID_EXE_SIGNATURE     191
  152. #define ERROR_EXE_MARKED_INVALID        192
  153. #define ERROR_BAD_EXE_FORMAT            193
  154. #define ERROR_ITERATED_DATA_EXCEEDS_64K 194
  155. #define ERROR_INVALID_MINALLOCSIZE      195
  156. #define ERROR_DYNLINK_FROM_INVALID_RING 196
  157. #define ERROR_IOPL_NOT_ENABLED          197
  158. #define ERROR_INVALID_SEGDPL            198
  159. #define ERROR_AUTODATASEG_EXCEEDS_64k   199
  160. #define ERROR_RING2SEG_MUST_BE_MOVABLE  200
  161. #define ERROR_RELOC_CHAIN_XEEDS_SEGLIM  201
  162. #define ERROR_INFLOOP_IN_RELOC_CHAIN    202
  163. #define ERROR_ENVVAR_NOT_FOUND          203
  164. #define ERROR_NOT_CURRENT_CTRY          204
  165. #define ERROR_NO_SIGNAL_SENT            205
  166. #define ERROR_FILENAME_EXCED_RANGE      206
  167. #define ERROR_RING2_STACK_IN_USE        207
  168. #define ERROR_META_EXPANSION_TOO_LONG   208
  169. #define ERROR_INVALID_SIGNAL_NUMBER     209
  170. #define ERROR_THREAD_1_INACTIVE         210
  171. #define ERROR_INFO_NOT_AVAIL            211
  172. #define ERROR_LOCKED                    212
  173. #define ERROR_BAD_DYNALINK              213
  174. #define ERROR_TOO_MANY_MODULES          214
  175. #define ERROR_NESTING_NOT_ALLOWED       215
  176. #define ERROR_CANNOT_SHRINK             216
  177. #define ERROR_ZOMBIE_PROCESS            217
  178. #define ERROR_STACK_IN_HIGH_MEMORY      218
  179. #define ERROR_INVALID_EXITROUTINE_RING  219
  180. #define ERROR_GETBUF_FAILED             220
  181. #define ERROR_FLUSHBUF_FAILED           221
  182. #define ERROR_TRANSFER_TOO_LONG         222
  183.  
  184. #define ERROR_NO_CHILDREN               228
  185. #define ERROR_INVALID_SCREEN_GROUP      229
  186. #define ERROR_BAD_PIPE                  230
  187. #define ERROR_PIPE_BUSY                 231
  188. #define ERROR_NO_DATA                   232
  189. #define ERROR_PIPE_NOT_CONNECTED        233
  190. #define ERROR_MORE_DATA                 234
  191.  
  192. #define ERROR_VC_DISCONNECTED           240
  193.  
  194. #define ERROR_CIRCULARITY_REQUESTED     250
  195. #define ERROR_DIRECTORY_IN_CDS          251
  196. #define ERROR_INVALID_FSD_NAME          252
  197. #define ERROR_INVALID_PATH              253
  198. #define ERROR_INVALID_EA_NAME           254
  199. #define ERROR_EA_LIST_INCONSISTENT      255
  200. #define ERROR_EA_LIST_TOO_LONG          256
  201. #define ERROR_NO_META_MATCH             257
  202. #define ERROR_FINDNOTIFY_TIMEOUT        258
  203. #define ERROR_NO_MORE_ITEMS             259
  204. #define ERROR_SEARCH_STRUC_REUSED       260
  205. #define ERROR_CHAR_NOT_FOUND            261
  206. #define ERROR_TOO_MUCH_STACK            262
  207. #define ERROR_INVALID_ATTR              263
  208. #define ERROR_INVALID_STARTING_RING     264
  209. #define ERROR_INVALID_DLL_INIT_RING     265
  210. #define ERROR_CANNOT_COPY               266
  211. #define ERROR_DIRECTORY                 267
  212. #define ERROR_OPLOCKED_FILE             268
  213. #define ERROR_OPLOCK_THREAD_EXISTS      269
  214. #define ERROR_VOLUME_CHANGED            270
  215.  
  216. #define ERROR_ALREADY_SHUTDOWN          274
  217. #define ERROR_EAS_DIDNT_FIT             275
  218. #define ERROR_INVALID_PROCID            303
  219. #define ERROR_INVALID_PDELTA            304
  220. #define ERROR_NOT_DESCENDANT            305
  221. #define ERROR_NOT_SESSION_MANAGER       306
  222. #define ERROR_INVALID_PCLASS            307
  223. #define ERROR_INVALID_SCOPE             308
  224. #define ERROR_INVALID_THREADID          309
  225. #define ERROR_DOSSUB_SHRINK             310
  226. #define ERROR_DOSSUB_NOMEM              311
  227. #define ERROR_DOSSUB_OVERLAP            312
  228. #define ERROR_DOSSUB_BADSIZE            313
  229. #define ERROR_DOSSUB_BADFLAG            314
  230. #define ERROR_DOSSUB_BADSELECTOR        315
  231. #define ERROR_MR_MSG_TOO_LONG           316
  232. #define ERROR_MR_MID_NOT_FOUND          317
  233. #define ERROR_MR_UN_ACC_MSGF            318
  234. #define ERROR_MR_INV_MSGF_FORMAT        319
  235. #define ERROR_MR_INV_IVCOUNT            320
  236. #define ERROR_MR_UN_PERFORM             321
  237. #define ERROR_TS_WAKEUP                 322
  238. #define ERROR_TS_SEMHANDLE              323
  239. #define ERROR_TS_NOTIMER                324
  240. #define ERROR_TS_HANDLE                 326
  241. #define ERROR_TS_DATETIME               327
  242. #define ERROR_SYS_INTERNAL              328
  243. #define ERROR_QUE_CURRENT_NAME          329
  244. #define ERROR_QUE_PROC_NOT_OWNED        330
  245. #define ERROR_QUE_PROC_OWNED            331
  246. #define ERROR_QUE_DUPLICATE             332
  247. #define ERROR_QUE_ELEMENT_NOT_EXIST     333
  248. #define ERROR_QUE_NO_MEMORY             334
  249. #define ERROR_QUE_INVALID_NAME          335
  250. #define ERROR_QUE_INVALID_PRIORITY      336
  251. #define ERROR_QUE_INVALID_HANDLE        337
  252. #define ERROR_QUE_LINK_NOT_FOUND        338
  253. #define ERROR_QUE_MEMORY_ERROR          339
  254. #define ERROR_QUE_PREV_AT_END           340
  255. #define ERROR_QUE_PROC_NO_ACCESS        341
  256. #define ERROR_QUE_EMPTY                 342
  257. #define ERROR_QUE_NAME_NOT_EXIST        343
  258. #define ERROR_QUE_NOT_INITIALIZED       344
  259. #define ERROR_QUE_UNABLE_TO_ACCESS      345
  260. #define ERROR_QUE_UNABLE_TO_ADD         346
  261. #define ERROR_QUE_UNABLE_TO_INIT        347
  262. #define ERROR_VIO_INVALID_MASK          349
  263. #define ERROR_VIO_PTR                   350
  264. #define ERROR_VIO_APTR                  351
  265. #define ERROR_VIO_RPTR                  352
  266. #define ERROR_VIO_CPTR                  353
  267. #define ERROR_VIO_LPTR                  354
  268. #define ERROR_VIO_MODE                  355
  269. #define ERROR_VIO_WIDTH                 356
  270. #define ERROR_VIO_ATTR                  357
  271. #define ERROR_VIO_ROW                   358
  272. #define ERROR_VIO_COL                   359
  273. #define ERROR_VIO_TOPROW                360
  274. #define ERROR_VIO_BOTROW                361
  275. #define ERROR_VIO_RIGHTCOL              362
  276. #define ERROR_VIO_LEFTCOL               363
  277. #define ERROR_SCS_CALL                  364
  278. #define ERROR_SCS_VALUE                 365
  279. #define ERROR_VIO_WAIT_FLAG             366
  280. #define ERROR_VIO_UNLOCK                367
  281. #define ERROR_SGS_NOT_SESSION_MGR       368
  282. #define ERROR_SMG_INVALID_SGID          369
  283. #define ERROR_SMG_INVALID_SESSION_ID    369
  284. #define ERROR_SMG_NOSG                  370
  285. #define ERROR_SMG_NO_SESSIONS           370
  286. #define ERROR_SMG_GRP_NOT_FOUND         371
  287. #define ERROR_SMG_SESSION_NOT_FOUND     371
  288. #define ERROR_SMG_SET_TITLE             372
  289. #define ERROR_KBD_PARAMETER             373
  290. #define ERROR_KBD_NO_DEVICE             374
  291. #define ERROR_KBD_INVALID_IOWAIT        375
  292. #define ERROR_KBD_INVALID_LENGTH        376
  293. #define ERROR_KBD_INVALID_ECHO_MASK     377
  294. #define ERROR_KBD_INVALID_INPUT_MASK    378
  295. #define ERROR_MON_INVALID_PARMS         379
  296. #define ERROR_MON_INVALID_DEVNAME       380
  297. #define ERROR_MON_INVALID_HANDLE        381
  298. #define ERROR_MON_BUFFER_TOO_SMALL      382
  299. #define ERROR_MON_BUFFER_EMPTY          383
  300. #define ERROR_MON_DATA_TOO_LARGE        384
  301. #define ERROR_MOUSE_NO_DEVICE           385
  302. #define ERROR_MOUSE_INV_HANDLE          386
  303. #define ERROR_MOUSE_INV_PARMS           387
  304. #define ERROR_MOUSE_CANT_RESET          388
  305. #define ERROR_MOUSE_DISPLAY_PARMS       389
  306. #define ERROR_MOUSE_INV_MODULE          390
  307. #define ERROR_MOUSE_INV_ENTRY_PT        391
  308. #define ERROR_MOUSE_INV_MASK            392
  309. #define NO_ERROR_MOUSE_NO_DATA          393
  310. #define NO_ERROR_MOUSE_PTR_DRAWN        394
  311. #define ERROR_INVALID_FREQUENCY         395
  312. #define ERROR_NLS_NO_COUNTRY_FILE       396
  313. #define ERROR_NLS_OPEN_FAILED           397
  314. #define ERROR_NLS_NO_CTRY_CODE          398
  315. #define ERROR_NO_COUNTRY_OR_CODEPAGE    398
  316. #define ERROR_NO_COUNTRY_OR_CODEPAGE    398
  317. #define ERROR_NLS_TABLE_TRUNCATED       399
  318. #define ERROR_NLS_BAD_TYPE              400
  319. #define ERROR_NLS_TYPE_NOT_FOUND        401
  320. #define ERROR_VIO_SMG_ONLY              402
  321. #define ERROR_VIO_INVALID_ASCIIZ        403
  322. #define ERROR_VIO_DEREGISTER            404
  323. #define ERROR_VIO_NO_POPUP              405
  324. #define ERROR_VIO_EXISTING_POPUP        406
  325. #define ERROR_KBD_SMG_ONLY              407
  326. #define ERROR_KBD_INVALID_ASCIIZ        408
  327. #define ERROR_KBD_INVALID_MASK          409
  328. #define ERROR_KBD_REGISTER              410
  329. #define ERROR_KBD_DEREGISTER            411
  330. #define ERROR_MOUSE_SMG_ONLY            412
  331. #define ERROR_MOUSE_INVALID_ASCIIZ      413
  332. #define ERROR_MOUSE_INVALID_MASK        414
  333. #define ERROR_MOUSE_REGISTER            415
  334. #define ERROR_MOUSE_DEREGISTER          416
  335. #define ERROR_SMG_BAD_ACTION            417
  336. #define ERROR_SMG_INVALID_CALL          418
  337. #define ERROR_SCS_SG_NOTFOUND           419
  338. #define ERROR_SCS_NOT_SHELL             420
  339. #define ERROR_VIO_INVALID_PARMS         421
  340. #define ERROR_VIO_FUNCTION_OWNED        422
  341. #define ERROR_VIO_RETURN                423
  342. #define ERROR_SCS_INVALID_FUNCTION      424
  343. #define ERROR_SCS_NOT_SESSION_MGR       425
  344. #define ERROR_VIO_REGISTER              426
  345. #define ERROR_VIO_NO_MODE_THREAD        427
  346. #define ERROR_VIO_NO_SAVE_RESTORE_THD   428
  347. #define ERROR_VIO_IN_BG                 429
  348. #define ERROR_VIO_ILLEGAL_DURING_POPUP  430
  349. #define ERROR_SMG_NOT_BASESHELL         431
  350. #define ERROR_SMG_BAD_STATUSREQ         432
  351. #define ERROR_QUE_INVALID_WAIT          433
  352. #define ERROR_VIO_LOCK                  434
  353. #define ERROR_MOUSE_INVALID_IOWAIT      435
  354. #define ERROR_VIO_INVALID_HANDLE        436
  355. #define ERROR_VIO_ILLEGAL_DURING_LOCK   437
  356. #define ERROR_VIO_INVALID_LENGTH        438
  357. #define ERROR_KBD_INVALID_HANDLE        439
  358. #define ERROR_KBD_NO_MORE_HANDLE        440
  359. #define ERROR_KBD_CANNOT_CREATE_KCB     441
  360. #define ERROR_KBD_CODEPAGE_LOAD_INCOMPL 442
  361. #define ERROR_KBD_INVALID_CODEPAGE_ID   443
  362. #define ERROR_KBD_NO_CODEPAGE_SUPPORT   444
  363. #define ERROR_KBD_FOCUS_REQUIRED        445
  364. #define ERROR_KBD_FOCUS_ALREADY_ACTIVE  446
  365. #define ERROR_KBD_KEYBOARD_BUSY         447
  366. #define ERROR_KBD_INVALID_CODEPAGE      448
  367. #define ERROR_KBD_UNABLE_TO_FOCUS       449
  368. #define ERROR_SMG_SESSION_NON_SELECT    450
  369. #define ERROR_SMG_SESSION_NOT_FOREGRND  451
  370. #define ERROR_SMG_SESSION_NOT_PARENT    452
  371. #define ERROR_SMG_INVALID_START_MODE    453
  372. #define ERROR_SMG_INVALID_RELATED_OPT   454
  373. #define ERROR_SMG_INVALID_BOND_OPTION   455
  374. #define ERROR_SMG_INVALID_SELECT_OPT    456
  375. #define ERROR_SMG_START_IN_BACKGROUND   457
  376. #define ERROR_SMG_INVALID_STOP_OPTION   458
  377. #define ERROR_SMG_BAD_RESERVE           459
  378. #define ERROR_SMG_PROCESS_NOT_PARENT    460
  379. #define ERROR_SMG_INVALID_DATA_LENGTH   461
  380. #define ERROR_SMG_NOT_BOUND             462
  381. #define ERROR_SMG_RETRY_SUB_ALLOC       463
  382. #define ERROR_KBD_DETACHED              464
  383. #define ERROR_VIO_DETACHED              465
  384. #define ERROR_MOU_DETACHED              466
  385. #define ERROR_VIO_FONT                  467
  386. #define ERROR_VIO_USER_FONT             468
  387. #define ERROR_VIO_BAD_CP                469
  388. #define ERROR_VIO_NO_CP                 470
  389. #define ERROR_VIO_NA_CP                 471
  390. #define ERROR_INVALID_CODE_PAGE         472
  391. #define ERROR_CPLIST_TOO_SMALL          473
  392. #define ERROR_CP_NOT_MOVED              474
  393. #define ERROR_MODE_SWITCH_INIT          475
  394. #define ERROR_CODE_PAGE_NOT_FOUND       476
  395. #define ERROR_UNEXPECTED_SLOT_RETURNED  477
  396. #define ERROR_SMG_INVALID_TRACE_OPTION  478
  397. #define ERROR_VIO_INTERNAL_RESOURCE     479
  398. #define ERROR_VIO_SHELL_INIT            480
  399. #define ERROR_SMG_NO_HARD_ERRORS        481
  400. #define ERROR_CP_SWITCH_INCOMPLETE      482
  401. #define ERROR_VIO_TRANSPARENT_POPUP     483
  402. #define ERROR_CRITSEC_OVERFLOW          484
  403. #define ERROR_CRITSEC_UNDERFLOW         485
  404. #define ERROR_VIO_BAD_RESERVE           486
  405. #define ERROR_INVALID_ADDRESS           487
  406. #define ERROR_ZERO_SELECTORS_REQUESTED  488
  407. #define ERROR_NOT_ENOUGH_SELECTORS_AVA  489
  408. #define ERROR_INVALID_SELECTOR          490
  409. #define ERROR_SMG_INVALID_PROGRAM_TYPE  491
  410. #define ERROR_SMG_INVALID_PGM_CONTROL   492
  411. #define ERROR_SMG_INVALID_INHERIT_OPT   493
  412. #define ERROR_VIO_EXTENDED_SG           494
  413. #define ERROR_VIO_NOT_PRES_MGR_SG       495
  414. #define ERROR_VIO_SHIELD_OWNED          496
  415. #define ERROR_VIO_NO_MORE_HANDLES       497
  416. #define ERROR_VIO_SEE_ERROR_LOG         498
  417. #define ERROR_VIO_ASSOCIATED_DC         499
  418. #define ERROR_KBD_NO_CONSOLE            500
  419. #define ERROR_MOUSE_NO_CONSOLE          501
  420. #define ERROR_MOUSE_INVALID_HANDLE      502
  421. #define ERROR_SMG_INVALID_DEBUG_PARMS   503
  422. #define ERROR_KBD_EXTENDED_SG           504
  423. #define ERROR_MOU_EXTENDED_SG           505
  424. #define ERROR_SMG_INVALID_ICON_FILE     506
  425.  
  426. #endif
  427.