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

📄 winerror.inc

📁 FASM WIN ERROR INC 文件
💻 INC
📖 第 1 页 / 共 5 页
字号:
; 
ERROR_BADDB equ 		      1009

; 
;  MessageId: ERROR_BADKEY
; 
;  MessageText:
; 
;   The configuration registry key is invalid.
; 
ERROR_BADKEY equ		      1010

; 
;  MessageId: ERROR_CANTOPEN
; 
;  MessageText:
; 
;   The configuration registry key could not be opened.
; 
ERROR_CANTOPEN equ		      1011

; 
;  MessageId: ERROR_CANTREAD
; 
;  MessageText:
; 
;   The configuration registry key could not be read.
; 
ERROR_CANTREAD equ		      1012

; 
;  MessageId: ERROR_CANTWRITE
; 
;  MessageText:
; 
;   The configuration registry key could not be written.
; 
ERROR_CANTWRITE equ		      1013

; 
;  MessageId: ERROR_REGISTRY_RECOVERED
; 
;  MessageText:
; 
;   One of the files in the registry database had to be recovered by use of a log or alternate copy. The recovery was successful.
; 
ERROR_REGISTRY_RECOVERED equ	      1014

; 
;  MessageId: ERROR_REGISTRY_CORRUPT
; 
;  MessageText:
; 
;   The registry is corrupted. The structure of one of the files containing registry data is corrupted, or the system's memory image of the file is corrupted, or the file could not be recovered because the alternate copy or log was absent or corrupted.
; 
ERROR_REGISTRY_CORRUPT equ	      1015

; 
;  MessageId: ERROR_REGISTRY_IO_FAILED
; 
;  MessageText:
; 
;   An I/O operation initiated by the registry failed unrecoverably. The registry could not read in, or write out, or flush, one of the files that contain the system's image of the registry.
; 
ERROR_REGISTRY_IO_FAILED equ	      1016

; 
;  MessageId: ERROR_NOT_REGISTRY_FILE
; 
;  MessageText:
; 
;   The system has attempted to load or restore a file into the registry, but the specified file is not in a registry file format.
; 
ERROR_NOT_REGISTRY_FILE equ	      1017

; 
;  MessageId: ERROR_KEY_DELETED
; 
;  MessageText:
; 
;   Illegal operation attempted on a registry key that has been marked for deletion.
; 
ERROR_KEY_DELETED equ		      1018

; 
;  MessageId: ERROR_NO_LOG_SPACE
; 
;  MessageText:
; 
;   System could not allocate the required space in a registry log.
; 
ERROR_NO_LOG_SPACE equ		      1019

; 
;  MessageId: ERROR_KEY_HAS_CHILDREN
; 
;  MessageText:
; 
;   Cannot create a symbolic link in a registry key that already has subkeys or values.
; 
ERROR_KEY_HAS_CHILDREN equ	      1020

; 
;  MessageId: ERROR_CHILD_MUST_BE_VOLATILE
; 
;  MessageText:
; 
;   Cannot create a stable subkey under a volatile parent key.
; 
ERROR_CHILD_MUST_BE_VOLATILE equ      1021

; 
;  MessageId: ERROR_NOTIFY_ENUM_DIR
; 
;  MessageText:
; 
;   A notify change request is being completed and the information is not being returned in the caller's buffer. The caller now needs to enumerate the files to find the changes.
; 
ERROR_NOTIFY_ENUM_DIR equ	      1022

; 
;  MessageId: ERROR_DEPENDENT_SERVICES_RUNNING
; 
;  MessageText:
; 
;   A stop control has been sent to a service that other running services are dependent on.
; 
ERROR_DEPENDENT_SERVICES_RUNNING equ  1051

; 
;  MessageId: ERROR_INVALID_SERVICE_CONTROL
; 
;  MessageText:
; 
;   The requested control is not valid for this service.
; 
ERROR_INVALID_SERVICE_CONTROL equ     1052

; 
;  MessageId: ERROR_SERVICE_REQUEST_TIMEOUT
; 
;  MessageText:
; 
;   The service did not respond to the start or control request in a timely fashion.
; 
ERROR_SERVICE_REQUEST_TIMEOUT equ     1053

; 
;  MessageId: ERROR_SERVICE_NO_THREAD
; 
;  MessageText:
; 
;   A thread could not be created for the service.
; 
ERROR_SERVICE_NO_THREAD equ	      1054

; 
;  MessageId: ERROR_SERVICE_DATABASE_LOCKED
; 
;  MessageText:
; 
;   The service database is locked.
; 
ERROR_SERVICE_DATABASE_LOCKED equ     1055

