📄 winerror.inc
字号:
; MessageText:
;
; The local device name is already in use.
;
ERROR_ALREADY_ASSIGNED equ 85
;
; MessageId: ERROR_INVALID_PASSWORD
;
; MessageText:
;
; The specified network password is not correct.
;
ERROR_INVALID_PASSWORD equ 86
;
; MessageId: ERROR_INVALID_PARAMETER
;
; MessageText:
;
; The parameter is incorrect.
;
ERROR_INVALID_PARAMETER equ 87 ; dderror
;
; MessageId: ERROR_NET_WRITE_FAULT
;
; MessageText:
;
; A write fault occurred on the network.
;
ERROR_NET_WRITE_FAULT equ 88
;
; MessageId: ERROR_NO_PROC_SLOTS
;
; MessageText:
;
; The system cannot start another process at this time.
;
ERROR_NO_PROC_SLOTS equ 89
;
; MessageId: ERROR_TOO_MANY_SEMAPHORES
;
; MessageText:
;
; Cannot create another system semaphore.
;
ERROR_TOO_MANY_SEMAPHORES equ 100
;
; MessageId: ERROR_EXCL_SEM_ALREADY_OWNED
;
; MessageText:
;
; The exclusive semaphore is owned by another process.
;
ERROR_EXCL_SEM_ALREADY_OWNED equ 101
;
; MessageId: ERROR_SEM_IS_SET
;
; MessageText:
;
; The semaphore is set and cannot be closed.
;
ERROR_SEM_IS_SET equ 102
;
; MessageId: ERROR_TOO_MANY_SEM_REQUESTS
;
; MessageText:
;
; The semaphore cannot be set again.
;
ERROR_TOO_MANY_SEM_REQUESTS equ 103
;
; MessageId: ERROR_INVALID_AT_INTERRUPT_TIME
;
; MessageText:
;
; Cannot request exclusive semaphores at interrupt time.
;
ERROR_INVALID_AT_INTERRUPT_TIME equ 104
;
; MessageId: ERROR_SEM_OWNER_DIED
;
; MessageText:
;
; The previous ownership of this semaphore has ended.
;
ERROR_SEM_OWNER_DIED equ 105
;
; MessageId: ERROR_SEM_USER_LIMIT
;
; MessageText:
;
; Insert the diskette for drive %1.
;
ERROR_SEM_USER_LIMIT equ 106
;
; MessageId: ERROR_DISK_CHANGE
;
; MessageText:
;
; The program stopped because an alternate diskette was not inserted.
;
ERROR_DISK_CHANGE equ 107
;
; MessageId: ERROR_DRIVE_LOCKED
;
; MessageText:
;
; The disk is in use or locked by another process.
;
ERROR_DRIVE_LOCKED equ 108
;
; MessageId: ERROR_BROKEN_PIPE
;
; MessageText:
;
; The pipe has been ended.
;
ERROR_BROKEN_PIPE equ 109
;
; MessageId: ERROR_OPEN_FAILED
;
; MessageText:
;
; The system cannot open the device or file specified.
;
ERROR_OPEN_FAILED equ 110
;
; MessageId: ERROR_BUFFER_OVERFLOW
;
; MessageText:
;
; The file name is too long.
;
ERROR_BUFFER_OVERFLOW equ 111
;
; MessageId: ERROR_DISK_FULL
;
; MessageText:
;
; There is not enough space on the disk.
;
ERROR_DISK_FULL equ 112
;
; MessageId: ERROR_NO_MORE_SEARCH_HANDLES
;
; MessageText:
;
; No more internal file identifiers available.
;
ERROR_NO_MORE_SEARCH_HANDLES equ 113
;
; MessageId: ERROR_INVALID_TARGET_HANDLE
;
; MessageText:
;
; The target internal file identifier is incorrect.
;
ERROR_INVALID_TARGET_HANDLE equ 114
;
; MessageId: ERROR_INVALID_CATEGORY
;
; MessageText:
;
; The IOCTL call made by the application program is not correct.
;
ERROR_INVALID_CATEGORY equ 117
;
; MessageId: ERROR_INVALID_VERIFY_SWITCH
;
; MessageText:
;
; The verify-on-write switch parameter value is not correct.
;
ERROR_INVALID_VERIFY_SWITCH equ 118
;
; MessageId: ERROR_BAD_DRIVER_LEVEL
;
; MessageText:
;
; The system does not support the command requested.
;
ERROR_BAD_DRIVER_LEVEL equ 119
;
; MessageId: ERROR_CALL_NOT_IMPLEMENTED
;
; MessageText:
;
; This function is not supported on this system.
;
ERROR_CALL_NOT_IMPLEMENTED equ 120
;
; MessageId: ERROR_SEM_TIMEOUT
;
; MessageText:
;
; The semaphore timeout period has expired.
;
ERROR_SEM_TIMEOUT equ 121
;
; MessageId: ERROR_INSUFFICIENT_BUFFER
;
; MessageText:
;
; The data area passed to a system call is too small.
;
ERROR_INSUFFICIENT_BUFFER equ 122 ; dderror
;
; MessageId: ERROR_INVALID_NAME
;
; MessageText:
;
; The filename, directory name, or volume label syntax is incorrect.
;
ERROR_INVALID_NAME equ 123 ; dderror
;
; MessageId: ERROR_INVALID_LEVEL
;
; MessageText:
;
; The system call level is not correct.
;
ERROR_INVALID_LEVEL equ 124
;
; MessageId: ERROR_NO_VOLUME_LABEL
;
; MessageText:
;
; The disk has no volume label.
;
ERROR_NO_VOLUME_LABEL equ 125
;
; MessageId: ERROR_MOD_NOT_FOUND
;
; MessageText:
;
; The specified module could not be found.
;
ERROR_MOD_NOT_FOUND equ 126
;
; MessageId: ERROR_PROC_NOT_FOUND
;
; MessageText:
;
; The specified procedure could not be found.
;
ERROR_PROC_NOT_FOUND equ 127
;
; MessageId: ERROR_WAIT_NO_CHILDREN
;
; MessageText:
;
; There are no child processes to wait for.
;
ERROR_WAIT_NO_CHILDREN equ 128
;
; MessageId: ERROR_CHILD_NOT_COMPLETE
;
; MessageText:
;
; The %1 application cannot be run in Win32 mode.
;
ERROR_CHILD_NOT_COMPLETE equ 129
;
; MessageId: 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.
;
ERROR_DIRECT_ACCESS_HANDLE equ 130
;
; MessageId: ERROR_NEGATIVE_SEEK
;
; MessageText:
;
; An attempt was made to move the file pointer before the beginning of the file.
;
ERROR_NEGATIVE_SEEK equ 131
;
; MessageId: ERROR_SEEK_ON_DEVICE
;
; MessageText:
;
; The file pointer cannot be set on the specified device or file.
;
ERROR_SEEK_ON_DEVICE equ 132
;
; MessageId: ERROR_IS_JOIN_TARGET
;
; MessageText:
;
; A JOIN or SUBST command cannot be used for a drive that contains previously joined drives.
;
ERROR_IS_JOIN_TARGET equ 133
;
; MessageId: ERROR_IS_JOINED
;
; MessageText:
;
; An attempt was made to use a JOIN or SUBST command on a drive that has already been joined.
;
ERROR_IS_JOINED equ 134
;
; MessageId: ERROR_IS_SUBSTED
;
; MessageText:
;
; An attempt was made to use a JOIN or SUBST command on a drive that has already been substituted.
;
ERROR_IS_SUBSTED equ 135
;
; MessageId: ERROR_NOT_JOINED
;
; MessageText:
;
; The system tried to delete the JOIN of a drive that is not joined.
;
ERROR_NOT_JOINED equ 136
;
; MessageId: ERROR_NOT_SUBSTED
;
; MessageText:
;
; The system tried to delete the substitution of a drive that is not substituted.
;
ERROR_NOT_SUBSTED equ 137
;
; MessageId: ERROR_JOIN_TO_JOIN
;
; MessageText:
;
; The system tried to join a drive to a directory on a joined drive.
;
ERROR_JOIN_TO_JOIN equ 138
;
; MessageId: ERROR_SUBST_TO_SUBST
;
; MessageText:
;
; The system tried to substitute a drive to a directory on a substituted drive.
;
ERROR_SUBST_TO_SUBST equ 139
;
; MessageId: ERROR_JOIN_TO_SUBST
;
; MessageText:
;
; The system tried to join a drive to a directory on a substituted drive.
;
ERROR_JOIN_TO_SUBST equ 140
;
; MessageId: ERROR_SUBST_TO_JOIN
;
; MessageText:
;
; The system tried to SUBST a drive to a directory on a joined drive.
;
ERROR_SUBST_TO_JOIN equ 141
;
; MessageId: ERROR_BUSY_DRIVE
;
; MessageText:
;
; The system cannot perform a JOIN or SUBST at this time.
;
ERROR_BUSY_DRIVE equ 142
;
; MessageId: ERROR_SAME_DRIVE
;
; MessageText:
;
; The system cannot join or substitute a drive to or for a directory on the same drive.
;
ERROR_SAME_DRIVE equ 143
;
; MessageId: ERROR_DIR_NOT_ROOT
;
; MessageText:
;
; The directory is not a subdirectory of the root directory.
;
ERROR_DIR_NOT_ROOT equ 144
;
; MessageId: ERROR_DIR_NOT_EMPTY
;
; MessageText:
;
; The directory is not empty.
;
ERROR_DIR_NOT_EMPTY equ 145
;
; MessageId: ERROR_IS_SUBST_PATH
;
; MessageText:
;
; The path specified is being used in a substitute.
;
ERROR_IS_SUBST_PATH equ 146
;
; MessageId: ERROR_IS_JOIN_PATH
;
; MessageText:
;
; Not enough resources are available to process this command.
;
ERROR_IS_JOIN_PATH equ 147
;
; MessageId: ERROR_PATH_BUSY
;
; MessageText:
;
; The path specified cannot be used at this time.
;
ERROR_PATH_BUSY equ 148
;
; MessageId: ERROR_IS_SUBST_TARGET
;
; MessageText:
;
; 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_IS_SUBST_TARGET equ 149
;
; MessageId: ERROR_SYSTEM_TRACE
;
; MessageText:
;
; System trace information was not specified in your CONFIG.SYS file, or tracing is disallowed.
;
ERROR_SYSTEM_TRACE equ 150
;
; MessageId: ERROR_INVALID_EVENT_COUNT
;
; MessageText:
;
; The number of specified semaphore events for DosMuxSemWait is not correct.
;
ERROR_INVALID_EVENT_COUNT equ 151
;
; MessageId: ERROR_TOO_MANY_MUXWAITERS
;
; MessageText:
;
; DosMuxSemWait did not execute; too many semaphores are already set.
;
ERROR_TOO_MANY_MUXWAITERS equ 152
;
; MessageId: ERROR_INVALID_LIST_FORMAT
;
; MessageText:
;
; The DosMuxSemWait list is not correct.
;
ERROR_INVALID_LIST_FORMAT equ 153
;
; MessageId: ERROR_LABEL_TOO_LONG
;
; MessageText:
;
; The volume label you entered exceeds the label character limit of the target file system.
;
ERROR_LABEL_TOO_LONG equ 154
;
; MessageId: ERROR_TOO_MANY_TCBS
;
; MessageText:
;
; Cannot create another thread.
;
ERROR_TOO_MANY_TCBS equ 155
;
; MessageId: ERROR_SIGNAL_REFUSED
;
; MessageText:
;
; The recipient process has refused the signal.
;
ERROR_SIGNAL_REFUSED equ 156
;
; MessageId: ERROR_DISCARDED
;
; MessageText:
;
; The segment is already discarded and cannot be locked.
;
ERROR_DISCARDED equ 157
;
; MessageId: ERROR_NOT_LOCKED
;
; MessageText:
;
; The segment is already unlocked.
;
ERROR_NOT_LOCKED equ 158
;
; MessageId: ERROR_BAD_THREADID_ADDR
;
; MessageText:
;
; The address for the thread ID is not correct.
;
ERROR_BAD_THREADID_ADDR equ 159
;
; MessageId: ERROR_BAD_ARGUMENTS
;
; MessageText:
;
; One or more arguments are not correct.
;
ERROR_BAD_ARGUMENTS equ 160
;
; MessageId: ERROR_BAD_PATHNAME
;
; MessageText:
;
; The specified path is invalid.
;
ERROR_BAD_PATHNAME equ 161
;
; MessageId: ERROR_SIGNAL_PENDING
;
; MessageText:
;
; A signal is already pending.
;
ERROR_SIGNAL_PENDING equ 162
;
; MessageId: ERROR_MAX_THRDS_REACHED
;
; MessageText:
;
; No more threads can be created in the system.
;
ERROR_MAX_THRDS_REACHED equ 164
;
; MessageId: ERROR_LOCK_FAILED
;
; MessageText:
;
; Unable to lock a region of a file.
;
ERROR_LOCK_FAILED equ 167
;
; MessageId: ERROR_BUSY
;
; MessageText:
;
; The requested resource is in use.
;
ERROR_BUSY equ 170 ; dderror
;
; MessageId: ERROR_CANCEL_VIOLATION
;
; MessageText:
;
; A lock request was not outstanding for the supplied cancel region.
;
ERROR_CANCEL_VIOLATION equ 173
;
; MessageId: ERROR_ATOMIC_LOCKS_NOT_SUPPORTED
;
; MessageText:
;
; The file system does not support atomic changes to the lock type.
;
ERROR_ATOMIC_LOCKS_NOT_SUPPORTED equ 174
;
; MessageId: ERROR_INVALID_SEGMENT_NUMBER
;
; MessageText:
;
; The system detected a segment number that was not correct.
;
ERROR_INVALID_SEGMENT_NUMBER equ 180
;
; MessageId: ERROR_INVALID_ORDINAL
;
; MessageText:
;
; The operating system cannot run %1.
;
ERROR_INVALID_ORDINAL equ 182
;
; MessageId: ERROR_ALREADY_EXISTS
;
; MessageText:
;
; Cannot create a file when that file already exists.
;
ERROR_ALREADY_EXISTS equ 183
;
; MessageId: ERROR_INVALID_FLAG_NUMBER
;
; MessageText:
;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -