Annotation of os2sdk/include/bseerr.h, revision 1.1

1.1     ! root        1: /****************************** Module Header ******************************\
        !             2: *
        !             3: * Module Name: BSEERR.H
        !             4: *
        !             5: * This file includes the error codes for Base OS/2 applications.
        !             6: *
        !             7: * This file is compatible with OS/2 version 1.0.
        !             8: *
        !             9: * Copyright (c) 1988  Microsoft Corporation
        !            10: * Copyright (c) 1988  IBM Corporation
        !            11: *
        !            12: * ===========================================================================
        !            13: *
        !            14: * The following symbols are used in this file for conditional sections.
        !            15: *
        !            16: *   INCL_DOSERRORS -  OS/2 Errors         - only included if symbol defined
        !            17: *
        !            18: \***************************************************************************/
        !            19: /*** Error codes */
        !            20: 
        !            21: #ifdef INCL_ERRORS
        !            22: 
        !            23: #define INCL_DOSERRORS
        !            24: 
        !            25: #endif /* INCL_ERRORS */
        !            26: 
        !            27: #ifdef INCL_DOSERRORS
        !            28: 
        !            29: #define NO_ERROR                        0
        !            30: 
        !            31: #define ERROR_INVALID_FUNCTION          1
        !            32: #define ERROR_FILE_NOT_FOUND            2
        !            33: #define ERROR_PATH_NOT_FOUND            3
        !            34: #define ERROR_TOO_MANY_OPEN_FILES       4
        !            35: #define ERROR_ACCESS_DENIED             5
        !            36: #define ERROR_INVALID_HANDLE            6
        !            37: #define ERROR_ARENA_TRASHED             7
        !            38: #define ERROR_NOT_ENOUGH_MEMORY         8
        !            39: #define ERROR_INVALID_BLOCK             9
        !            40: #define ERROR_BAD_ENVIRONMENT           10
        !            41: #define ERROR_BAD_FORMAT                11
        !            42: #define ERROR_INVALID_ACCESS            12
        !            43: #define ERROR_INVALID_DATA              13
        !            44: 
        !            45: #define ERROR_INVALID_DRIVE             15
        !            46: #define ERROR_CURRENT_DIRECTORY         16
        !            47: #define ERROR_NOT_SAME_DEVICE           17
        !            48: #define ERROR_NO_MORE_FILES             18
        !            49: #define ERROR_WRITE_PROTECT             19
        !            50: #define ERROR_BAD_UNIT                  20
        !            51: #define ERROR_NOT_READY                 21
        !            52: #define ERROR_BAD_COMMAND               22
        !            53: #define ERROR_CRC                       23
        !            54: #define ERROR_BAD_LENGTH                24
        !            55: #define ERROR_SEEK                      25
        !            56: #define ERROR_NOT_DOS_DISK              26
        !            57: #define ERROR_SECTOR_NOT_FOUND          27
        !            58: #define ERROR_OUT_OF_PAPER              28
        !            59: #define ERROR_WRITE_FAULT               29
        !            60: #define ERROR_READ_FAULT                30
        !            61: #define ERROR_GEN_FAILURE               31
        !            62: #define ERROR_SHARING_VIOLATION         32
        !            63: #define ERROR_LOCK_VIOLATION            33
        !            64: #define ERROR_WRONG_DISK                34
        !            65: #define ERROR_FCB_UNAVAILABLE           35
        !            66: #define ERROR_SHARING_BUFFER_EXCEEDED   36
        !            67: #define ERROR_NOT_SUPPORTED             50
        !            68: 
        !            69: #define ERROR_FILE_EXISTS               80
        !            70: #define ERROR_DUP_FCB                   81
        !            71: #define ERROR_CANNOT_MAKE               82
        !            72: #define ERROR_FAIL_I24                  83
        !            73: #define ERROR_OUT_OF_STRUCTURES         84
        !            74: #define ERROR_ALREADY_ASSIGNED          85
        !            75: #define ERROR_INVALID_PASSWORD          86
        !            76: #define ERROR_INVALID_PARAMETER         87
        !            77: #define ERROR_NET_WRITE_FAULT           88
        !            78: #define ERROR_NO_PROC_SLOTS             89
        !            79: #define ERROR_NOT_FROZEN                90
        !            80: #define ERR_TSTOVFL                     91
        !            81: #define ERR_TSTDUP                      92
        !            82: #define ERROR_NO_ITEMS                  93
        !            83: #define ERROR_INTERRUPT                 95
        !            84: #define ERROR_TOO_MANY_SEMAPHORES       100
        !            85: #define ERROR_EXCL_SEM_ALREADY_OWNED    101
        !            86: #define ERROR_SEM_IS_SET                102
        !            87: #define ERROR_TOO_MANY_SEM_REQUESTS     103
        !            88: #define ERROR_INVALID_AT_INTERRUPT_TIME 104
        !            89: #define ERROR_SEM_OWNER_DIED            105
        !            90: #define ERROR_SEM_USER_LIMIT            106
        !            91: #define ERROR_DISK_CHANGE               107
        !            92: #define ERROR_DRIVE_LOCKED              108
        !            93: #define ERROR_BROKEN_PIPE               109
        !            94: #define ERROR_OPEN_FAILED               110
        !            95: #define ERROR_BUFFER_OVERFLOW           111
        !            96: #define ERROR_DISK_FULL                 112
        !            97: #define ERROR_NO_MORE_SEARCH_HANDLES    113
        !            98: #define ERROR_INVALID_TARGET_HANDLE     114
        !            99: #define ERROR_PROTECTION_VIOLATION      115
        !           100: #define ERROR_VIOKBD_REQUEST            116
        !           101: #define ERROR_INVALID_CATEGORY          117
        !           102: #define ERROR_INVALID_VERIFY_SWITCH     118
        !           103: #define ERROR_BAD_DRIVER_LEVEL          119
        !           104: #define ERROR_CALL_NOT_IMPLEMENTED      120
        !           105: #define ERROR_SEM_TIMEOUT               121
        !           106: #define ERROR_INSUFFICIENT_BUFFER       122
        !           107: #define ERROR_INVALID_NAME              123
        !           108: #define ERROR_INVALID_LEVEL             124
        !           109: #define ERROR_NO_VOLUME_LABEL           125
        !           110: #define ERROR_MOD_NOT_FOUND             126
        !           111: #define ERROR_PROC_NOT_FOUND            127
        !           112: #define ERROR_WAIT_NO_CHILDREN          128
        !           113: #define ERROR_CHILD_NOT_COMPLETE        129
        !           114: #define ERROR_DIRECT_ACCESS_HANDLE      130
        !           115: #define ERROR_NEGATIVE_SEEK             131
        !           116: #define ERROR_SEEK_ON_DEVICE            132
        !           117: #define ERROR_IS_JOIN_TARGET            133
        !           118: #define ERROR_IS_JOINED                 134
        !           119: #define ERROR_IS_SUBSTED                135
        !           120: #define ERROR_NOT_JOINED                136
        !           121: #define ERROR_NOT_SUBSTED               137
        !           122: #define ERROR_JOIN_TO_JOIN              138
        !           123: #define ERROR_SUBST_TO_SUBST            139
        !           124: #define ERROR_JOIN_TO_SUBST             140
        !           125: #define ERROR_SUBST_TO_JOIN             141
        !           126: #define ERROR_BUSY_DRIVE                142
        !           127: #define ERROR_SAME_DRIVE                143
        !           128: #define ERROR_DIR_NOT_ROOT              144
        !           129: #define ERROR_DIR_NOT_EMPTY             145
        !           130: #define ERROR_IS_SUBST_PATH             146
        !           131: #define ERROR_IS_JOIN_PATH              147
        !           132: #define ERROR_PATH_BUSY                 148
        !           133: #define ERROR_IS_SUBST_TARGET           149
        !           134: #define ERROR_SYSTEM_TRACE              150
        !           135: #define ERROR_INVALID_EVENT_COUNT       151
        !           136: #define ERROR_TOO_MANY_MUXWAITERS       152
        !           137: #define ERROR_INVALID_LIST_FORMAT       153
        !           138: #define ERROR_LABEL_TOO_LONG            154
        !           139: #define ERROR_TOO_MANY_TCBS             155
        !           140: #define ERROR_SIGNAL_REFUSED            156
        !           141: #define ERROR_DISCARDED                 157
        !           142: #define ERROR_NOT_LOCKED                158
        !           143: #define ERROR_BAD_THREADID_ADDR         159
        !           144: #define ERROR_BAD_ARGUMENTS             160
        !           145: #define ERROR_BAD_PATHNAME              161
        !           146: #define ERROR_SIGNAL_PENDING            162
        !           147: #define ERROR_UNCERTAIN_MEDIA           163
        !           148: #define ERROR_MAX_THRDS_REACHED         164
        !           149: #define ERROR_MONITORS_NOT_SUPPORTED    165
        !           150: 
        !           151: #define ERROR_INVALID_SEGMENT_NUMBER    180
        !           152: #define ERROR_INVALID_CALLGATE          181
        !           153: #define ERROR_INVALID_ORDINAL           182
        !           154: #define ERROR_ALREADY_EXISTS            183
        !           155: #define ERROR_NO_CHILD_PROCESS          184
        !           156: #define ERROR_CHILD_ALIVE_NOWAIT        185
        !           157: #define ERROR_INVALID_FLAG_NUMBER       186
        !           158: #define ERROR_SEM_NOT_FOUND             187
        !           159: #define ERROR_INVALID_STARTING_CODESEG  188
        !           160: #define ERROR_INVALID_STACKSEG          189
        !           161: #define ERROR_INVALID_MODULETYPE        190
        !           162: #define ERROR_INVALID_EXE_SIGNATURE     191
        !           163: #define ERROR_EXE_MARKED_INVALID        192
        !           164: #define ERROR_BAD_EXE_FORMAT            193
        !           165: #define ERROR_ITERATED_DATA_EXCEEDS_64K 194
        !           166: #define ERROR_INVALID_MINALLOCSIZE      195
        !           167: #define ERROR_DYNLINK_FROM_INVALID_RING 196
        !           168: #define ERROR_IOPL_NOT_ENABLED          197
        !           169: #define ERROR_INVALID_SEGDPL            198
        !           170: #define ERROR_AUTODATASEG_EXCEEDS_64k   199
        !           171: #define ERROR_RING2SEG_MUST_BE_MOVABLE  200
        !           172: #define ERROR_RELOC_CHAIN_XEEDS_SEGLIM  201
        !           173: #define ERROR_INFLOOP_IN_RELOC_CHAIN    202
        !           174: #define ERROR_ENVVAR_NOT_FOUND          203
        !           175: #define ERROR_NOT_CURRENT_CTRY          204
        !           176: #define ERROR_NO_SIGNAL_SENT            205
        !           177: #define ERROR_FILENAME_EXCED_RANGE      206
        !           178: #define ERROR_RING2_STACK_IN_USE        207
        !           179: #define ERROR_META_EXPANSION_TOO_LONG   208
        !           180: #define ERROR_INVALID_SIGNAL_NUMBER     209
        !           181: #define ERROR_THREAD_1_INACTIVE         210
        !           182: #define ERROR_INFO_NOT_AVAIL            211
        !           183: #define ERROR_LOCKED                    212
        !           184: #define ERROR_BAD_DYNALINK              213
        !           185: #define ERROR_TOO_MANY_MODULES          214
        !           186: #define ERROR_NESTING_NOT_ALLOWED       215
        !           187: 
        !           188: #define ERROR_USER_DEFINED_BASE         0xF000
        !           189: 
        !           190: #define ERROR_I24_WRITE_PROTECT         0
        !           191: #define ERROR_I24_BAD_UNIT              1
        !           192: #define ERROR_I24_NOT_READY             2
        !           193: #define ERROR_I24_BAD_COMMAND           3
        !           194: #define ERROR_I24_CRC                   4
        !           195: #define ERROR_I24_BAD_LENGTH            5
        !           196: #define ERROR_I24_SEEK                  6
        !           197: #define ERROR_I24_NOT_DOS_DISK          7
        !           198: #define ERROR_I24_SECTOR_NOT_FOUND      8
        !           199: #define ERROR_I24_OUT_OF_PAPER          9
        !           200: #define ERROR_I24_WRITE_FAULT           10
        !           201: #define ERROR_I24_READ_FAULT            11
        !           202: #define ERROR_I24_GEN_FAILURE           12
        !           203: #define ERROR_I24_DISK_CHANGE           13
        !           204: #define ERROR_I24_WRONG_DISK            14
        !           205: #define ERROR_I24_UNCERTAIN_MEDIA       15
        !           206: #define ERROR_I24_CHAR_CALL_INTERRUPTED 16
        !           207: #define ERROR_I24_NO_MONITOR_SUPPORT    17
        !           208: #define ERROR_I24_INVALID_PARAMETER     18
        !           209: 
        !           210: #define ALLOWED_FAIL                    0x0001
        !           211: #define ALLOWED_ABORT                   0x0002
        !           212: #define ALLOWED_RETRY                   0x0004
        !           213: #define ALLOWED_IGNORE                  0x0008
        !           214: 
        !           215: #define I24_OPERATION                   0x01
        !           216: #define I24_AREA                        0x06
        !           217: #define I24_CLASS                       0x80
        !           218: 
        !           219: /* Values for error CLASS */
        !           220: 
        !           221: #define ERRCLASS_OUTRES                 1
        !           222: #define ERRCLASS_TEMPSIT                2
        !           223: #define ERRCLASS_AUTH                   3
        !           224: #define ERRCLASS_INTRN                  4
        !           225: #define ERRCLASS_HRDFAIL                5
        !           226: #define ERRCLASS_SYSFAIL                6
        !           227: #define ERRCLASS_APPERR                 7
        !           228: #define ERRCLASS_NOTFND                 8
        !           229: #define ERRCLASS_BADFMT                 9
        !           230: #define ERRCLASS_LOCKED                 10
        !           231: #define ERRCLASS_MEDIA                  11
        !           232: #define ERRCLASS_ALREADY                12
        !           233: #define ERRCLASS_UNK                    13
        !           234: #define ERRCLASS_CANT                   14
        !           235: #define ERRCLASS_TIME                   15
        !           236: 
        !           237: /* Values for error ACTION */
        !           238: 
        !           239: #define ERRACT_RETRY                    1
        !           240: #define ERRACT_DLYRET                   2
        !           241: #define ERRACT_USER                     3
        !           242: #define ERRACT_ABORT                    4
        !           243: #define ERRACT_PANIC                    5
        !           244: #define ERRACT_IGNORE                   6
        !           245: #define ERRACT_INTRET                   7
        !           246: 
        !           247: /* Values for error LOCUS */
        !           248: 
        !           249: #define ERRLOC_UNK                      1
        !           250: #define ERRLOC_DISK                     2
        !           251: #define ERRLOC_NET                      3
        !           252: #define ERRLOC_SERDEV                   4
        !           253: #define ERRLOC_MEM                      5
        !           254: 
        !           255: /* Abnormal termination codes */
        !           256: 
        !           257: #define TC_NORMAL                       0
        !           258: #define TC_HARDERR                      1
        !           259: #define TC_GP_TRAP                      2
        !           260: #define TC_SIGNAL                       3
        !           261: 
        !           262: #define ERROR_INVALID_PROCID            303
        !           263: #define ERROR_INVALID_PDELTA            304
        !           264: #define ERROR_NOT_DESCENDANT            305
        !           265: #define ERROR_NOT_SESSION_MANAGER       306
        !           266: #define ERROR_INVALID_PCLASS            307
        !           267: #define ERROR_INVALID_SCOPE             308
        !           268: #define ERROR_INVALID_THREADID          309
        !           269: #define ERROR_DOSSUB_SHRINK             310
        !           270: #define ERROR_DOSSUB_NOMEM              311
        !           271: #define ERROR_DOSSUB_OVERLAP            312
        !           272: #define ERROR_DOSSUB_BADSIZE            313
        !           273: #define ERROR_DOSSUB_BADFLAG            314
        !           274: #define ERROR_DOSSUB_BADSELECTOR        315
        !           275: #define ERROR_MR_MSG_TOO_LONG           316
        !           276: #define ERROR_MR_MID_NOT_FOUND          317
        !           277: #define ERROR_MR_UN_ACC_MSGF            318
        !           278: #define ERROR_MR_INV_MSGF_FORMAT        319
        !           279: #define ERROR_MR_INV_IVCOUNT            320
        !           280: #define ERROR_MR_UN_PERFORM             321
        !           281: #define ERROR_TS_WAKEUP                 322
        !           282: #define ERROR_TS_SEMHANDLE              323
        !           283: #define ERROR_TS_NOTIMER                324
        !           284: #define ERROR_TS_HANDLE                 326
        !           285: #define ERROR_TS_DATETIME               327
        !           286: #define ERROR_SYS_INTERNAL              328
        !           287: #define ERROR_QUE_CURRENT_NAME          329
        !           288: #define ERROR_QUE_PROC_NOT_OWNED        330
        !           289: #define ERROR_QUE_PROC_OWNED            331
        !           290: #define ERROR_QUE_DUPLICATE             332
        !           291: #define ERROR_QUE_ELEMENT_NOT_EXIST     333
        !           292: #define ERROR_QUE_NO_MEMORY             334
        !           293: #define ERROR_QUE_INVALID_NAME          335
        !           294: #define ERROR_QUE_INVALID_PRIORITY      336
        !           295: #define ERROR_QUE_INVALID_HANDLE        337
        !           296: #define ERROR_QUE_LINK_NOT_FOUND        338
        !           297: #define ERROR_QUE_MEMORY_ERROR          339
        !           298: #define ERROR_QUE_PREV_AT_END           340
        !           299: #define ERROR_QUE_PROC_NO_ACCESS        341
        !           300: #define ERROR_QUE_EMPTY                 342
        !           301: #define ERROR_QUE_NAME_NOT_EXIST        343
        !           302: #define ERROR_QUE_NOT_INITIALIZED       344
        !           303: #define ERROR_QUE_UNABLE_TO_ACCESS      345
        !           304: #define ERROR_QUE_UNABLE_TO_ADD         346
        !           305: #define ERROR_QUE_UNABLE_TO_INIT        347
        !           306: #define ERROR_VIO_INVALID_MASK          349
        !           307: #define ERROR_VIO_PTR                   350
        !           308: #define ERROR_VIO_APTR                  351
        !           309: #define ERROR_VIO_RPTR                  352
        !           310: #define ERROR_VIO_CPTR                  353
        !           311: #define ERROR_VIO_LPTR                  354
        !           312: #define ERROR_VIO_MODE                  355
        !           313: #define ERROR_VIO_WIDTH                 356
        !           314: #define ERROR_VIO_ATTR                  357
        !           315: #define ERROR_VIO_ROW                   358
        !           316: #define ERROR_VIO_COL                   359
        !           317: #define ERROR_VIO_TOPROW                360
        !           318: #define ERROR_VIO_BOTROW                361
        !           319: #define ERROR_VIO_RIGHTCOL              362
        !           320: #define ERROR_VIO_LEFTCOL               363
        !           321: #define ERROR_SCS_CALL                  364
        !           322: #define ERROR_SCS_VALUE                 365
        !           323: #define ERROR_VIO_WAIT_FLAG             366
        !           324: #define ERROR_VIO_UNLOCK                367
        !           325: #define ERROR_SGS_NOT_SESSION_MGR       368
        !           326: #define ERROR_SMG_INVALID_SGID          369
        !           327: #define ERROR_SMG_INVALID_SESSION_ID    369
        !           328: #define ERROR_SMG_NOSG                  370
        !           329: #define ERROR_SMG_NO_SESSIONS           370
        !           330: #define ERROR_SMG_GRP_NOT_FOUND         371
        !           331: #define ERROR_SMG_SESSION_NOT_FOUND     371
        !           332: #define ERROR_SMG_SET_TITLE             372
        !           333: #define ERROR_KBD_PARAMETER             373
        !           334: #define ERROR_KBD_NO_DEVICE             374
        !           335: #define ERROR_KBD_INVALID_IOWAIT        375
        !           336: #define ERROR_KBD_INVALID_LENGTH        376
        !           337: #define ERROR_KBD_INVALID_ECHO_MASK     377
        !           338: #define ERROR_KBD_INVALID_INPUT_MASK    378
        !           339: #define ERROR_MON_INVALID_PARMS         379
        !           340: #define ERROR_MON_INVALID_DEVNAME       380
        !           341: #define ERROR_MON_INVALID_HANDLE        381
        !           342: #define ERROR_MON_BUFFER_TOO_SMALL      382
        !           343: #define ERROR_MON_BUFFER_EMPTY          383
        !           344: #define ERROR_MON_DATA_TOO_LARGE        384
        !           345: #define ERROR_MOUSE_NO_DEVICE           385
        !           346: #define ERROR_MOUSE_INV_HANDLE          386
        !           347: #define ERROR_MOUSE_INV_PARMS           387
        !           348: #define ERROR_MOUSE_CANT_RESET          388
        !           349: #define ERROR_MOUSE_DISPLAY_PARMS       389
        !           350: #define ERROR_MOUSE_INV_MODULE          390
        !           351: #define ERROR_MOUSE_INV_ENTRY_PT        391
        !           352: #define ERROR_MOUSE_INV_MASK            392
        !           353: #define NO_ERROR_MOUSE_NO_DATA          393
        !           354: #define NO_ERROR_MOUSE_PTR_DRAWN        394
        !           355: #define ERROR_INVALID_FREQUENCY         395
        !           356: #define ERROR_NLS_NO_COUNTRY_FILE       396
        !           357: #define ERROR_NLS_OPEN_FAILED           397
        !           358: #define ERROR_NLS_NO_CTRY_CODE          398
        !           359: #define ERROR_NO_COUNTRY_OR_CODEPAGE    398
        !           360: #define ERROR_NLS_TABLE_TRUNCATED       399
        !           361: #define ERROR_NLS_BAD_TYPE              400
        !           362: #define ERROR_NLS_TYPE_NOT_FOUND        401
        !           363: #define ERROR_VIO_SMG_ONLY              402
        !           364: #define ERROR_VIO_INVALID_ASCIIZ        403
        !           365: #define ERROR_VIO_DEREGISTER            404
        !           366: #define ERROR_VIO_NO_POPUP              405
        !           367: #define ERROR_VIO_EXISTING_POPUP        406
        !           368: #define ERROR_KBD_SMG_ONLY              407
        !           369: #define ERROR_KBD_INVALID_ASCIIZ        408
        !           370: #define ERROR_KBD_INVALID_MASK          409
        !           371: #define ERROR_KBD_REGISTER              410
        !           372: #define ERROR_KBD_DEREGISTER            411
        !           373: #define ERROR_MOUSE_SMG_ONLY            412
        !           374: #define ERROR_MOUSE_INVALID_ASCIIZ      413
        !           375: #define ERROR_MOUSE_INVALID_MASK        414
        !           376: #define ERROR_MOUSE_REGISTER            415
        !           377: #define ERROR_MOUSE_DEREGISTER          416
        !           378: #define ERROR_SMG_BAD_ACTION            417
        !           379: #define ERROR_SMG_INVALID_CALL          418
        !           380: #define ERROR_SCS_SG_NOTFOUND           419
        !           381: #define ERROR_SCS_NOT_SHELL             420
        !           382: #define ERROR_VIO_INVALID_PARMS         421
        !           383: #define ERROR_VIO_FUNCTION_OWNED        422
        !           384: #define ERROR_VIO_RETURN                423
        !           385: #define ERROR_SCS_INVALID_FUNCTION      424
        !           386: #define ERROR_SCS_NOT_SESSION_MGR       425
        !           387: #define ERROR_VIO_REGISTER              426
        !           388: #define ERROR_VIO_NO_MODE_THREAD        427
        !           389: #define ERROR_VIO_NO_SAVE_RESTORE_THD   428
        !           390: #define ERROR_VIO_IN_BG                 429
        !           391: #define ERROR_VIO_ILLEGAL_DURING_POPUP  430
        !           392: #define ERROR_SMG_NOT_BASESHELL         431
        !           393: #define ERROR_SMG_BAD_STATUSREQ         432
        !           394: #define ERROR_QUE_INVALID_WAIT          433
        !           395: #define ERROR_VIO_LOCK                  434
        !           396: #define ERROR_MOUSE_INVALID_IOWAIT      435
        !           397: #define ERROR_VIO_INVALID_HANDLE        436
        !           398: #define ERROR_VIO_ILLEGAL_DURING_LOCK   437
        !           399: #define ERROR_VIO_INVALID_LENGTH        438
        !           400: #define ERROR_KBD_INVALID_HANDLE        439
        !           401: #define ERROR_KBD_NO_MORE_HANDLE        440
        !           402: #define ERROR_KBD_CANNOT_CREATE_KCB     441
        !           403: #define ERROR_KBD_CODEPAGE_LOAD_INCOMPL 442
        !           404: #define ERROR_KBD_INVALID_CODEPAGE_ID   443
        !           405: #define ERROR_KBD_NO_CODEPAGE_SUPPORT   444
        !           406: #define ERROR_KBD_FOCUS_REQUIRED        445
        !           407: #define ERROR_KBD_FOCUS_ALREADY_ACTIVE  446
        !           408: #define ERROR_KBD_KEYBOARD_BUSY         447
        !           409: #define ERROR_KBD_INVALID_CODEPAGE      448
        !           410: #define ERROR_KBD_UNABLE_TO_FOCUS       449
        !           411: #define ERROR_SMG_SESSION_NON_SELECT    450
        !           412: #define ERROR_SMG_SESSION_NOT_FOREGRND  451
        !           413: #define ERROR_SMG_SESSION_NOT_PARENT    452
        !           414: #define ERROR_SMG_INVALID_START_MODE    453
        !           415: #define ERROR_SMG_INVALID_RELATED_OPT   454
        !           416: #define ERROR_SMG_INVALID_BOND_OPTION   455
        !           417: #define ERROR_SMG_INVALID_SELECT_OPT    456
        !           418: #define ERROR_SMG_START_IN_BACKGROUND   457
        !           419: #define ERROR_SMG_INVALID_STOP_OPTION   458
        !           420: #define ERROR_SMG_BAD_RESERVE           459
        !           421: #define ERROR_SMG_PROCESS_NOT_PARENT    460
        !           422: #define ERROR_SMG_INVALID_DATA_LENGTH   461
        !           423: #define ERROR_SMG_NOT_BOUND             462
        !           424: #define ERROR_SMG_RETRY_SUB_ALLOC       463
        !           425: #define ERROR_KBD_DETACHED              464
        !           426: #define ERROR_VIO_DETACHED              465
        !           427: #define ERROR_MOU_DETACHED              466
        !           428: #define ERROR_VIO_FONT                  467
        !           429: #define ERROR_VIO_USER_FONT             468
        !           430: #define ERROR_VIO_BAD_CP                469
        !           431: #define ERROR_VIO_NO_CP                 470
        !           432: #define ERROR_VIO_NA_CP                 471
        !           433: #define ERROR_INVALID_CODE_PAGE         472
        !           434: #define ERROR_CPLIST_TOO_SMALL          473
        !           435: #define ERROR_CP_NOT_MOVED              474
        !           436: #define ERROR_MODE_SWITCH_INIT          475
        !           437: #define ERROR_CODE_PAGE_NOT_FOUND       476
        !           438: #define ERROR_UNEXPECTED_SLOT_RETURNED  477
        !           439: #define ERROR_SMG_INVALID_TRACE_OPTION  478
        !           440: #define ERROR_VIO_INTERNAL_RESOURCE     479
        !           441: #define ERROR_VIO_SHELL_INIT            480
        !           442: #define ERROR_SMG_NO_HARD_ERRORS        481
        !           443: #define ERROR_CP_SWITCH_INCOMPLETE      482
        !           444: #define ERROR_VIO_TRANSPARENT_POPUP     483
        !           445: #define ERROR_CRITSEC_OVERFLOW          484
        !           446: #define ERROR_CRITSEC_UNDERFLOW         485
        !           447: #define ERROR_VIO_BAD_RESERVE           486
        !           448: #define ERROR_INVALID_ADDRESS           487
        !           449: #define ERROR_ZERO_SELECTORS_REQUESTED  488
        !           450: #define ERROR_NOT_ENOUGH_SELECTORS_AVA  489
        !           451: #define ERROR_INVALID_SELECTOR          490
        !           452: 
        !           453: /* New Equates For OS/2 1.1 */
        !           454: #define ERROR_SMG_INVALID_PROGRAM_TYPE  491
        !           455: #define ERROR_SMG_INVALID_PGM_CONTROL   492
        !           456: 
        !           457: /* */
        !           458: /* intercomponent error codes (from 8000H or 32768) */
        !           459: /* */
        !           460: #define ERROR_SWAPPER_NOT_ACTIVE        32768
        !           461: #define ERROR_INVALID_SWAPID            32769
        !           462: #define ERROR_IOERR_SWAP_FILE           32770
        !           463: #define ERROR_SWAP_TABLE_FULL           32771
        !           464: #define ERROR_SWAP_FILE_FULL            32772
        !           465: #define ERROR_CANT_INIT_SWAPPER         32773
        !           466: #define ERROR_SWAPPER_ALREADY_INIT      32774
        !           467: #define ERROR_PMM_INSUFFICIENT_MEMORY   32775
        !           468: #define ERROR_PMM_INVALID_FLAGS         32776
        !           469: #define ERROR_PMM_INVALID_ADDRESS       32777
        !           470: #define ERROR_PMM_LOCK_FAILED           32778
        !           471: #define ERROR_PMM_UNLOCK_FAILED         32779
        !           472: #define ERROR_PMM_MOVE_INCOMPLETE       32780
        !           473: #define ERROR_UCOM_DRIVE_RENAMED        32781
        !           474: #define ERROR_UCOM_FILENAME_TRUNCATED   32782
        !           475: #define ERROR_UCOM_BUFFER_LENGTH        32783
        !           476: #define ERROR_MON_CHAIN_HANDLE          32784
        !           477: #define ERROR_MON_NOT_REGISTERED        32785
        !           478: #define ERROR_SMG_ALREADY_TOP           32786
        !           479: #define ERROR_PMM_ARENA_MODIFIED        32787
        !           480: #define ERROR_SMG_PRINTER_OPEN          32788
        !           481: #define ERROR_PMM_SET_FLAGS_FAILED      32789
        !           482: #define ERROR_INVALID_DOS_DD            32790
        !           483: #define ERROR_CPSIO_CODE_PAGE_INVALID   65026
        !           484: #define ERROR_CPSIO_NO_SPOOLER          65027
        !           485: #define ERROR_CPSIO_FONT_ID_INVALID     65028
        !           486: #define ERROR_CPSIO_INTERNAL_ERROR      65033
        !           487: #define ERROR_CPSIO_INVALID_PTR_NAME    65034
        !           488: #define ERROR_CPSIO_NOT_ACTIVE          65037
        !           489: #define ERROR_CPSIO_PID_FULL            65039
        !           490: #define ERROR_CPSIO_PID_NOT_FOUND       65040
        !           491: #define ERROR_CPSIO_READ_CTL_SEQ        65043
        !           492: #define ERROR_CPSIO_READ_FNT_DEF        65045
        !           493: #define ERROR_CPSIO_WRITE_ERROR         65047
        !           494: #define ERROR_CPSIO_WRITE_FULL_ERROR    65048
        !           495: #define ERROR_CPSIO_WRITE_HANDLE_BAD    65049
        !           496: #define ERROR_CPSIO_SWIT_LOAD           65074
        !           497: #define ERROR_CPSIO_INV_COMMAND         65077
        !           498: #define ERROR_CPSIO_NO_FONT_SWIT        65078
        !           499: 
        !           500: #endif /* INCL_DOSERRORS */

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.