; 
;  MessageId: ERROR_SERVICE_ALREADY_RUNNING
; 
;  MessageText:
; 
;   An instance of the service is already running.
; 
ERROR_SERVICE_ALREADY_RUNNING equ     1056

; 
;  MessageId: ERROR_INVALID_SERVICE_ACCOUNT
; 
;  MessageText:
; 
;   The account name is invalid or does not exist, or the password is invalid for the account name specified.
; 
ERROR_INVALID_SERVICE_ACCOUNT equ     1057

; 
;  MessageId: ERROR_SERVICE_DISABLED
; 
;  MessageText:
; 
;   The service cannot be started, either because it is disabled or because it has no enabled devices associated with it.
; 
ERROR_SERVICE_DISABLED equ	      1058

; 
;  MessageId: ERROR_CIRCULAR_DEPENDENCY
; 
;  MessageText:
; 
;   Circular service dependency was specified.
; 
ERROR_CIRCULAR_DEPENDENCY equ	      1059

; 
;  MessageId: ERROR_SERVICE_DOES_NOT_EXIST
; 
;  MessageText:
; 
;   The specified service does not exist as an installed service.
; 
ERROR_SERVICE_DOES_NOT_EXIST equ      1060

; 
;  MessageId: ERROR_SERVICE_CANNOT_ACCEPT_CTRL
; 
;  MessageText:
; 
;   The service cannot accept control messages at this time.
; 
ERROR_SERVICE_CANNOT_ACCEPT_CTRL equ  1061

; 
;  MessageId: ERROR_SERVICE_NOT_ACTIVE
; 
;  MessageText:
; 
;   The service has not been started.
; 
ERROR_SERVICE_NOT_ACTIVE equ	      1062

; 
;  MessageId: ERROR_FAILED_SERVICE_CONTROLLER_CONNECT
; 
;  MessageText:
; 
;   The service process could not connect to the service controller.
; 
ERROR_FAILED_SERVICE_CONTROLLER_CONNECT equ  1063

; 
;  MessageId: ERROR_EXCEPTION_IN_SERVICE
; 
;  MessageText:
; 
;   An exception occurred in the service when handling the control request.
; 
ERROR_EXCEPTION_IN_SERVICE equ	      1064

; 
;  MessageId: ERROR_DATABASE_DOES_NOT_EXIST
; 
;  MessageText:
; 
;   The database specified does not exist.
; 
ERROR_DATABASE_DOES_NOT_EXIST equ     1065

; 
;  MessageId: ERROR_SERVICE_SPECIFIC_ERROR
; 
;  MessageText:
; 
;   The service has returned a service-specific error code.
; 
ERROR_SERVICE_SPECIFIC_ERROR equ      1066

; 
;  MessageId: ERROR_PROCESS_ABORTED
; 
;  MessageText:
; 
;   The process terminated unexpectedly.
; 
ERROR_PROCESS_ABORTED equ	      1067

; 
;  MessageId: ERROR_SERVICE_DEPENDENCY_FAIL
; 
;  MessageText:
; 
;   The dependency service or group failed to start.
; 
ERROR_SERVICE_DEPENDENCY_FAIL equ     1068

; 
;  MessageId: ERROR_SERVICE_LOGON_FAILED
; 
;  MessageText:
; 
;   The service did not start due to a logon failure.
; 
ERROR_SERVICE_LOGON_FAILED equ	      1069

; 
;  MessageId: ERROR_SERVICE_START_HANG
; 
;  MessageText:
; 
;   After starting, the service hung in a start-pending state.
; 
ERROR_SERVICE_START_HANG equ	      1070

; 
;  MessageId: ERROR_INVALID_SERVICE_LOCK
; 
;  MessageText:
; 
;   The specified service database lock is invalid.
; 
ERROR_INVALID_SERVICE_LOCK equ	      1071

; 
;  MessageId: ERROR_SERVICE_MARKED_FOR_DELETE
; 
;  MessageText:
; 
;   The specified service has been marked for deletion.
; 
ERROR_SERVICE_MARKED_FOR_DELETE equ   1072

; 
;  MessageId: ERROR_SERVICE_EXISTS
; 
;  MessageText:
; 
;   The specified service already exists.
; 
ERROR_SERVICE_EXISTS equ	      1073

; 
;  MessageId: ERROR_ALREADY_RUNNING_LKG
; 
;  MessageText:
; 
;   The system is currently running with the last-known-good configuration.
; 
ERROR_ALREADY_RUNNING_LKG equ	      1074

