📄 winerror.inc
字号:
; While accessing the hard disk, a recalibrate operation failed, even after retries.
;
ERROR_DISK_RECALIBRATE_FAILED equ 1126
;
; MessageId: ERROR_DISK_OPERATION_FAILED
;
; MessageText:
;
; While accessing the hard disk, a disk operation failed even after retries.
;
ERROR_DISK_OPERATION_FAILED equ 1127
;
; MessageId: ERROR_DISK_RESET_FAILED
;
; MessageText:
;
; While accessing the hard disk, a disk controller reset was needed, but even that failed.
;
ERROR_DISK_RESET_FAILED equ 1128
;
; MessageId: ERROR_EOM_OVERFLOW
;
; MessageText:
;
; Physical end of tape encountered.
;
ERROR_EOM_OVERFLOW equ 1129
;
; MessageId: ERROR_NOT_ENOUGH_SERVER_MEMORY
;
; MessageText:
;
; Not enough server storage is available to process this command.
;
ERROR_NOT_ENOUGH_SERVER_MEMORY equ 1130
;
; MessageId: ERROR_POSSIBLE_DEADLOCK
;
; MessageText:
;
; A potential deadlock condition has been detected.
;
ERROR_POSSIBLE_DEADLOCK equ 1131
;
; MessageId: ERROR_MAPPED_ALIGNMENT
;
; MessageText:
;
; The base address or the file offset specified does not have the proper alignment.
;
ERROR_MAPPED_ALIGNMENT equ 1132
;
; MessageId: ERROR_SET_POWER_STATE_VETOED
;
; MessageText:
;
; An attempt to change the system power state was vetoed by another application or driver.
;
ERROR_SET_POWER_STATE_VETOED equ 1140
;
; MessageId: ERROR_SET_POWER_STATE_FAILED
;
; MessageText:
;
; The system BIOS failed an attempt to change the system power state.
;
ERROR_SET_POWER_STATE_FAILED equ 1141
;
; MessageId: ERROR_TOO_MANY_LINKS
;
; MessageText:
;
; An attempt was made to create more links on a file than the file system supports.
;
ERROR_TOO_MANY_LINKS equ 1142
;
; MessageId: ERROR_OLD_WIN_VERSION
;
; MessageText:
;
; The specified program requires a newer version of Windows.
;
ERROR_OLD_WIN_VERSION equ 1150
;
; MessageId: ERROR_APP_WRONG_OS
;
; MessageText:
;
; The specified program is not a Windows or MS-DOS program.
;
ERROR_APP_WRONG_OS equ 1151
;
; MessageId: ERROR_SINGLE_INSTANCE_APP
;
; MessageText:
;
; Cannot start more than one instance of the specified program.
;
ERROR_SINGLE_INSTANCE_APP equ 1152
;
; MessageId: ERROR_RMODE_APP
;
; MessageText:
;
; The specified program was written for an earlier version of Windows.
;
ERROR_RMODE_APP equ 1153
;
; MessageId: ERROR_INVALID_DLL
;
; MessageText:
;
; One of the library files needed to run this application is damaged.
;
ERROR_INVALID_DLL equ 1154
;
; MessageId: ERROR_NO_ASSOCIATION
;
; MessageText:
;
; No application is associated with the specified file for this operation.
;
ERROR_NO_ASSOCIATION equ 1155
;
; MessageId: ERROR_DDE_FAIL
;
; MessageText:
;
; An error occurred in sending the command to the application.
;
ERROR_DDE_FAIL equ 1156
;
; MessageId: ERROR_DLL_NOT_FOUND
;
; MessageText:
;
; One of the library files needed to run this application cannot be found.
;
ERROR_DLL_NOT_FOUND equ 1157
;
; MessageId: ERROR_NO_MORE_USER_HANDLES
;
; MessageText:
;
; The current process has used all of its system allowance of handles for Window Manager objects.
;
ERROR_NO_MORE_USER_HANDLES equ 1158
;
; MessageId: ERROR_MESSAGE_SYNC_ONLY
;
; MessageText:
;
; The message can be used only with synchronous operations.
;
ERROR_MESSAGE_SYNC_ONLY equ 1159
;
; MessageId: ERROR_SOURCE_ELEMENT_EMPTY
;
; MessageText:
;
; The indicated source element has no media.
;
ERROR_SOURCE_ELEMENT_EMPTY equ 1160
;
; MessageId: ERROR_DESTINATION_ELEMENT_FULL
;
; MessageText:
;
; The indicated destination element already contains media.
;
ERROR_DESTINATION_ELEMENT_FULL equ 1161
;
; MessageId: ERROR_ILLEGAL_ELEMENT_ADDRESS
;
; MessageText:
;
; The indicated element does not exist.
;
ERROR_ILLEGAL_ELEMENT_ADDRESS equ 1162
;
; MessageId: ERROR_MAGAZINE_NOT_PRESENT
;
; MessageText:
;
; The indicated element is part of a magazine that is not present.
;
ERROR_MAGAZINE_NOT_PRESENT equ 1163
;
; MessageId: ERROR_DEVICE_REINITIALIZATION_NEEDED
;
; MessageText:
;
; The indicated device requires reinitialization due to hardware errors.
;
ERROR_DEVICE_REINITIALIZATION_NEEDED equ 1164 ; dderror
;
; MessageId: ERROR_DEVICE_REQUIRES_CLEANING
;
; MessageText:
;
; The device has indicated that cleaning is required before further operations are attempted.
;
ERROR_DEVICE_REQUIRES_CLEANING equ 1165
;
; MessageId: ERROR_DEVICE_DOOR_OPEN
;
; MessageText:
;
; The device has indicated that its door is open.
;
ERROR_DEVICE_DOOR_OPEN equ 1166
;
; MessageId: ERROR_DEVICE_NOT_CONNECTED
;
; MessageText:
;
; The device is not connected.
;
ERROR_DEVICE_NOT_CONNECTED equ 1167
;
; MessageId: ERROR_NOT_FOUND
;
; MessageText:
;
; Element not found.
;
ERROR_NOT_FOUND equ 1168
;
; MessageId: ERROR_NO_MATCH
;
; MessageText:
;
; There was no match for the specified key in the index.
;
ERROR_NO_MATCH equ 1169
;
; MessageId: ERROR_SET_NOT_FOUND
;
; MessageText:
;
; The property set specified does not exist on the object.
;
ERROR_SET_NOT_FOUND equ 1170
;
; MessageId: ERROR_POINT_NOT_FOUND
;
; MessageText:
;
; The point passed to GetMouseMovePoints is not in the buffer.
;
ERROR_POINT_NOT_FOUND equ 1171
;
; MessageId: ERROR_NO_TRACKING_SERVICE
;
; MessageText:
;
; The tracking (workstation) service is not running.
;
ERROR_NO_TRACKING_SERVICE equ 1172
;
; MessageId: ERROR_NO_VOLUME_ID
;
; MessageText:
;
; The Volume ID could not be found.
;
ERROR_NO_VOLUME_ID equ 1173
;
; MessageId: ERROR_UNABLE_TO_REMOVE_REPLACED
;
; MessageText:
;
; Unable to remove the file to be replaced.
;
ERROR_UNABLE_TO_REMOVE_REPLACED equ 1175
;
; MessageId: ERROR_UNABLE_TO_MOVE_REPLACEMENT
;
; MessageText:
;
; Unable to move the replacement file to the file to be replaced. The file to be replaced has retained its original name.
;
ERROR_UNABLE_TO_MOVE_REPLACEMENT equ 1176
;
; MessageId: ERROR_UNABLE_TO_MOVE_REPLACEMENT_2
;
; MessageText:
;
; Unable to move the replacement file to the file to be replaced. The file to be replaced has been renamed using the backup name.
;
ERROR_UNABLE_TO_MOVE_REPLACEMENT_ equ 2 1177
;
; MessageId: ERROR_JOURNAL_DELETE_IN_PROGRESS
;
; MessageText:
;
; The volume change journal is being deleted.
;
ERROR_JOURNAL_DELETE_IN_PROGRESS equ 1178
;
; MessageId: ERROR_JOURNAL_NOT_ACTIVE
;
; MessageText:
;
; The volume change journal is not active.
;
ERROR_JOURNAL_NOT_ACTIVE equ 1179
;
; MessageId: ERROR_POTENTIAL_FILE_FOUND
;
; MessageText:
;
; A file was found, but it may not be the correct file.
;
ERROR_POTENTIAL_FILE_FOUND equ 1180
;
; MessageId: ERROR_JOURNAL_ENTRY_DELETED
;
; MessageText:
;
; The journal entry has been deleted from the journal.
;
ERROR_JOURNAL_ENTRY_DELETED equ 1181
;
; MessageId: ERROR_BAD_DEVICE
;
; MessageText:
;
; The specified device name is invalid.
;
ERROR_BAD_DEVICE equ 1200
;
; MessageId: ERROR_CONNECTION_UNAVAIL
;
; MessageText:
;
; The device is not currently connected but it is a remembered connection.
;
ERROR_CONNECTION_UNAVAIL equ 1201
;
; MessageId: ERROR_DEVICE_ALREADY_REMEMBERED
;
; MessageText:
;
; The local device name has a remembered connection to another network resource.
;
ERROR_DEVICE_ALREADY_REMEMBERED equ 1202
;
; MessageId: ERROR_NO_NET_OR_BAD_PATH
;
; MessageText:
;
; No network provider accepted the given network path.
;
ERROR_NO_NET_OR_BAD_PATH equ 1203
;
; MessageId: ERROR_BAD_PROVIDER
;
; MessageText:
;
; The specified network provider name is invalid.
;
ERROR_BAD_PROVIDER equ 1204
;
; MessageId: ERROR_CANNOT_OPEN_PROFILE
;
; MessageText:
;
; Unable to open the network connection profile.
;
ERROR_CANNOT_OPEN_PROFILE equ 1205
;
; MessageId: ERROR_BAD_PROFILE
;
; MessageText:
;
; The network connection profile is corrupted.
;
ERROR_BAD_PROFILE equ 1206
;
; MessageId: ERROR_NOT_CONTAINER
;
; MessageText:
;
; Cannot enumerate a noncontainer.
;
ERROR_NOT_CONTAINER equ 1207
;
; MessageId: ERROR_EXTENDED_ERROR
;
; MessageText:
;
; An extended error has occurred.
;
ERROR_EXTENDED_ERROR equ 1208
;
; MessageId: ERROR_INVALID_GROUPNAME
;
; MessageText:
;
; The format of the specified group name is invalid.
;
ERROR_INVALID_GROUPNAME equ 1209
;
; MessageId: ERROR_INVALID_COMPUTERNAME
;
; MessageText:
;
; The format of the specified computer name is invalid.
;
ERROR_INVALID_COMPUTERNAME equ 1210
;
; MessageId: ERROR_INVALID_EVENTNAME
;
; MessageText:
;
; The format of the specified event name is invalid.
;
ERROR_INVALID_EVENTNAME equ 1211
;
; MessageId: ERROR_INVALID_DOMAINNAME
;
; MessageText:
;
; The format of the specified domain name is invalid.
;
ERROR_INVALID_DOMAINNAME equ 1212
;
; MessageId: ERROR_INVALID_SERVICENAME
;
; MessageText:
;
; The format of the specified service name is invalid.
;
ERROR_INVALID_SERVICENAME equ 1213
;
; MessageId: ERROR_INVALID_NETNAME
;
; MessageText:
;
; The format of the specified network name is invalid.
;
ERROR_INVALID_NETNAME equ 1214
;
; MessageId: ERROR_INVALID_SHARENAME
;
; MessageText:
;
; The format of the specified share name is invalid.
;
ERROR_INVALID_SHARENAME equ 1215
;
; MessageId: ERROR_INVALID_PASSWORDNAME
;
; MessageText:
;
; The format of the specified password is invalid.
;
ERROR_INVALID_PASSWORDNAME equ 1216
;
; MessageId: ERROR_INVALID_MESSAGENAME
;
; MessageText:
;
; The format of the specified message name is invalid.
;
ERROR_INVALID_MESSAGENAME equ 1217
;
; MessageId: ERROR_INVALID_MESSAGEDEST
;
; MessageText:
;
; The format of the specified message destination is invalid.
;
ERROR_INVALID_MESSAGEDEST equ 1218
;
; MessageId: ERROR_SESSION_CREDENTIAL_CONFLICT
;
; MessageText:
;
; Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed. Disconnect all previous connections to the server or shared resource and try again.
;
ERROR_SESSION_CREDENTIAL_CONFLICT equ 1219
;
; MessageId: ERROR_REMOTE_SESSION_LIMIT_EXCEEDED
;
; MessageText:
;
; An attempt was made to establish a session to a network server, but there are already too many sessions established to that server.
;
ERROR_REMOTE_SESSION_LIMIT_EXCEEDED equ 1220
;
; MessageId: ERROR_DUP_DOMAINNAME
;
; MessageText:
;
; The workgroup or domain name is already in use by another computer on the network.
;
ERROR_DUP_DOMAINNAME equ 1221
;
; MessageId: ERROR_NO_NETWORK
;
; MessageText:
;
; The network is not present or not started.
;
ERROR_NO_NETWORK equ 1222
;
; MessageId: ERROR_CANCELLED
;
; MessageText:
;
; The operation was canceled by the user.
;
ERROR_CANCELLED equ 1223
;
; MessageId: ERROR_USER_MAPPED_FILE
;
; MessageText:
;
; The requested operation cannot be performed on a file with a user-mapped section open.
;
ERROR_USER_MAPPED_FILE equ 1224
;
; MessageId: ERROR_CONNECTION_REFUSED
;
; MessageText:
;
; The remote system refused the network connection.
;
ERROR_CONNECTION_REFUSED equ 1225
;
; MessageId: ERROR_GRACEFUL_DISCONNECT
;
; MessageText:
;
; The network connection was gracefully closed.
;
ERROR_GRACEFUL_DISCONNECT equ 1226
;
; MessageId: ERROR_ADDRESS_ALREADY_ASSOCIATED
;
; MessageText:
;
; The network transport endpoint already has an address associated with it.
;
ERROR_ADDRESS_ALREADY_ASSOCIATED equ 1227
;
; MessageId: ERROR_ADDRESS_NOT_ASSOCIATED
;
; MessageText:
;
; An address has not yet been associated with the network endpoint.
;
ERROR_ADDRESS_NOT_ASSOCIATED equ 1228
;
; MessageId: ERROR_CONNECTION_INVALID
;
; MessageText:
;
; An operation was attempted on a nonexistent network connection.
;
ERROR_CONNECTION_INVALID equ 1229
;
; MessageId: ERROR_CONNECTION_ACTIVE
;
; MessageText:
;
; An invalid operation was attempted on an active network connection.
;
ERROR_CONNECTION_ACTIVE equ 1230
;
; MessageId: ERROR_NETWORK_UNREACHABLE
;
; MessageText:
;
; The network location cannot be reached. For information about network troubleshooting, see Windows Help.
;
ERROR_NETWORK_UNREACHABLE equ 1231
;
; MessageId: ERROR_HOST_UNREACHABLE
;
; MessageText:
;
; The network location cannot be reached. For information about network troubleshooting, see Windows Help.
;
ERROR_HOST_UNREACHABLE equ 1232
;
; MessageId: ERROR_PROTOCOL_UNREACHABLE
;
; MessageText:
;
; The net
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -