basemid.mh
来自「开放源码的编译器open watcom 1.6.0版的源代码」· MH 代码 · 共 723 行 · 第 1/3 页
MH
723 行
/*
* basemid.h OS/2 Base Message IDs.
*
:include crwatcnt.sp
*/
#ifndef __BASEMID__
#define __BASEMID__
:include readonly.sp
:include cpluspro.sp
#define MSG_RESPONSE_DATA 0
#define MSG_INVALID_FUNCTION 1
#define MSG_FILE_NOT_FOUND 2
#define MSG_PATH_NOT_FOUND 3
#define MSG_OUT_OF_HANDLES 4
#define MSG_ACCESS_DENIED 5
#define MSG_INVALID_HANDLE 6
#define MSG_MEMORY_BLOCKS_BAD 7
#define MSG_NO_MEMORY 8
#define MSG_INVALID_MEM_ADDR 9
#define MSG_INVALID_ENVIRON 10
#define MSG_INVALID_FORMAT 11
#define MSG_INVALID_ACC_CODE 12
#define MSG_INVALID_DATA 13
#define MSG_INVALID_DRIVE 15
#define MSG_ATT_RD_CURDIR 16
#define MSG_NOT_SAME_DEVICE 17
#define MSG_NO_MORE_FILES 18
#define MSG_ATT_WRITE_PROT 19
#define MSG_UNKNOWN_UNIT 20
#define MSG_DRIVE_NOT_READY 21
#define MSG_UNKNOWN_COMMAND 22
#define MSG_DATA_ERROR 23
#define MSG_BAD_REQ_STRUCTURE 24
#define MSG_SEEK_ERROR 25
#define MSG_UNKNOWN_MEDIA 26
#define MSG_SECTOR_NOT_FOUND 27
#define MSG_OUT_OF_PAPER 28
#define MSG_WRITE_FAULT 29
#define MSG_READ_FAULT 30
#define MSG_GENERAL_FAILURE 31
#define MSG_SHARING_VIOLATION 32
#define MSG_SHAR_VIOLAT_FIND 32
#define MSG_LOCK_VIOLATION 33
#define MSG_INVALID_DISK_CHANGE 34
#define MSG_35 35
#define MSG_SHARING_BUFF_OFLOW 36
#define MSG_ERROR_WRITE_PROTECT 37
#define MSG_ERROR_BAD_UNIT 38
#define MSG_ERROR_NOT_READY 39
#define MSG_ERROR_BAD_COMMAND 40
#define MSG_ERROR_CRC 41
#define MSG_ERROR_BAD_LENGTH 42
#define MSG_ERROR_SEEK 43
#define MSG_ERROR_NOT_DOS_DISK 44
#define MSG_ERROR_SECTOR_NOT_FOUND 45
#define MSG_ERROR_OUT_OF_PAPER 46
#define MSG_ERROR_WRITE_FAULT 47
#define MSG_ERROR_READ_FAULT 48
#define MSG_ERROR_GEN_FAILURE 49
#define MSG_NET_REQ_NOT_SUPPORT 50
#define MSG_NET_REMOTE_NOT_ONLINE 51
#define MSG_NET_DUP_FILENAME 52
#define MSG_NET_PATH_NOT_FOUND 53
#define MSG_NET_BUSY 54
#define MSG_NET_DEV_NOT_INSTALLED 55
#define MSG_NET_BIOS_LIMIT_REACHED 56
#define MSG_NET_ADAPT_HRDW_ERROR 57
#define MSG_NET_INCORRECT_RESPONSE 58
#define MSG_NET_UNEXPECT_ERROR 59
#define MSG_NET_REMOT_ADPT_INCOMP 60
#define MSG_NET_PRINT_Q_FULL 61
#define MSG_NET_NO_SPACE_TO_PRINT_FL 62
#define MSG_NET_PRINT_FILE_DELETED 63
#define MSG_NET_NAME_DELETED 64
#define MSG_NET_ACCESS_DENIED 65
#define MSG_NET_DEV_TYPE_INVALID 66
#define MSG_NET_NAME_NOT_FOUND 67
#define MSG_NET_NAME_LIMIT_EXCEED 68
#define MSG_NET_BIOS_LIMIT_EXCEED 69
#define MSG_NET_TEMP_PAUSED 70
#define MSG_NET_REQUEST_DENIED 71
#define MSG_NET_PRT_DSK_REDIR_PAUSE 72
#define MSG_XGA_OUT_MEMORY 75
#define MSG_FILE_EXISTS 80
#define MSG_CANNOT_MAKE 82
#define MSG_NET_FAIL_INT_TWO_FOUR 83
#define MSG_NET_TOO_MANY_REDIRECT 84
#define MSG_NET_DUP_REDIRECTION 85
#define MSG_NET_INVALID_PASSWORD 86
#define MSG_NET_INCORR_PARAMETER 87
#define MSG_NET_DATA_FAULT 88
#define MSG_NO_PROC_SLOTS 89
#define MSG_DEVICE_IN_USE 99
#define MSG_TOO_MANY_SEMAPHORES 100
#define MSG_EXCL_SEM_ALREADY_OWNED 101
#define MSG_SEM_IS_SET 102
#define MSG_TOO_MANY_SEM_REQUESTS 103
#define MSG_INVALID_AT_INTERRUPT_TIME 104
#define MSG_SEM_OWNER_DIED 105
#define MSG_ERROR_DISK_CHANGE 106
#define MSG_DISK_CHANGE 107
#define MSG_DRIVE_LOCKED 108
#define MSG_BROKEN_PIPE 109
#define MSG_ERROR_OPEN_FAILED 110
#define MSG_ERROR_FILENAME_LONG 111
#define MSG_DISK_FULL 112
#define MSG_NO_SEARCH_HANDLES 113
#define MSG_ERR_INV_TAR_HANDLE 114
#define MSG_INVALID_CATEGORY 117
#define MSG_INVALID_VERIFY_SWITCH 118
#define MSG_BAD_DRIVER_LEVEL 119
#define MSG_BAD_DYNALINK 120
#define MSG_SEM_TIMEOUT 121
#define MSG_INSUFFICIENT_BUFFER 122
#define MSG_INVALID_NAME 123
#define MSG_HPFS_INVALID_VOLUME_CHAR 123
#define MSG_INVALID_LEVEL 124
#define MSG_NO_VOLUME_LABEL 125
#define MSG_MOD_NOT_FOUND 126
#define MSG_PROC_NOT_FOUND 127
#define MSG_PROT_MODE_ONLY 129
#define MSG_APPL_SINGLEFRAMECHAR 130
#define MSG_APPL_DOUBLEFRAMECHAR 131
#define MSG_APPL_ARROWCHAR 132
#define MSG_JOIN_ON_DRIV_IS_TAR 133
#define MSG_JOIN_DRIVE_IS 134
#define MSG_SUB_DRIVE_IS 135
#define MSG_DRIVE_IS_NOT_JOINED 136
#define MSG_DRIVE_NOT_SUBSTED 137
#define MSG_JOIN_CANNOT_JOIN_DRIVE 138
#define MSG_SUB_CANNOT_SUBST_DRIVE 139
#define MSG_JOIN_CANNOT_SUB_DRIVE 140
#define MSG_SUB_CANNOT_JOIN_DRIVE 141
#define MSG_DRIVE_IS_BUSY 142
#define MSG_JOIN_SUB_SAME_DRIVE 143
#define MSG_DIRECT_IS_NOT_SUBDIR 144
#define MSG_DIRECT_IS_NOT_EMPTY 145
#define MSG_PATH_USED_SUBST_JOIN 146
#define MSG_NO_NEEDED_RESOURCES 147
#define MSG_PATH_BUSY 148
#define MSG_SUB_ON_DRIVE_IS_JOIN 149
#define MSG_SYSTEM_TRACE 150
#define MSG_INVALID_EVENT_COUNT 151
#define MSG_TOO_MANY_MUXWAITERS 152
#define MSG_INVALID_LIST_FORMAT 153
#define MSG_VOLUME_TOO_LONG 154
#define MSG_HPFS_VOL_LABEL_LONG 154
#define MSG_TOO_MANY_TCBS 155
#define MSG_SIGNAL_REFUSED 156
#define MSG_DISCARDED 157
#define MSG_NOT_LOCKED 158
#define MSG_BAD_THREADID_ADDR 159
#define MSG_BAD_ARGUMENTS 160
#define MSG_SIGNAL_PENDING 162
#define MSG_MAX_THRDS_REACHED 164
#define MSG_UNC_DRIVER_NOT_INSTALLED 166
#define MSG_LOCK_FAILED 167
#define MSG_SWAPIO_FAILED 168
#define MSG_SWAPIN_ATTEMPT_FAILED 169
#define MSG_SEGMENT_BUSY 170
#define MSG_INT_TOO_LONG 171
#define MSG_UNLOCK_VIOLATION 173
#define MSG_INVALID_SEGMENT_NUM 180
#define MSG_INVALID_ORDINAL 182
#define MSG_INVALID_FLAG_NUMBER 186
#define MSG_SEM_NOT_FOUND 187
#define MSG_INVALID_STARTING_CODESEG 188
#define MSG_INVALID_STACKSEG 189
#define MSG_INVALID_MODULETYPE 190
#define MSG_INVALID_EXE_SIGNATURE 191
#define MSG_EXE_MARKED_INVALID 192
#define MSG_BAD_EXE_FORMAT 193
#define MSG_ITERATED_DATA_EXCEEDS_64K 194
#define MSG_INVALID_MINALLOCSIZE 195
#define MSG_DYNLINK_FROM_INVALID_RING 196
#define MSG_IOPL_NOT_ENABLED 197
#define MSG_INVALID_SEGDPL 198
#define MSG_AUTODATASEG_EXCEEDS_64K 199
#define MSG_CODESEG_CANNOT_BE_64K 200
#define MSG_RELOC_CHAIN_XEEDS_SEGMENT 201
#define MSG_INFLOOP_IN_RELOC_CHAIN 202
#define MSG_ENVVAR_NOT_FOUND 203
#define MSG_SIGNAL_NOT_SENT 205
#define MSG_NAME_TOO_LONG 206
#define MSG_RING2_STACK_IN_USE 207
#define MSG_WILD_CARD_NAME 208
#define MSG_INVALID_SIGNAL_NUMBER 209
#define MSG_THREAD_1_INACTIVE 210
#define MSG_LOCKED 212
#define MSG_TOO_MANY_MODULES 214
#define MSG_CANNOT_SHRINK 216
#define MSG_INVALID_EXITROUTINE_RING 219
#define MSG_NO_CHILDREN 228
#define MSG_ERROR_BAD_PIPE 230
#define MSG_ERROR_PIPE_BUSY 231
#define MSG_ERROR_NO_DATA 232
#define MSG_ERROR_PIPE_NOT_CONNECTED 233
#define MSG_ERROR_MORE_DATA 234
#define MSG_ERROR_VC_DISCONNECTED 240
#define MSG_CIRCULARITY_REQUESTED 250
#define MSG_DIRECTORY_IN_CDS 251
#define MSG_INVALID_FSD_NAME 252
#define MSG_INVALID_PATH 253
#define MSG_INVALID_EA_NAME 254
#define MSG_EA_LIST_INCONSISTENT 255
#define MSG_EA_LIST_TOO_LONG 256
#define MSG_NO_META_MATCH 257
#define MSG_FINDNOTIFY_TIMEOUT 258
#define MSG_NO_MORE_ITEMS 259
#define MSG_SEARCH_STRUC_REUSED 260
#define MSG_CHAR_NOT_FOUND 261
#define MSG_TOO_MUCH_STACK 262
#define MSG_INVALID_ATTR 263
#define MSG_INVALID_STARTING_RING 264
#define MSG_INVALID_DLL_INIT_RING 265
#define MSG_CANNOT_COPY 266
#define MSG_DIRECTORY 267
#define MSG_OPLOCKED_FILE 268
#define MSG_OPLOCK_THREAD_EXISTS 269
#define MSG_ERROR_EAS_CORRUPT 276
#define MSG_EA_TABLE_FULL 277
#define MSG_INVALID_EA_HANDLE 278
#define MSG_NO_CLUSTER 279
#define MSG_ERROR_CREATE_EA_FILE 280
#define MSG_CANNOT_OPEN_FILE 281
#define MSG_EAS_NOT_SUPPORTED 282
#define MSG_NEED_EAS_FOUND 283
#define MSG_EAS_DISCARDED 284
#define MSG_DUPLICATE_SEM_NAME 285
#define MSG_EMPTY_MUXWAIT_SEM 286
#define MSG_MUTEX_SEM_OWNED 287
#define MSG_NOT_MUTEX_SEM_OWNER 288
#define MSG_QUERY_MUX_PARAM_TOO_SMALL 289
#define MSG_TOO_MANY_SEM_HANDLES 290
#define MSG_TOO_MANY_SEM_OPENS 291
#define MSG_SEM_WRONG_TYPE 292
#define MSG_TOO_MANY_EVENT_SEM_POSTS 298
#define MSG_EVENT_SEM_ALREADY_POSTED 299
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?