; 
;  MessageId: ERROR_SERVICE_DEPENDENCY_DELETED
; 
;  MessageText:
; 
;   The dependency service does not exist or has been marked for deletion.
; 
ERROR_SERVICE_DEPENDENCY_DELETED equ  1075

; 
;  MessageId: ERROR_BOOT_ALREADY_ACCEPTED
; 
;  MessageText:
; 
;   The current boot has already been accepted for use as the last-known-good control set.
; 
ERROR_BOOT_ALREADY_ACCEPTED equ       1076

; 
;  MessageId: ERROR_SERVICE_NEVER_STARTED
; 
;  MessageText:
; 
;   No attempts to start the service have been made since the last boot.
; 
ERROR_SERVICE_NEVER_STARTED equ       1077

; 
;  MessageId: ERROR_DUPLICATE_SERVICE_NAME
; 
;  MessageText:
; 
;   The name is already in use as either a service name or a service display name.
; 
ERROR_DUPLICATE_SERVICE_NAME equ      1078

; 
;  MessageId: ERROR_DIFFERENT_SERVICE_ACCOUNT
; 
;  MessageText:
; 
;   The account specified for this service is different from the account specified for other services running in the same process.
; 
ERROR_DIFFERENT_SERVICE_ACCOUNT equ   1079

; 
;  MessageId: ERROR_CANNOT_DETECT_DRIVER_FAILURE
; 
;  MessageText:
; 
;   Failure actions can only be set for Win32 services, not for drivers.
; 
ERROR_CANNOT_DETECT_DRIVER_FAILURE equ	1080

; 
;  MessageId: ERROR_CANNOT_DETECT_PROCESS_ABORT
; 
;  MessageText:
; 
;   This service runs in the same process as the service control manager.
;   Therefore, the service control manager cannot take action if this service's process terminates unexpectedly.
; 
ERROR_CANNOT_DETECT_PROCESS_ABORT equ  1081

; 
;  MessageId: ERROR_NO_RECOVERY_PROGRAM
; 
;  MessageText:
; 
;   No recovery program has been configured for this service.
; 
ERROR_NO_RECOVERY_PROGRAM equ	      1082

; 
;  MessageId: ERROR_SERVICE_NOT_IN_EXE
; 
;  MessageText:
; 
;   The executable program that this service is configured to run in does not implement the service.
; 
ERROR_SERVICE_NOT_IN_EXE equ	      1083

; 
;  MessageId: ERROR_NOT_SAFEBOOT_SERVICE
; 
;  MessageText:
; 
;   This service cannot be started in Safe Mode
; 
ERROR_NOT_SAFEBOOT_SERVICE equ	      1084

; 
;  MessageId: ERROR_END_OF_MEDIA
; 
;  MessageText:
; 
;   The physical end of the tape has been reached.
; 
ERROR_END_OF_MEDIA equ		      1100

; 
;  MessageId: ERROR_FILEMARK_DETECTED
; 
;  MessageText:
; 
;   A tape access reached a filemark.
; 
ERROR_FILEMARK_DETECTED equ	      1101

; 
;  MessageId: ERROR_BEGINNING_OF_MEDIA
; 
;  MessageText:
; 
;   The beginning of the tape or a partition was encountered.
; 
ERROR_BEGINNING_OF_MEDIA equ	      1102

; 
;  MessageId: ERROR_SETMARK_DETECTED
; 
;  MessageText:
; 
;   A tape access reached the end of a set of files.
; 
ERROR_SETMARK_DETECTED equ	      1103

; 
;  MessageId: ERROR_NO_DATA_DETECTED
; 
;  MessageText:
; 
;   No more data is on the tape.
; 
ERROR_NO_DATA_DETECTED equ	      1104

; 
;  MessageId: ERROR_PARTITION_FAILURE
; 
;  MessageText:
; 
;   Tape could not be partitioned.
; 
ERROR_PARTITION_FAILURE equ	      1105

; 
;  MessageId: ERROR_INVALID_BLOCK_LENGTH
; 
;  MessageText:
; 
;   When accessing a new tape of a multivolume partition, the current block size is incorrect.
; 
ERROR_INVALID_BLOCK_LENGTH equ	      1106

; 
;  MessageId: ERROR_DEVICE_NOT_PARTITIONED
; 
;  MessageText:
; 
;   Tape partition information could not be found when loading a tape.
; 
ERROR_DEVICE_NOT_PARTITIONED equ      1107

; 
;  MessageId: ERROR_UNABLE_TO_LOCK_MEDIA
; 
;  MessageText:
; 
;   Unable to lock the media eject mechanism.
; 
ERROR_UNABLE_TO_LOCK_MEDIA equ	      1108

