⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 winerror.h

📁 TCC是一个轻量级的用C语言制作的编译器
💻 H
📖 第 1 页 / 共 3 页
字号:
#ifndef _WINERROR_H#define _WINERROR_H#if __GNUC__ >=3#pragma GCC system_header#endif#define ERROR_SUCCESS 0L#define NO_ERROR 0L#define ERROR_INVALID_FUNCTION 1L#define ERROR_FILE_NOT_FOUND 2L#define ERROR_PATH_NOT_FOUND 3L#define ERROR_TOO_MANY_OPEN_FILES 4L#define ERROR_ACCESS_DENIED 5L#define ERROR_INVALID_HANDLE 6L#define ERROR_ARENA_TRASHED 7L#define ERROR_NOT_ENOUGH_MEMORY 8L#define ERROR_INVALID_BLOCK 9L#define ERROR_BAD_ENVIRONMENT 10L#define ERROR_BAD_FORMAT 11L#define ERROR_INVALID_ACCESS 12L#define ERROR_INVALID_DATA 13L#define ERROR_OUTOFMEMORY 14L#define ERROR_INVALID_DRIVE 15L#define ERROR_CURRENT_DIRECTORY 16L#define ERROR_NOT_SAME_DEVICE 17L#define ERROR_NO_MORE_FILES 18L#define ERROR_WRITE_PROTECT 19L#define ERROR_BAD_UNIT 20L#define ERROR_NOT_READY 21L#define ERROR_BAD_COMMAND 22L#define ERROR_CRC 23L#define ERROR_BAD_LENGTH 24L#define ERROR_SEEK 25L#define ERROR_NOT_DOS_DISK 26L#define ERROR_SECTOR_NOT_FOUND 27L#define ERROR_OUT_OF_PAPER 28L#define ERROR_WRITE_FAULT 29L#define ERROR_READ_FAULT 30L#define ERROR_GEN_FAILURE 31L#define ERROR_SHARING_VIOLATION 32L#define ERROR_LOCK_VIOLATION 33L#define ERROR_WRONG_DISK 34L#define ERROR_SHARING_BUFFER_EXCEEDED 36L#define ERROR_HANDLE_EOF 38L#define ERROR_HANDLE_DISK_FULL 39L#define ERROR_NOT_SUPPORTED 50L#define ERROR_REM_NOT_LIST 51L#define ERROR_DUP_NAME 52L#define ERROR_BAD_NETPATH 53L#define ERROR_NETWORK_BUSY 54L#define ERROR_DEV_NOT_EXIST 55L#define ERROR_TOO_MANY_CMDS 56L#define ERROR_ADAP_HDW_ERR 57L#define ERROR_BAD_NET_RESP 58L#define ERROR_UNEXP_NET_ERR 59L#define ERROR_BAD_REM_ADAP 60L#define ERROR_PRINTQ_FULL 61L#define ERROR_NO_SPOOL_SPACE 62L#define ERROR_PRINT_CANCELLED 63L#define ERROR_NETNAME_DELETED 64L#define ERROR_NETWORK_ACCESS_DENIED 65L#define ERROR_BAD_DEV_TYPE 66L#define ERROR_BAD_NET_NAME 67L#define ERROR_TOO_MANY_NAMES 68L#define ERROR_TOO_MANY_SESS 69L#define ERROR_SHARING_PAUSED 70L#define ERROR_REQ_NOT_ACCEP 71L#define ERROR_REDIR_PAUSED 72L#define ERROR_FILE_EXISTS 80L#define ERROR_CANNOT_MAKE 82L#define ERROR_FAIL_I24 83L#define ERROR_OUT_OF_STRUCTURES 84L#define ERROR_ALREADY_ASSIGNED 85L#define ERROR_INVALID_PASSWORD 86L#define ERROR_INVALID_PARAMETER 87L#define ERROR_NET_WRITE_FAULT 88L#define ERROR_NO_PROC_SLOTS 89L#define ERROR_TOO_MANY_SEMAPHORES 100L#define ERROR_EXCL_SEM_ALREADY_OWNED 101L#define ERROR_SEM_IS_SET 102L#define ERROR_TOO_MANY_SEM_REQUESTS 103L#define ERROR_INVALID_AT_INTERRUPT_TIME 104L#define ERROR_SEM_OWNER_DIED 105L#define ERROR_SEM_USER_LIMIT 106L#define ERROR_DISK_CHANGE 107L#define ERROR_DRIVE_LOCKED 108L#define ERROR_BROKEN_PIPE 109L#define ERROR_OPEN_FAILED 110L#define ERROR_BUFFER_OVERFLOW 111L#define ERROR_DISK_FULL 112L#define ERROR_NO_MORE_SEARCH_HANDLES 113L#define ERROR_INVALID_TARGET_HANDLE 114L#define ERROR_INVALID_CATEGORY 117L#define ERROR_INVALID_VERIFY_SWITCH 118L#define ERROR_BAD_DRIVER_LEVEL 119L#define ERROR_CALL_NOT_IMPLEMENTED 120L#define ERROR_SEM_TIMEOUT 121L#define ERROR_INSUFFICIENT_BUFFER 122L#define ERROR_INVALID_NAME 123L#define ERROR_INVALID_LEVEL 124L#define ERROR_NO_VOLUME_LABEL 125L#define ERROR_MOD_NOT_FOUND 126L#define ERROR_PROC_NOT_FOUND 127L#define ERROR_WAIT_NO_CHILDREN 128L#define ERROR_CHILD_NOT_COMPLETE 129L#define ERROR_DIRECT_ACCESS_HANDLE 130L#define ERROR_NEGATIVE_SEEK 131L#define ERROR_SEEK_ON_DEVICE 132L#define ERROR_IS_JOIN_TARGET 133L#define ERROR_IS_JOINED 134L#define ERROR_IS_SUBSTED 135L#define ERROR_NOT_JOINED 136L#define ERROR_NOT_SUBSTED 137L#define ERROR_JOIN_TO_JOIN 138L#define ERROR_SUBST_TO_SUBST 139L#define ERROR_JOIN_TO_SUBST 140L#define ERROR_SUBST_TO_JOIN 141L#define ERROR_BUSY_DRIVE 142L#define ERROR_SAME_DRIVE 143L#define ERROR_DIR_NOT_ROOT 144L#define ERROR_DIR_NOT_EMPTY 145L#define ERROR_IS_SUBST_PATH 146L#define ERROR_IS_JOIN_PATH 147L#define ERROR_PATH_BUSY 148L#define ERROR_IS_SUBST_TARGET 149L#define ERROR_SYSTEM_TRACE 150L#define ERROR_INVALID_EVENT_COUNT 151L#define ERROR_TOO_MANY_MUXWAITERS 152L#define ERROR_INVALID_LIST_FORMAT 153L#define ERROR_LABEL_TOO_LONG 154L#define ERROR_TOO_MANY_TCBS 155L#define ERROR_SIGNAL_REFUSED 156L#define ERROR_DISCARDED 157L#define ERROR_NOT_LOCKED 158L#define ERROR_BAD_THREADID_ADDR 159L#define ERROR_BAD_ARGUMENTS 160L#define ERROR_BAD_PATHNAME 161L#define ERROR_SIGNAL_PENDING 162L#define ERROR_MAX_THRDS_REACHED 164L#define ERROR_LOCK_FAILED 167L#define ERROR_BUSY 170L#define ERROR_CANCEL_VIOLATION 173L#define ERROR_ATOMIC_LOCKS_NOT_SUPPORTED 174L#define ERROR_INVALID_SEGMENT_NUMBER 180L#define ERROR_INVALID_ORDINAL 182L#define ERROR_ALREADY_EXISTS 183L#define ERROR_INVALID_FLAG_NUMBER 186L#define ERROR_SEM_NOT_FOUND 187L#define ERROR_INVALID_STARTING_CODESEG 188L#define ERROR_INVALID_STACKSEG 189L#define ERROR_INVALID_MODULETYPE 190L#define ERROR_INVALID_EXE_SIGNATURE 191L#define ERROR_EXE_MARKED_INVALID 192L#define ERROR_BAD_EXE_FORMAT 193L#define ERROR_ITERATED_DATA_EXCEEDS_64k 194L#define ERROR_INVALID_MINALLOCSIZE 195L#define ERROR_DYNLINK_FROM_INVALID_RING 196L#define ERROR_IOPL_NOT_ENABLED 197L#define ERROR_INVALID_SEGDPL 198L#define ERROR_AUTODATASEG_EXCEEDS_64k 199L#define ERROR_RING2SEG_MUST_BE_MOVABLE 200L#define ERROR_RELOC_CHAIN_XEEDS_SEGLIM 201L#define ERROR_INFLOOP_IN_RELOC_CHAIN 202L#define ERROR_ENVVAR_NOT_FOUND 203L#define ERROR_NO_SIGNAL_SENT 205L#define ERROR_FILENAME_EXCED_RANGE 206L#define ERROR_RING2_STACK_IN_USE 207L#define ERROR_META_EXPANSION_TOO_LONG 208L#define ERROR_INVALID_SIGNAL_NUMBER 209L#define ERROR_THREAD_1_INACTIVE 210L#define ERROR_LOCKED 212L#define ERROR_TOO_MANY_MODULES 214L#define ERROR_NESTING_NOT_ALLOWED 215L#define ERROR_BAD_PIPE 230L#define ERROR_PIPE_BUSY 231L#define ERROR_NO_DATA 232L#define ERROR_PIPE_NOT_CONNECTED 233L#define ERROR_MORE_DATA 234L#define ERROR_VC_DISCONNECTED 240L#define ERROR_INVALID_EA_NAME 254L#define ERROR_EA_LIST_INCONSISTENT 255L#define ERROR_NO_MORE_ITEMS 259L#define ERROR_CANNOT_COPY 266L#define ERROR_DIRECTORY 267L#define ERROR_EAS_DIDNT_FIT 275L#define ERROR_EA_FILE_CORRUPT 276L#define ERROR_EA_TABLE_FULL 277L#define ERROR_INVALID_EA_HANDLE 278L#define ERROR_EAS_NOT_SUPPORTED 282L#define ERROR_NOT_OWNER 288L#define ERROR_TOO_MANY_POSTS 298L#define ERROR_PARTIAL_COPY 299L#define ERROR_MR_MID_NOT_FOUND 317L#define ERROR_INVALID_ADDRESS 487L#define ERROR_ARITHMETIC_OVERFLOW 534L#define ERROR_PIPE_CONNECTED 535L#define ERROR_PIPE_LISTENING 536L#define ERROR_EA_ACCESS_DENIED 994L#define ERROR_OPERATION_ABORTED 995L#define ERROR_IO_INCOMPLETE 996L#define ERROR_IO_PENDING 997L#define ERROR_NOACCESS 998L#define ERROR_SWAPERROR 999L#define ERROR_STACK_OVERFLOW 1001L#define ERROR_INVALID_MESSAGE 1002L#define ERROR_CAN_NOT_COMPLETE 1003L#define ERROR_INVALID_FLAGS 1004L#define ERROR_UNRECOGNIZED_VOLUME 1005L#define ERROR_FILE_INVALID 1006L#define ERROR_FULLSCREEN_MODE 1007L#define ERROR_NO_TOKEN 1008L#define ERROR_BADDB 1009L#define ERROR_BADKEY 1010L#define ERROR_CANTOPEN 1011L#define ERROR_CANTREAD 1012L#define ERROR_CANTWRITE 1013L#define ERROR_REGISTRY_RECOVERED 1014L#define ERROR_REGISTRY_CORRUPT 1015L#define ERROR_REGISTRY_IO_FAILED 1016L#define ERROR_NOT_REGISTRY_FILE 1017L#define ERROR_KEY_DELETED 1018L#define ERROR_NO_LOG_SPACE 1019L#define ERROR_KEY_HAS_CHILDREN 1020L#define ERROR_CHILD_MUST_BE_VOLATILE 1021L#define ERROR_NOTIFY_ENUM_DIR 1022L#define ERROR_DEPENDENT_SERVICES_RUNNING 1051L#define ERROR_INVALID_SERVICE_CONTROL 1052L#define ERROR_SERVICE_REQUEST_TIMEOUT 1053L#define ERROR_SERVICE_NO_THREAD 1054L#define ERROR_SERVICE_DATABASE_LOCKED 1055L#define ERROR_SERVICE_ALREADY_RUNNING 1056L#define ERROR_INVALID_SERVICE_ACCOUNT 1057L#define ERROR_SERVICE_DISABLED 1058L#define ERROR_CIRCULAR_DEPENDENCY 1059L#define ERROR_SERVICE_DOES_NOT_EXIST 1060L#define ERROR_SERVICE_CANNOT_ACCEPT_CTRL 1061L#define ERROR_SERVICE_NOT_ACTIVE 1062L#define ERROR_FAILED_SERVICE_CONTROLLER_CONNECT 1063L#define ERROR_EXCEPTION_IN_SERVICE 1064L#define ERROR_DATABASE_DOES_NOT_EXIST 1065L#define ERROR_SERVICE_SPECIFIC_ERROR 1066L#define ERROR_PROCESS_ABORTED 1067L#define ERROR_SERVICE_DEPENDENCY_FAIL 1068L#define ERROR_SERVICE_LOGON_FAILED 1069L#define ERROR_SERVICE_START_HANG 1070L#define ERROR_INVALID_SERVICE_LOCK 1071L#define ERROR_SERVICE_MARKED_FOR_DELETE 1072L#define ERROR_SERVICE_EXISTS 1073L#define ERROR_ALREADY_RUNNING_LKG 1074L#define ERROR_SERVICE_DEPENDENCY_DELETED 1075L#define ERROR_BOOT_ALREADY_ACCEPTED 1076L#define ERROR_SERVICE_NEVER_STARTED 1077L#define ERROR_DUPLICATE_SERVICE_NAME 1078L#define ERROR_END_OF_MEDIA 1100L#define ERROR_FILEMARK_DETECTED 1101L#define ERROR_BEGINNING_OF_MEDIA 1102L#define ERROR_SETMARK_DETECTED 1103L#define ERROR_NO_DATA_DETECTED 1104L#define ERROR_PARTITION_FAILURE 1105L#define ERROR_INVALID_BLOCK_LENGTH 1106L#define ERROR_DEVICE_NOT_PARTITIONED 1107L#define ERROR_UNABLE_TO_LOCK_MEDIA 1108L#define ERROR_UNABLE_TO_UNLOAD_MEDIA 1109L#define ERROR_MEDIA_CHANGED 1110L#define ERROR_BUS_RESET 1111L#define ERROR_NO_MEDIA_IN_DRIVE 1112L#define ERROR_NO_UNICODE_TRANSLATION 1113L#define ERROR_DLL_INIT_FAILED 1114L#define ERROR_SHUTDOWN_IN_PROGRESS 1115L#define ERROR_NO_SHUTDOWN_IN_PROGRESS 1116L#define ERROR_IO_DEVICE 1117L#define ERROR_SERIAL_NO_DEVICE 1118L#define ERROR_IRQ_BUSY 1119L#define ERROR_MORE_WRITES 1120L#define ERROR_COUNTER_TIMEOUT 1121L#define ERROR_FLOPPY_ID_MARK_NOT_FOUND 1122L#define ERROR_FLOPPY_WRONG_CYLINDER 1123L#define ERROR_FLOPPY_UNKNOWN_ERROR 1124L#define ERROR_FLOPPY_BAD_REGISTERS 1125L#define ERROR_DISK_RECALIBRATE_FAILED 1126L#define ERROR_DISK_OPERATION_FAILED 1127L#define ERROR_DISK_RESET_FAILED 1128L#define ERROR_EOM_OVERFLOW 1129L#define ERROR_NOT_ENOUGH_SERVER_MEMORY 1130L#define ERROR_POSSIBLE_DEADLOCK 1131L#define ERROR_MAPPED_ALIGNMENT 1132L#define ERROR_SET_POWER_STATE_VETOED 1140L#define ERROR_SET_POWER_STATE_FAILED 1141L#define ERROR_TOO_MANY_LINKS 1142L#define ERROR_OLD_WIN_VERSION 1150L#define ERROR_APP_WRONG_OS 1151L#define ERROR_SINGLE_INSTANCE_APP 1152L#define ERROR_RMODE_APP 1153L#define ERROR_INVALID_DLL 1154L#define ERROR_NO_ASSOCIATION 1155L#define ERROR_DDE_FAIL 1156L#define ERROR_DLL_NOT_FOUND 1157L#define ERROR_BAD_USERNAME 2202L#define ERROR_NOT_CONNECTED 2250L#define ERROR_OPEN_FILES 2401L#define ERROR_ACTIVE_CONNECTIONS 2402L#define ERROR_DEVICE_IN_USE 2404L#define ERROR_BAD_DEVICE 1200L#define ERROR_CONNECTION_UNAVAIL 1201L#define ERROR_DEVICE_ALREADY_REMEMBERED 1202L#define ERROR_NO_NET_OR_BAD_PATH 1203L#define ERROR_BAD_PROVIDER 1204L#define ERROR_CANNOT_OPEN_PROFILE 1205L#define ERROR_BAD_PROFILE 1206L#define ERROR_NOT_CONTAINER 1207L#define ERROR_EXTENDED_ERROR 1208L#define ERROR_INVALID_GROUPNAME 1209L#define ERROR_INVALID_COMPUTERNAME 1210L#define ERROR_INVALID_EVENTNAME 1211L#define ERROR_INVALID_DOMAINNAME 1212L#define ERROR_INVALID_SERVICENAME 1213L#define ERROR_INVALID_NETNAME 1214L#define ERROR_INVALID_SHARENAME 1215L#define ERROR_INVALID_PASSWORDNAME 1216L#define ERROR_INVALID_MESSAGENAME 1217L#define ERROR_INVALID_MESSAGEDEST 1218L#define ERROR_SESSION_CREDENTIAL_CONFLICT 1219L#define ERROR_REMOTE_SESSION_LIMIT_EXCEEDED 1220L#define ERROR_DUP_DOMAINNAME 1221L#define ERROR_NO_NETWORK 1222L#define ERROR_CANCELLED 1223L#define ERROR_USER_MAPPED_FILE 1224L#define ERROR_CONNECTION_REFUSED 1225L#define ERROR_GRACEFUL_DISCONNECT 1226L#define ERROR_ADDRESS_ALREADY_ASSOCIATED 1227L#define ERROR_ADDRESS_NOT_ASSOCIATED 1228L#define ERROR_CONNECTION_INVALID 1229L#define ERROR_CONNECTION_ACTIVE 1230L#define ERROR_NETWORK_UNREACHABLE 1231L#define ERROR_HOST_UNREACHABLE 1232L#define ERROR_PROTOCOL_UNREACHABLE 1233L#define ERROR_PORT_UNREACHABLE 1234L#define ERROR_REQUEST_ABORTED 1235L#define ERROR_CONNECTION_ABORTED 1236L#define ERROR_RETRY 1237L#define ERROR_CONNECTION_COUNT_LIMIT 1238L#define ERROR_LOGIN_TIME_RESTRICTION 1239L#define ERROR_LOGIN_WKSTA_RESTRICTION 1240L#define ERROR_INCORRECT_ADDRESS 1241L#define ERROR_ALREADY_REGISTERED 1242L#define ERROR_SERVICE_NOT_FOUND 1243L#define ERROR_NOT_AUTHENTICATED 1244L#define ERROR_NOT_LOGGED_ON 1245L#define ERROR_CONTINUE 1246L#define ERROR_ALREADY_INITIALIZED 1247L#define ERROR_NO_MORE_DEVICES 1248L#define ERROR_NOT_ALL_ASSIGNED 1300L

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -