876

    Delphi I/O Errors列表及解释(101~200)
    作者:于 2019年12月25日 发布在分类 / 综合 下,并于 2019年12月25日 编辑

    来源地址:https://www.cnblogs.com/findumars/p/7147619.html


    I/O Error 101:

    IO Error 101L
    ERROR_EXCL_SEM_ALREADY_OWNED
    MessageText:
    The exclusive semaphore is owned by another process. 独占信号量由另一个进程拥有。

    I/O Error 102:
    IO Error 102L
    ERROR_SEM_IS_SET
    MessageText:
    The semaphore is set and cannot be closed. 信号量已设置,无法关闭。
     
    I/O Error 103:
    IO Error 103L
    ERROR_TOO_MANY_SEM_REQUESTS
    MessageText:
    The semaphore cannot be set again. 无法再次设置信号量。

    I/O Error 104:
    IO Error 104L
    ERROR_INVALID_AT_INTERRUPT_TIME
    MessageText:
    Cannot request exclusive semaphores at interrupt time. 无法在中断时请求独占信号量。

    I/O Error 105:
    IO Error 105L
    ERROR_SEM_OWNER_DIED
    MessageText:
    The previous ownership of this semaphore has ended. 此信号灯的先前所有权已结束。

    I/O Error 107:
    IO Error 107L
    ERROR_DISK_CHANGE
    MessageText:
    Program stopped because alternate diskette was not inserted. 由于未插入备用磁盘,程序已停止。

    I/O Error 108:
    IO Error 108L
    ERROR_DRIVE_LOCKED
    MessageText:
    The disk is in use or locked by another process. 磁盘已被其他进程锁定,并且使用中……

    I/O Error 109:
    IO Error 109L
    ERROR_BROKEN_PIPE
    MessageText:
    The pipe has been ended.  管道已经结束了。

    I/O Error 110:
    IO Error 110L
    ERROR_OPEN_FAILED
    MessageText:
    The system cannot open the device or file specified. 系统无法打开指定的设备或文件

    I/O Error 111:
    IO Error 111L
    ERROR_BUFFER_OVERFLOW
    MessageText:
    The file name is too long. 文件名过长

    I/O Error 112:
    IO Error 112L
    ERROR_DISK_FULL
    MessageText:
    There is not enough space on the disk. 磁盘空间不足

    I/O Error 113:
    IO Error 113L
    ERROR_NO_MORE_SEARCH_HANDLES
    MessageText:
    No more internal file identifiers available. 没有更多的内部文件标识符可用。

    I/O Error 114:
    IO Error 114L
    ERROR_INVALID_TARGET_HANDLE
    MessageText:
    The target internal file identifier is incorrect. 目标内部文件标识符不正确。

    I/O Error 117:
    IO Error 117L
    ERROR_INVALID_CATEGORY
    MessageText:
    The IOCTL call made by the application program is not correct. 应用程序发出的IOCTL调用不正确。

    I/O Error 119:
    IO Error 119L
    ERROR_BAD_DRIVER_LEVEL
    MessageText:
    The system does not support the command requested. 系统不支持请求的命令。

    I/O Error 120:
    IO Error 120L
    ERROR_CALL_NOT_IMPLEMENTED
    MessageText:
    This function is only valid in Windows NT mode. 此函数仅在Windows NT模式下有效。

    I/O Error 121:
    IO Error 121L
    ERROR_SEM_TIMEOUT
    MessageText:
    The semaphore timeout period has expired. 信号量超时时间已过期。

    I/O Error dderro:
    IO Error dderroL
    ERROR_INSUFFICIENT_BUFFER
    MessageText:
    The data area passed to a system call is too small. 传递给系统调用的数据区域太小。

    I/O Error 123:
    IO Error 123L
    ERROR_INVALID_NAME
    MessageText:
    The filename, directory name, or volume label syntax is incorrect. 文件名、目录名或卷标语法不正确。

    I/O Error 124:
    IO Error 124L
    ERROR_INVALID_LEVEL
    MessageText:
    The system call level is not correct. 系统调用级别不正确。

    I/O Error 125:
    IO Error 125L
    ERROR_NO_VOLUME_LABEL
    MessageText:
    The disk has no volume label. 磁盘没有卷标。


    I/O Error 126:

    IO Error 126L
    ERROR_MOD_NOT_FOUND
    MessageText: 
    The specified module could not be found. 找不到指定的模块。

    I/O Error 127:
    IO Error 127L
    ERROR_PROC_NOT_FOUND
    MessageText:
    The specified procedure could not be found. 找不到指定的过程。

    I/O Error 128:
    IO Error 128L
    ERROR_WAIT_NO_CHILDREN
    MessageText:
    There are no child processes to wait for. 没有要等待的子进程。

    I/O Error 130:
    IO Error 130L
    ERROR_DIRECT_ACCESS_HANDLE
    MessageText:
    Attempt to use a file handle to an open disk partition for an operation other than raw disk I/O.

    I/O Error 131:
    IO Error 131L
    ERROR_NEGATIVE_SEEK
    MessageText:

    An attempt was made to move the file pointer before the beginning of the file.

    尝试将打开的磁盘分区的文件句柄用于原始磁盘I/O以外的操作。

    I/O Error 132:
    IO Error 132L
    ERROR_SEEK_ON_DEVICE
    MessageText:

    The file pointer cannot be set on the specified device or file.无法在指定的设备或文件上设置文件指针。


    I/O Error 143:
    IO Error 143L
    ERROR_SAME_DRIVE
    MessageText:

    The system cannot join or substitute a drive to or for a directory on the same drive.

    系统无法将驱动器加入或替换为同一驱动器上的目录。

    I/O Error 144:
    IO Error 144L
    ERROR_DIR_NOT_ROOT
    MessageText:
    The directory is not a subdirectory of the root directory. 目录不是根目录的子目录。

    I/O Error 145:
    IO Error 145L
    ERROR_DIR_NOT_EMPTY
    MessageText:
    The directory is not empty.  目录不为空。

    I/O Error 146:
    IO Error 146L
    ERROR_IS_SUBST_PATH
    MessageText:
    The path specified is being used in a substitute. 指定的路径正在替换中使用。

    I/O Error 147:
    IO Error 147L
    ERROR_IS_JOIN_PATH
    MessageText:
    Not enough resources are available to process this command. 没有足够的资源来处理此命令。

    I/O Error 148:
    IO Error 148L
    ERROR_PATH_BUSY
    MessageText:
    The path specified cannot be used at this time. 指定的路径此时不可用

    I/O Error 154:
    IO Error 154L
    ERROR_LABEL_TOO_LONG
    MessageText:

    The volume label you entered exceeds the label character limit of the target file system.

    您输入的卷标超出了目标文件系统的标签字符限制。

    I/O Error 155:
    IO Error 155L
    ERROR_TOO_MANY_TCBS
    MessageText:
    Cannot create another thread. 无法创建另一个线程

    I/O Error 161:
    IO Error 161L
    ERROR_BAD_PATHNAME
    MessageText:
    The specified path is invalid. 指定路径无效

    I/O Error 164:
    IO Error 164L
    ERROR_MAX_THRDS_REACHED
    MessageText:
    No more threads can be created in the system. 系统中无法创建更多线程。

    I/O Error 170:
    IO Error 170L
    ERROR_BUSY
    MessageText:
    The requested resource is in use. 请求的资源在使用中……


    I/O Error 174:

    IO Error 174L
    ERROR_ATOMIC_LOCKS_NOT_SUPPORTED
    MessageText:

    The file system does not support atomic changes to the lock type.文件系统不支持锁类型的原子更改。

    I/O Error 182:
    IO Error 182L
    ERROR_INVALID_ORDINAL
    MessageText:
    The operating system cannot run %1.  操作系统无法运行XXXX

    I/O Error 183:
    IO Error 183L
    ERROR_ALREADY_EXISTS
    MessageText:
    Cannot create a file when that file already exists. 文件已存在

    I/O Error 191:
    IO Error 191L
    ERROR_INVALID_EXE_SIGNATURE
    MessageText:
    Cannot run %1 in Windows NT mode. 无法在windows NT模式下运行XXXX

    I/O Error 196:
    IO Error 196L
    ERROR_DYNLINK_FROM_INVALID_RING
    MessageText:
    The operating system cannot run this application program. 操作系统无法运行此程序

    I/O Error 197:
    IO Error 197L
    ERROR_IOPL_NOT_ENABLED
    MessageText:

    The operating system is not presently configured to run this application.

    操作系统当前未配置为运行此应用程序。

    I/O Error 199:
    IO Error 199L
    ERROR_AUTODATASEG_EXCEEDS_64k
    MessageText:
    The operating system cannot run this application program. 操作系统无法运行此程序

    I/O Error 200:
    IO Error 200L
    ERROR_RING2SEG_MUST_BE_MOVABLE
    MessageText:
    The code segment cannot be greater than or equal to 64KB. 代码段不能大于或等于64KB。
     标签

    oerror lerror ioerror 系统 无法 文件 invalid 指定 信号 磁盘
     推荐知识

     访问权限

    创建人
    工作小组 易石编辑部
    文档编辑权限 工作小组
    文档阅读权限 来自分类
    分类阅读权限 所有人
    分类编辑权限 所有人
    分类审核权限
     历史版本

    修改日期 修改人 备注
    2019-12-25 11:33:44[当前版本] CREAT
    wcp知识库系统-V3.2.5.free