; 
;  MessageId: ERROR_UNABLE_TO_UNLOAD_MEDIA
; 
;  MessageText:
; 
;   Unable to unload the media.
; 
ERROR_UNABLE_TO_UNLOAD_MEDIA equ      1109

; 
;  MessageId: ERROR_MEDIA_CHANGED
; 
;  MessageText:
; 
;   The media in the drive may have changed.
; 
ERROR_MEDIA_CHANGED equ 	      1110

; 
;  MessageId: ERROR_BUS_RESET
; 
;  MessageText:
; 
;   The I/O bus was reset.
; 
ERROR_BUS_RESET equ		      1111

; 
;  MessageId: ERROR_NO_MEDIA_IN_DRIVE
; 
;  MessageText:
; 
;   No media in drive.
; 
ERROR_NO_MEDIA_IN_DRIVE equ	      1112

; 
;  MessageId: ERROR_NO_UNICODE_TRANSLATION
; 
;  MessageText:
; 
;   No mapping for the Unicode character exists in the target multi-byte code page.
; 
ERROR_NO_UNICODE_TRANSLATION equ      1113

; 
;  MessageId: ERROR_DLL_INIT_FAILED
; 
;  MessageText:
; 
;   A dynamic link library (DLL) initialization routine failed.
; 
ERROR_DLL_INIT_FAILED equ	      1114

; 
;  MessageId: ERROR_SHUTDOWN_IN_PROGRESS
; 
;  MessageText:
; 
;   A system shutdown is in progress.
; 
ERROR_SHUTDOWN_IN_PROGRESS equ	      1115

; 
;  MessageId: ERROR_NO_SHUTDOWN_IN_PROGRESS
; 
;  MessageText:
; 
;   Unable to abort the system shutdown because no shutdown was in progress.
; 
ERROR_NO_SHUTDOWN_IN_PROGRESS equ     1116

; 
;  MessageId: ERROR_IO_DEVICE
; 
;  MessageText:
; 
;   The request could not be performed because of an I/O device error.
; 
ERROR_IO_DEVICE equ		      1117

; 
;  MessageId: ERROR_SERIAL_NO_DEVICE
; 
;  MessageText:
; 
;   No serial device was successfully initialized. The serial driver will unload.
; 
ERROR_SERIAL_NO_DEVICE equ	      1118

; 
;  MessageId: ERROR_IRQ_BUSY
; 
;  MessageText:
; 
;   Unable to open a device that was sharing an interrupt request (IRQ) with other devices. At least one other device that uses that IRQ was already opened.
; 
ERROR_IRQ_BUSY equ		      1119

; 
;  MessageId: ERROR_MORE_WRITES
; 
;  MessageText:
; 
;   A serial I/O operation was completed by another write to the serial port.
;   (The IOCTL_SERIAL_XOFF_COUNTER reached zero.)
; 
ERROR_MORE_WRITES equ		      1120

; 
;  MessageId: ERROR_COUNTER_TIMEOUT
; 
;  MessageText:
; 
;   A serial I/O operation completed because the timeout period expired.
;   (The IOCTL_SERIAL_XOFF_COUNTER did not reach zero.)
; 
ERROR_COUNTER_TIMEOUT equ	      1121

; 
;  MessageId: ERROR_FLOPPY_ID_MARK_NOT_FOUND
; 
;  MessageText:
; 
;   No ID address mark was found on the floppy disk.
; 
ERROR_FLOPPY_ID_MARK_NOT_FOUND equ    1122

; 
;  MessageId: ERROR_FLOPPY_WRONG_CYLINDER
; 
;  MessageText:
; 
;   Mismatch between the floppy disk sector ID field and the floppy disk controller track address.
; 
ERROR_FLOPPY_WRONG_CYLINDER equ       1123

; 
;  MessageId: ERROR_FLOPPY_UNKNOWN_ERROR
; 
;  MessageText:
; 
;   The floppy disk controller reported an error that is not recognized by the floppy disk driver.
; 
ERROR_FLOPPY_UNKNOWN_ERROR equ	      1124

; 
;  MessageId: ERROR_FLOPPY_BAD_REGISTERS
; 
;  MessageText:
; 
;   The floppy disk controller returned inconsistent results in its registers.
; 
ERROR_FLOPPY_BAD_REGISTERS equ	      1125

; 
;  MessageId: ERROR_DISK_RECALIBRATE_FAILED
; 
;  MessageText:
; 

⌨️ 快捷键说明

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