System Error Codes 0-499
The following table provides a list of system error codes (errors 0 to 499). They are returned by the GetLastError function when many functions fail. To retrieve the description text for the error in your application, use the FormatMessage function with the FORMAT_MESSAGE_FROM_SYSTEM flag.【下表列出了系统错误代码(错误0到499)。当许多函数失败时,GetLastError函数返回它们。要检索应用程序中错误的描述文本,请使用FormatMessage函数和FORMAT_MESSAGE_FROM_SYSTEM标志。】
If you are experiencing difficulty with an application you are installing or running, contact customer support for the software that is displaying the error message. To obtain support for a Microsoft product, go to http://support.microsoft.com.【如果正在安装或运行的应用程序遇到困难,请与客户支持联系以获取显示错误消息的软件。要获得对Microsoft产品的支持,请转到http://support.microsoft.com。】
| Constant | value | Description |
|---|---|---|
| ERROR_SUCCESS | 0 | The operation completed successfully. 【操作已成功完成。】 |
| ERROR_INVALID_FUNCTION | 1 | Incorrect function. 【功能不正确。】 |
| ERROR_FILE_NOT_FOUND | 2 | The system cannot find the file specified. 【系统找不到指定的文件。】 |
| ERROR_PATH_NOT_FOUND | 3 | The system cannot find the path specified. 【系统找不到指定的路径。】 |
| ERROR_TOO_MANY_OPEN_FILES | 4 | The system cannot open the file. 【系统无法打开该文件。】 |
| ERROR_ACCESS_DENIED | 5 | Access is denied. 【访问被拒绝。】 |
| ERROR_INVALID_HANDLE | 6 | The handle is invalid. 【句柄无效。】 |
| ERROR_ARENA_TRASHED | 7 | The storage control blocks were destroyed. 【存储控制块被销毁。】 |
| ERROR_NOT_ENOUGH_MEMORY | 8 | Not enough storage is available to process this command. 【存储空间不足,无法处理此命令。】 |
| ERROR_INVALID_BLOCK | 9 | The storage control block address is invalid. 【存储控制块地址无效。】 |
| ERROR_BAD_ENVIRONMENT | 10 | The environment is incorrect. 【环境不正确。】 |
| ERROR_BAD_FORMAT | 11 | An attempt was made to load a program with an incorrect format. 【试图加载格式不正确的程序。】 |
| ERROR_INVALID_ACCESS | 12 | The access code is invalid. 【访问代码无效。】 |
| ERROR_INVALID_DATA | 13 | The data is invalid. 【数据无效。】 |
| ERROR_OUTOFMEMORY | 14 | Not enough storage is available to complete this operation. 【没有足够的存储空间来完成此操作。】 |
| ERROR_INVALID_DRIVE | 15 | The system cannot find the drive specified. 【系统找不到指定的驱动器。】 |
| ERROR_CURRENT_DIRECTORY | 16 | The directory cannot be removed. 【无法删除目录。】 |
| ERROR_NOT_SAME_DEVICE | 17 | The system cannot move the file to a different disk drive. 【系统无法将文件移动到其他磁盘驱动器。】 |
| ERROR_NO_MORE_FILES | 18 | There are no more files. 【没有其他文件了。】 |
| ERROR_WRITE_PROTECT | 19 | The media is write protected. 【介质有写保护。】 |
| ERROR_BAD_UNIT | 20 | The system cannot find the device specified. 【系统找不到指定的设备。】 |
| ERROR_NOT_READY | 21 | The device is not ready. 【设备未就绪。】 |
| ERROR_BAD_COMMAND | 22 | The device does not recognize the command. 【设备无法识别该命令。】 |
| ERROR_CRC | 23 | Data error (cyclic redundancy check). 【数据错误(循环冗余校验)。】 |
| ERROR_BAD_LENGTH | 24 | The program issued a command but the command length is incorrect. 【程序发出了一个命令,但命令长度不正确。】 |
| ERROR_SEEK | 25 | The drive cannot locate a specific area or track on the disk. 【驱动器找不到磁盘上的特定区域或磁道。】 |
| ERROR_NOT_DOS_DISK | 26 | The specified disk or diskette cannot be accessed. 【无法访问指定的磁盘。】 |
| ERROR_SECTOR_NOT_FOUND | 27 | The drive cannot find the sector requested. 【驱动器找不到请求的扇区。】 |
| ERROR_OUT_OF_PAPER | 28 | The printer is out of paper. 【打印机缺纸了。】 |
| ERROR_WRITE_FAULT | 29 | The system cannot write to the specified device. 【系统无法写入指定的设备。】 |
| ERROR_READ_FAULT | 30 | The system cannot read from the specified device. 【系统无法读取指定的设备。】 |
| ERROR_GEN_FAILURE | 31 | A device attached to the system is not functioning. 【连接到系统的设备不工作。】 |
| ERROR_SHARING_VIOLATION | 32 | The process cannot access the file because it is being used by another process. 【进程无法访问该文件,因为另一个进程正在使用它。】 |
| ERROR_LOCK_VIOLATION | 33 | The process cannot access the file because another process has locked a portion of the file. 【进程无法访问该文件,因为另一个进程已锁定该文件的一部分。】 |
| ERROR_WRONG_DISK | 34 | The wrong diskette is in the drive. Insert %2 (Volume Serial Number: %3) into drive %1. 【驱动器中有错误的软盘。将%2(卷序列号:%3)插入驱动器%1。】 |
| ERROR_SHARING_BUFFER_EXCEEDED | 36 | Too many files opened for sharing. 【打开的共享文件太多。】 |
| ERROR_HANDLE_EOF | 38 | Reached the end of the file. 【已到达文件结尾。】 |
| ERROR_HANDLE_DISK_FULL | 39 | The disk is full. 【磁盘已满。】 |
| ERROR_NOT_SUPPORTED | 50 | The request is not supported. 【不支持该请求。】 |
| ERROR_REM_NOT_LIST | 51 | Windows cannot find the network path. Verify that the network path is correct and the destination computer is not busy or turned off. If Windows still cannot find the network path, contact your network administrator. 【Windows找不到网络路径。验证网络路径是否正确,目标计算机是否正忙或已关闭。如果Windows仍然找不到网络路径,请与网络管理员联系。】 |
| ERROR_DUP_NAME | 52 | You were not connected because a duplicate name exists on the network. If joining a domain, go to System in Control Panel to change the computer name and try again. If joining a workgroup, choose another workgroup name. 【您没有连接,因为网络上存在重复的名称。如果加入域,请转到“控制面板”中的“系统”更改计算机名,然后重试。如果加入工作组,请选择其他工作组名称。】 |
| ERROR_BAD_NETPATH | 53 | The network path was not found. 【找不到网络路径。】 |
| ERROR_NETWORK_BUSY | 54 | The network is busy. 【网络很忙。】 |
| ERROR_DEV_NOT_EXIST | 55 | The specified network resource or device is no longer available. 【指定的网络资源或设备不再可用。】 |
| ERROR_TOO_MANY_CMDS | 56 | The network BIOS command limit has been reached. 【已达到网络BIOS命令限制。】 |
| ERROR_ADAP_HDW_ERR | 57 | A network adapter hardware error occurred. 【出现网络适配器硬件错误。】 |
| ERROR_BAD_NET_RESP | 58 | The specified server cannot perform the requested operation. 【指定的服务器无法执行请求的操作。】 |
| ERROR_UNEXP_NET_ERR | 59 | An unexpected network error occurred. 【发生意外的网络错误。】 |
| ERROR_BAD_REM_ADAP | 60 | The remote adapter is not compatible. 【远程适配器不兼容。】 |
| ERROR_PRINTQ_FULL | 61 | The printer queue is full. 【打印机队列已满。】 |
| ERROR_NO_SPOOL_SPACE | 62 | Space to store the file waiting to be printed is not available on the server. 【服务器上没有存储等待打印的文件的空间。】 |
| ERROR_PRINT_CANCELLED | 63 | Your file waiting to be printed was deleted. 【等待打印的文件已被删除。】 |
| ERROR_NETNAME_DELETED | 64 | The specified network name is no longer available. 【指定的网络名称不再可用。】 |
| ERROR_NETWORK_ACCESS_DENIED | 65 | Network access is denied. 【网络访问被拒绝。】 |
| ERROR_BAD_DEV_TYPE | 66 | The network resource type is not correct. 【网络资源类型不正确。】 |
| ERROR_BAD_NET_NAME | 67 | The network name cannot be found. 【找不到网络名称。】 |
| ERROR_TOO_MANY_NAMES | 68 | The name limit for the local computer network adapter card was exceeded. 【超过了本地计算机网络适配器卡的名称限制。】 |
| ERROR_TOO_MANY_SESS | 69 | The network BIOS session limit was exceeded. 【超出了网络BIOS会话限制。】 |
| ERROR_SHARING_PAUSED | 70 | The remote server has been paused or is in the process of being started. 【远程服务器已暂停或正在启动。】 |
| ERROR_REQ_NOT_ACCEP | 71 | No more connections can be made to this remote computer at this time because there are already as many connections as the computer can accept. 【此时无法再与此远程计算机建立连接,因为已存在计算机可以接受的连接数。】 |
| ERROR_REDIR_PAUSED | 72 | The specified printer or disk device has been paused. 【指定的打印机或磁盘设备已暂停。】 |
| ERROR_FILE_EXISTS | 80 | The file exists. 【文件存在。】 |
| ERROR_CANNOT_MAKE | 82 | The directory or file cannot be created. 【无法创建目录或文件。】 |
| ERROR_FAIL_I24 | 83 | Fail on INT 24. 【INT 24故障。】 |
| ERROR_OUT_OF_STRUCTURES | 84 | Storage to process this request is not available. 【处理此请求的存储不可用。】 |
| ERROR_ALREADY_ASSIGNED | 85 | The local device name is already in use. 【本地设备名已在使用中。】 |
| ERROR_INVALID_PASSWORD | 86 | The specified network password is not correct. 【指定的网络密码不正确。】 |
| ERROR_INVALID_PARAMETER | 87 | The parameter is incorrect. 【参数不正确。】 |
| ERROR_NET_WRITE_FAULT | 88 | A write fault occurred on the network. 【网络上发生写入错误。】 |
| ERROR_NO_PROC_SLOTS | 89 | The system cannot start another process at this time. 【系统此时无法启动另一个进程。】 |
| ERROR_TOO_MANY_SEMAPHORES | 100 | Cannot create another system semaphore. 【无法创建另一个系统信号量。】 |
| ERROR_EXCL_SEM_ALREADY_OWNED | 101 | The exclusive semaphore is owned by another process. 【独占信号量由另一个进程拥有。】 |
| ERROR_SEM_IS_SET | 102 | The semaphore is set and cannot be closed. 【信号量已设置,无法关闭。】 |
| ERROR_TOO_MANY_SEM_REQUESTS | 103 | The semaphore cannot be set again. 【无法再次设置信号量。】 |
| ERROR_INVALID_AT_INTERRUPT_TIME | 104 | Cannot request exclusive semaphores at interrupt time. 【无法在中断时请求独占信号量。】 |
| ERROR_SEM_OWNER_DIED | 105 | The previous ownership of this semaphore has ended. 【此信号量以前的所有权已结束。】 |
| ERROR_SEM_USER_LIMIT | 106 | Insert the diskette for drive %1. 【插入驱动器%1的软盘。】 |
| ERROR_DISK_CHANGE | 107 | The program stopped because an alternate diskette was not inserted. 【由于没有插入备用磁盘,程序停止。】 |
| ERROR_DRIVE_LOCKED | 108 | The disk is in use or locked by another process. 【磁盘正在使用或被另一个进程锁定。】 |
| ERROR_BROKEN_PIPE | 109 | The pipe has been ended. 【管子已经断了。】 |
| ERROR_OPEN_FAILED | 110 | The system cannot open the device or file specified. 【系统无法打开指定的设备或文件。】 |
| ERROR_BUFFER_OVERFLOW | 111 | The file name is too long. 【文件名太长。】 |
| ERROR_DISK_FULL | 112 | There is not enough space on the disk. 【磁盘空间不足。】 |
| ERROR_NO_MORE_SEARCH_HANDLES | 113 | No more internal file identifiers available. 【没有更多的内部文件标识符可用。】 |
| ERROR_INVALID_TARGET_HANDLE | 114 | The target internal file identifier is incorrect. 【目标内部文件标识符不正确。】 |
| ERROR_INVALID_CATEGORY | 117 | The IOCTL call made by the application program is not correct. 【应用程序发出的IOCTL调用不正确。】 |
| ERROR_INVALID_VERIFY_SWITCH | 118 | The verify-on-write switch parameter value is not correct. 【写入时验证开关参数值不正确。】 |
| ERROR_BAD_DRIVER_LEVEL | 119 | The system does not support the command requested. 【系统不支持请求的命令。】 |
| ERROR_CALL_NOT_IMPLEMENTED | 120 | This function is not supported on this system. 【此系统不支持此功能。】 |
| ERROR_SEM_TIMEOUT | 121 | The semaphore timeout period has expired. 【信号灯超时时间已过期。】 |
| ERROR_INSUFFICIENT_BUFFER | 122 | The data area passed to a system call is too small. 【传递给系统调用的数据区域太小。】 |
| ERROR_INVALID_NAME | 123 | The filename, directory name, or volume label syntax is incorrect. 【文件名、目录名或卷标语法不正确。】 |
| ERROR_INVALID_LEVEL | 124 | The system call level is not correct. 【系统调用级别不正确。】 |
| ERROR_NO_VOLUME_LABEL | 125 | The disk has no volume label. 【磁盘没有卷标。】 |
| ERROR_MOD_NOT_FOUND | 126 | The specified module could not be found. 【找不到指定的模块。】 |
| ERROR_PROC_NOT_FOUND | 127 | The specified procedure could not be found. 【找不到指定的过程。】 |
| ERROR_WAIT_NO_CHILDREN | 128 | There are no child processes to wait for. 【没有要等待的子进程。】 |
| ERROR_CHILD_NOT_COMPLETE | 129 | The %1 application cannot be run in Win32 mode. 【%1应用程序不能在Win32模式下运行。】 |
| ERROR_DIRECT_ACCESS_HANDLE | 130 | Attempt to use a file handle to an open disk partition for an operation other than raw disk I/O. 【尝试将打开的磁盘分区的文件句柄用于原始磁盘I/O以外的操作。】 |
| ERROR_NEGATIVE_SEEK | 131 | An attempt was made to move the file pointer before the beginning of the file. 【试图在文件开头之前移动文件指针。】 |
| ERROR_SEEK_ON_DEVICE | 132 | The file pointer cannot be set on the specified device or file. 【无法在指定的设备或文件上设置文件指针。】 |
| ERROR_IS_JOIN_TARGET | 133 | A JOIN or SUBST command cannot be used for a drive that contains previously joined drives. 【JOIN或SUBST命令不能用于包含以前连接的驱动器的驱动器。】 |
| ERROR_IS_JOINED | 134 | An attempt was made to use a JOIN or SUBST command on a drive that has already been joined. 【试图在已连接的驱动器上使用JOIN或SUBST命令。】 |
| ERROR_IS_SUBSTED | 135 | An attempt was made to use a JOIN or SUBST command on a drive that has already been substituted. 【试图在已被替换的驱动器上使用JOIN或SUBST命令。】 |
| ERROR_NOT_JOINED | 136 | The system tried to delete the JOIN of a drive that is not joined. 【系统试图删除未连接的驱动器的连接。】 |
| ERROR_NOT_SUBSTED | 137 | The system tried to delete the substitution of a drive that is not substituted. 【系统试图删除未替换驱动器的替换项。】 |
| ERROR_JOIN_TO_JOIN | 138 | The system tried to join a drive to a directory on a joined drive. 【系统试图将驱动器连接到已连接驱动器上的目录。】 |
| ERROR_SUBST_TO_SUBST | 139 | The system tried to substitute a drive to a directory on a substituted drive. 【系统试图将驱动器替换为替换驱动器上的目录。】 |
| ERROR_JOIN_TO_SUBST | 140 | The system tried to join a drive to a directory on a substituted drive. 【系统试图将驱动器连接到替换驱动器上的目录。】 |
| ERROR_SUBST_TO_JOIN | 141 | The system tried to SUBST a drive to a directory on a joined drive. 【系统试图将驱动器SUBST到已连接驱动器上的目录。】 |
| ERROR_BUSY_DRIVE | 142 | The system cannot perform a JOIN or SUBST at this time. 【系统此时无法执行联接或SUBST。】 |
| ERROR_SAME_DRIVE | 143 | The system cannot join or substitute a drive to or for a directory on the same drive. 【系统不能将驱动器加入或替换为同一驱动器上的目录。】 |
| ERROR_DIR_NOT_ROOT | 144 | The directory is not a subdirectory of the root directory. 【该目录不是根目录的子目录。】 |
| ERROR_DIR_NOT_EMPTY | 145 | The directory is not empty. 【目录不为空。】 |
| ERROR_IS_SUBST_PATH | 146 | The path specified is being used in a substitute. 【指定的路径正在替换中使用。】 |
| ERROR_IS_JOIN_PATH | 147 | Not enough resources are available to process this command. 【资源不足,无法处理此命令。】 |
| ERROR_PATH_BUSY | 148 | The path specified cannot be used at this time. 【此时无法使用指定的路径。】 |
| ERROR_IS_SUBST_TARGET | 149 | An attempt was made to join or substitute a drive for which a directory on the drive is the target of a previous substitute. 【试图加入或替换驱动器,该驱动器上的目录是先前替换的目标。】 |
| ERROR_SYSTEM_TRACE | 150 | System trace information was not specified in your CONFIG.SYS file, or tracing is disallowed. 【系统跟踪信息未在您的中指定配置系统文件,或不允许跟踪。】 |
| ERROR_INVALID_EVENT_COUNT | 151 | The number of specified semaphore events for DosMuxSemWait is not correct. 【为DosMuxSemWait指定的信号量事件数不正确。】 |
| ERROR_TOO_MANY_MUXWAITERS | 152 | DosMuxSemWait did not execute; too many semaphores are already set. 【DosMuxSemWait没有执行;已经设置了太多的信号量。】 |
| ERROR_INVALID_LIST_FORMAT | 153 | The DosMuxSemWait list is not correct. 【DosMuxSemWait列表不正确。】 |
| ERROR_LABEL_TOO_LONG | 154 | The volume label you entered exceeds the label character limit of the target file system. 【输入的卷标超出了目标文件系统的标签字符限制。】 |
| ERROR_TOO_MANY_TCBS | 155 | Cannot create another thread. 【无法创建其他线程。】 |
| ERROR_SIGNAL_REFUSED | 156 | The recipient process has refused the signal. 【收件人进程已拒绝该信号。】 |
| ERROR_DISCARDED | 157 | The segment is already discarded and cannot be locked. 【该段已被丢弃,无法锁定。】 |
| ERROR_NOT_LOCKED | 158 | The segment is already unlocked. 【该段已解锁。】 |
| ERROR_BAD_THREADID_ADDR | 159 | The address for the thread ID is not correct. 【线程ID的地址不正确。】 |
| ERROR_BAD_ARGUMENTS | 160 | One or more arguments are not correct. 【一个或多个参数不正确。】 |
| ERROR_BAD_PATHNAME | 161 | The specified path is invalid. 【指定的路径无效。】 |
| ERROR_SIGNAL_PENDING | 162 | A signal is already pending. 【信号已挂起。】 |
| ERROR_MAX_THRDS_REACHED | 164 | No more threads can be created in the system. 【无法在系统中创建更多线程。】 |
| ERROR_LOCK_FAILED | 167 | Unable to lock a region of a file. 【无法锁定文件的区域。】 |
| ERROR_BUSY | 170 | The requested resource is in use. 【请求的资源正在使用中。】 |
| ERROR_CANCEL_VIOLATION | 173 | A lock request was not outstanding for the supplied cancel region. 【提供的取消区域的锁定请求未完成。】 |
| ERROR_ATOMIC_LOCKS_NOT_SUPPORTED | 174 | The file system does not support atomic changes to the lock type. 【文件系统不支持对锁类型进行原子更改。】 |
| ERROR_INVALID_SEGMENT_NUMBER | 180 | The system detected a segment number that was not correct. 【系统检测到一个不正确的段号。】 |
| ERROR_INVALID_ORDINAL | 182 | The operating system cannot run %1. 【操作系统无法运行%1。】 |
| ERROR_ALREADY_EXISTS | 183 | Cannot create a file when that file already exists. 【当文件已存在时,无法创建该文件。】 |
| ERROR_INVALID_FLAG_NUMBER | 186 | The flag passed is not correct. 【传递的标志不正确。】 |
| ERROR_SEM_NOT_FOUND | 187 | The specified system semaphore name was not found. 【找不到指定的系统信号量名称。】 |
| ERROR_INVALID_STARTING_CODESEG | 188 | The operating system cannot run %1. 【操作系统无法运行%1。】 |
| ERROR_INVALID_STACKSEG | 189 | The operating system cannot run %1. 【操作系统无法运行%1。】 |
| ERROR_INVALID_MODULETYPE | 190 | The operating system cannot run %1. 【操作系统无法运行%1。】 |
| ERROR_INVALID_EXE_SIGNATURE | 191 | Cannot run %1 in Win32 mode. 【无法在Win32模式下运行%1。】 |
| ERROR_EXE_MARKED_INVALID | 192 | The operating system cannot run %1. 【操作系统无法运行%1。】 |
| ERROR_BAD_EXE_FORMAT | 193 | %1 is not a valid Win32 application. 【%1不是有效的Win32应用程序。】 |
| ERROR_ITERATED_DATA_EXCEEDS_64k | 194 | The operating system cannot run %1. 【操作系统无法运行%1。】 |
| ERROR_INVALID_MINALLOCSIZE | 195 | The operating system cannot run %1. 【操作系统无法运行%1。】 |
| ERROR_DYNLINK_FROM_INVALID_RING | 196 | The operating system cannot run this application program. 【操作系统无法运行此应用程序。】 |
| ERROR_IOPL_NOT_ENABLED | 197 | The operating system is not presently configured to run this application. 【操作系统当前未配置为运行此应用程序。】 |
| ERROR_INVALID_SEGDPL | 198 | The operating system cannot run %1. 【操作系统无法运行%1。】 |
| ERROR_AUTODATASEG_EXCEEDS_64k | 199 | The operating system cannot run this application program. 【操作系统无法运行此应用程序。】 |
| ERROR_RING2SEG_MUST_BE_MOVABLE | 200 | The code segment cannot be greater than or equal to 64K. 【代码段不能大于或等于64K。】 |
| ERROR_RELOC_CHAIN_XEEDS_SEGLIM | 201 | The operating system cannot run %1. 【操作系统无法运行%1。】 |
| ERROR_INFLOOP_IN_RELOC_CHAIN | 202 | The operating system cannot run %1. 【操作系统无法运行%1。】 |
| ERROR_ENVVAR_NOT_FOUND | 203 | The system could not find the environment option that was entered. 【系统找不到输入的环境选项。】 |
| ERROR_NO_SIGNAL_SENT | 205 | No process in the command subtree has a signal handler. 【命令子树中没有进程具有信号处理程序。】 |
| ERROR_FILENAME_EXCED_RANGE | 206 | The filename or extension is too long. 【文件名或扩展名太长。】 |
| ERROR_RING2_STACK_IN_USE | 207 | The ring 2 stack is in use. 【环2堆栈正在使用中。】 |
| ERROR_META_EXPANSION_TOO_LONG | 208 | The global filename characters, * or ?, are entered incorrectly or too many global filename characters are specified. 【全局文件名字符,*或?,输入错误或指定了太多全局文件名字符。】 |
| ERROR_INVALID_SIGNAL_NUMBER | 209 | The signal being posted is not correct. 【张贴的信号不正确。】 |
| ERROR_THREAD_1_INACTIVE | 210 | The signal handler cannot be set. 【无法设置信号处理程序。】 |
| ERROR_LOCKED | 212 | The segment is locked and cannot be reallocated. 【段已锁定,无法重新分配。】 |
| ERROR_TOO_MANY_MODULES | 214 | Too many dynamic-link modules are attached to this program or dynamic-link module. 【此程序或动态链接模块附加了太多动态链接模块。】 |
| ERROR_NESTING_NOT_ALLOWED | 215 | Cannot nest calls to LoadModule. 【无法嵌套对LoadModule的调用。】 |
| ERROR_EXE_MACHINE_TYPE_MISMATCH | 216 | The version of %1 is not compatible with the version you’re running. Check your computer’s system information to see whether you need a x86 (32-bit) or x64 (64-bit) version of the program, and then contact the software publisher. 【%1的版本与您正在运行的版本不兼容。请检查计算机的系统信息,查看是否需要x86(32位)或x64(64位)版本的程序,然后与软件发行商联系。】 |
| ERROR_EXE_CANNOT_MODIFY_SIGNED_BINARY | 217 | The image file %1 is signed, unable to modify. 【图像文件%1已签名,无法修改。】 |
| ERROR_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY | 218 | The image file %1 is strong signed, unable to modify. 【图像文件%1是强签名的,无法修改。】 |
| ERROR_FILE_CHECKED_OUT | 220 | This file is checked out or locked for editing by another user. 【此文件已被其他用户签出或锁定以供编辑。】 |
| ERROR_CHECKOUT_REQUIRED | 221 | The file must be checked out before saving changes. 【保存更改前必须签出文件。】 |
| ERROR_BAD_FILE_TYPE | 222 | The file type being saved or retrieved has been blocked. 【正在保存或检索的文件类型已被阻止。】 |
| ERROR_FILE_TOO_LARGE | 223 | The file size exceeds the limit allowed and cannot be saved. 【文件大小超出了允许的限制,无法保存。】 |
| ERROR_FORMS_AUTH_REQUIRED | 224 | Access Denied. Before opening files in this location, you must first add the web site to your trusted sites list, browse to the web site, and select the option to login automatically. 【拒绝访问。在打开此位置的文件之前,必须先将网站添加到“受信任的网站”列表,浏览到该网站,然后选择“自动登录”选项。】 |
| ERROR_VIRUS_INFECTED | 225 | Operation did not complete successfully because the file contains a virus. 【操作未成功完成,因为文件包含病毒。】 |
| ERROR_VIRUS_DELETED | 226 | This file contains a virus and cannot be opened. Due to the nature of this virus, the file has been removed from this location. 【此文件包含病毒,无法打开。由于此病毒的性质,文件已从此位置删除。】 |
| ERROR_PIPE_LOCAL | 229 | The pipe is local. 【管道是局部的。】 |
| ERROR_BAD_PIPE | 230 | The pipe state is invalid. 【管道状态无效。】 |
| ERROR_PIPE_BUSY | 231 | All pipe instances are busy. 【所有管道实例都很忙。】 |
| ERROR_NO_DATA | 232 | The pipe is being closed. 【管道正在关闭。】 |
| ERROR_PIPE_NOT_CONNECTED | 233 | No process is on the other end of the pipe. 【管道的另一端没有流程。】 |
| ERROR_MORE_DATA | 234 | More data is available. 【更多数据可用。】 |
| ERROR_VC_DISCONNECTED | 240 | The session was canceled. 【会话已取消。】 |
| ERROR_INVALID_EA_NAME | 254 | The specified extended attribute name was invalid. 【指定的扩展属性名无效。】 |
| ERROR_EA_LIST_INCONSISTENT | 255 | The extended attributes are inconsistent. 【扩展属性不一致。】 |
| WAIT_TIMEOUT | 258 | The wait operation timed out. 【等待操作超时。】 |
| ERROR_NO_MORE_ITEMS | 259 | No more data is available. 【没有更多数据可用。】 |
| ERROR_CANNOT_COPY | 266 | The copy functions cannot be used. 【无法使用复制功能。】 |
| ERROR_DIRECTORY | 267 | The directory name is invalid. 【目录名无效。】 |
| ERROR_EAS_DIDNT_FIT | 275 | The extended attributes did not fit in the buffer. 【扩展属性不适合缓冲区。】 |
| ERROR_EA_FILE_CORRUPT | 276 | The extended attribute file on the mounted file system is corrupt. 【装载的文件系统上的扩展属性文件已损坏。】 |
| ERROR_EA_TABLE_FULL | 277 | The extended attribute table file is full. 【扩展属性表文件已满。】 |
| ERROR_INVALID_EA_HANDLE | 278 | The specified extended attribute handle is invalid. 【指定的扩展属性句柄无效。】 |
| ERROR_EAS_NOT_SUPPORTED | 282 | The mounted file system does not support extended attributes. 【装载的文件系统不支持扩展属性。】 |
| ERROR_NOT_OWNER | 288 | Attempt to release mutex not owned by caller. 【尝试释放不属于调用方的互斥锁。】 |
| ERROR_TOO_MANY_POSTS | 298 | Too many posts were made to a semaphore. 【对一个信号量发了太多的帖子。】 |
| ERROR_PARTIAL_COPY | 299 | Only part of a ReadProcessMemory or WriteProcessMemory request was completed. 【只完成了ReadProcessMemory或WriteProcessMemory请求的一部分。】 |
| ERROR_OPLOCK_NOT_GRANTED | 300 | The oplock request is denied. 【oplock请求被拒绝。】 |
| ERROR_INVALID_OPLOCK_PROTOCOL | 301 | An invalid oplock acknowledgment was received by the system. 【系统接收到无效的oplock确认。】 |
| ERROR_DISK_TOO_FRAGMENTED | 302 | The volume is too fragmented to complete this operation. 【卷太零碎,无法完成此操作。】 |
| ERROR_DELETE_PENDING | 303 | The file cannot be opened because it is in the process of being deleted. 【无法打开该文件,因为它正在被删除。】 |
| ERROR_MR_MID_NOT_FOUND | 317 | The system cannot find message text for message number 0x%1 in the message file for %2. 【系统在%2的消息文件中找不到消息编号0x%1的消息文本。】 |
| ERROR_SCOPE_NOT_FOUND | 318 | The scope specified was not found. 【找不到指定的作用域。】 |
| ERROR_FAIL_NOACTION_REBOOT | 350 | No action was taken as a system reboot is required. 【由于需要重新启动系统,因此未采取任何操作。】 |
| ERROR_FAIL_SHUTDOWN | 351 | The shutdown operation failed. 【关机操作失败。】 |
| ERROR_FAIL_RESTART | 352 | The restart operation failed. 【重新启动操作失败。】 |
| ERROR_MAX_SESSIONS_REACHED | 353 | The maximum number of sessions has been reached. 【已达到最大会话数。】 |
| ERROR_THREAD_MODE_ALREADY_BACKGROUND | 400 | The thread is already in background processing mode. 【线程已处于后台处理模式。】 |
| ERROR_THREAD_MODE_NOT_BACKGROUND | 401 | The thread is not in background processing mode. 【线程未处于后台处理模式。】 |
| ERROR_PROCESS_MODE_ALREADY_BACKGROUND | 402 | The process is already in background processing mode. 【进程已处于后台处理模式。】 |
| ERROR_PROCESS_MODE_NOT_BACKGROUND | 403 | The process is not in background processing mode. 【进程未处于后台处理模式。】 |
| ERROR_INVALID_ADDRESS | 487 | Attempt to access invalid address. 【试图访问无效地址。】 |
本文详细解读了系统错误代码0至499,包括常见错误如文件未找到、内存不足等及其处理方法。通过FormatMessage函数获取错误描述,并提供软件支持链接。遇到应用问题,可联系客户支持或查阅Microsoft支持页面。
9441

被折叠的 条评论
为什么被折叠?



