找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 28007|回复: 22

Windows系统错误代码大全

[复制链接]
hotfox 发表于 2010-3-25 20:50:40 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

×
All Win32 error codes MUST be in the range 0x0000 to 0xFFFF, although Win32 error codes can be used both in 16-bit fields (such as within the HRESULT type specified in section 2.1) as well as 32-bit fields. Most values also have a default message defined, which can be used to map the value to a human-readable text message; when this is done, the Win32 error code is also known as a message identifier.

Vendors SHOULD reuse the values in the following table with their indicated meanings. Choosing any other value runs the risk of a collision in the future.<3>

This document provides the common usage details of the Win32 error codes; individual protocol specifications may provide expanded or modified definitions.

Note  In the following descriptions, a percentage sign followed by one or more alphanumeric characters (for example, "%1" or "%hs") indicates a variable that will be replaced by text at the time the value is returned.
Win32 error codes  Description  

0x00000000
ERROR_SUCCESS
The operation completed successfully.

0x00000000
NERR_Success
The operation completed successfully.

0x00000001
ERROR_INVALID_FUNCTION
Incorrect function.

0x00000002
ERROR_FILE_NOT_FOUND
The system cannot find the file specified.

0x00000003
ERROR_PATH_NOT_FOUND
The system cannot find the path specified.

0x00000004
ERROR_TOO_MANY_OPEN_FILES
The system cannot open the file.

0x00000005
ERROR_ACCESS_DENIED
Access is denied.

0x00000006
ERROR_INVALID_HANDLE
The handle is invalid.

0x00000007
ERROR_ARENA_TRASHED
The storage control blocks were destroyed.

0x00000008
ERROR_NOT_ENOUGH_MEMORY
Not enough storage is available to process this command.

0x00000009
ERROR_INVALID_BLOCK
The storage control block address is invalid.

0x0000000A
ERROR_BAD_ENVIRONMENT
The environment is incorrect.

0x0000000B
ERROR_BAD_FORMAT
An attempt was made to load a program with an incorrect format.

0x0000000C
ERROR_INVALID_ACCESS
The access code is invalid.

0x0000000D
ERROR_INVALID_DATA
The data is invalid.

0x0000000E
ERROR_OUTOFMEMORY
Not enough storage is available to complete this operation.

0x0000000F
ERROR_INVALID_DRIVE
The system cannot find the drive specified.

0x00000010
ERROR_CURRENT_DIRECTORY
The directory cannot be removed.

0x00000011
ERROR_NOT_SAME_DEVICE
The system cannot move the file to a different disk drive.

0x00000012
ERROR_NO_MORE_FILES
There are no more files.

0x00000013
ERROR_WRITE_PROTECT
The media is write-protected.

0x00000014
ERROR_BAD_UNIT
The system cannot find the device specified.

0x00000015
ERROR_NOT_READY
The device is not ready.

0x00000016
ERROR_BAD_COMMAND
The device does not recognize the command.

0x00000017
ERROR_CRC
Data error (cyclic redundancy check).

0x00000018
ERROR_BAD_LENGTH
The program issued a command but the command length is incorrect.

0x00000019
ERROR_SEEK
The drive cannot locate a specific area or track on the disk.

0x0000001A
ERROR_NOT_DOS_DISK
The specified disk cannot be accessed.

0x0000001B
ERROR_SECTOR_NOT_FOUND
The drive cannot find the sector requested.

0x0000001C
ERROR_OUT_OF_PAPER
The printer is out of paper.

0x0000001D
ERROR_WRITE_FAULT
The system cannot write to the specified device.

0x0000001E
ERROR_READ_FAULT
The system cannot read from the specified device.

0x0000001F
ERROR_GEN_FAILURE
A device attached to the system is not functioning.

0x00000020
ERROR_SHARING_VIOLATION
The process cannot access the file because it is being used by another process.

0x00000021
ERROR_LOCK_VIOLATION
The process cannot access the file because another process has locked a portion of the file.

0x00000022
ERROR_WRONG_DISK
The wrong disk is in the drive. Insert %2 (Volume Serial Number: %3) into drive %1.

0x00000024
ERROR_SHARING_BUFFER_EXCEEDED
Too many files opened for sharing.

0x00000026
ERROR_HANDLE_EOF
Reached the end of the file.

0x00000027
ERROR_HANDLE_DISK_FULL
The disk is full.

0x00000032
ERROR_NOT_SUPPORTED
The request is not supported.

0x00000033
ERROR_REM_NOT_LIST
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.

0x00000034
ERROR_DUP_NAME
You were not connected because a duplicate name exists on the network. Go to System in Control Panel to change the computer name, and then try again.

0x00000035
ERROR_BAD_NETPATH
The network path was not found.

0x00000036
ERROR_NETWORK_BUSY
The network is busy.

0x00000037
ERROR_DEV_NOT_EXIST
The specified network resource or device is no longer available.

0x00000038
ERROR_TOO_MANY_CMDS
The network BIOS command limit has been reached.

0x00000039
ERROR_ADAP_HDW_ERR
A network adapter hardware error occurred.

0x0000003A
ERROR_BAD_NET_RESP
The specified server cannot perform the requested operation.

0x0000003B
ERROR_UNEXP_NET_ERR
An unexpected network error occurred.

0x0000003C
ERROR_BAD_REM_ADAP
The remote adapter is not compatible.

0x0000003D
ERROR_PRINTQ_FULL
The print queue is full.

0x0000003E
ERROR_NO_SPOOL_SPACE
Space to store the file waiting to be printed is not available on the server.

0x0000003F
ERROR_PRINT_CANCELLED
Your file waiting to be printed was deleted.

0x00000040
ERROR_NETNAME_DELETED
The specified network name is no longer available.

0x00000041
ERROR_NETWORK_ACCESS_DENIED
Network access is denied.

0x00000042
ERROR_BAD_DEV_TYPE
The network resource type is not correct.

0x00000043
ERROR_BAD_NET_NAME
The network name cannot be found.

0x00000044
ERROR_TOO_MANY_NAMES
The name limit for the local computer network adapter card was exceeded.

0x00000045
ERROR_TOO_MANY_SESS
The network BIOS session limit was exceeded.

0x00000046
ERROR_SHARING_PAUSED
The remote server has been paused or is in the process of being started.

0x00000047
ERROR_REQ_NOT_ACCEP
No more connections can be made to this remote computer at this time because the computer has accepted the maximum number of connections.

0x00000048
ERROR_REDIR_PAUSED
The specified printer or disk device has been paused.

0x00000050
ERROR_FILE_EXISTS
The file exists.

0x00000052
ERROR_CANNOT_MAKE
The directory or file cannot be created.

0x00000053
ERROR_FAIL_I24
Fail on INT 24.

0x00000054
ERROR_OUT_OF_STRUCTURES
Storage to process this request is not available.

0x00000055
ERROR_ALREADY_ASSIGNED
The local device name is already in use.

0x00000056
ERROR_INVALID_PASSWORD
The specified network password is not correct.

0x00000057
ERROR_INVALID_PARAMETER
The parameter is incorrect.

0x00000058
ERROR_NET_WRITE_FAULT
A write fault occurred on the network.

0x00000059
ERROR_NO_PROC_SLOTS
The system cannot start another process at this time.

0x00000064
ERROR_TOO_MANY_SEMAPHORES
Cannot create another system semaphore.

0x00000065
ERROR_EXCL_SEM_ALREADY_OWNED
The exclusive semaphore is owned by another process.

0x00000066
ERROR_SEM_IS_SET
The semaphore is set and cannot be closed.

0x00000067
ERROR_TOO_MANY_SEM_REQUESTS
The semaphore cannot be set again.

0x00000068
ERROR_INVALID_AT_INTERRUPT_TIME
Cannot request exclusive semaphores at interrupt time.

0x00000069
ERROR_SEM_OWNER_DIED
The previous ownership of this semaphore has ended.

0x0000006A
ERROR_SEM_USER_LIMIT
Insert the disk for drive %1.

0x0000006B
ERROR_DISK_CHANGE
The program stopped because an alternate disk was not inserted.

0x0000006C
ERROR_DRIVE_LOCKED
The disk is in use or locked by another process.

0x0000006D
ERROR_BROKEN_PIPE
The pipe has been ended.

0x0000006E
ERROR_OPEN_FAILED
The system cannot open the device or file specified.

0x0000006F
ERROR_BUFFER_OVERFLOW
The file name is too long.

0x00000070
ERROR_DISK_FULL
There is not enough space on the disk.

0x00000071
ERROR_NO_MORE_SEARCH_HANDLES
No more internal file identifiers are available.

0x00000072
ERROR_INVALID_TARGET_HANDLE
The target internal file identifier is incorrect.

0x00000075
ERROR_INVALID_CATEGORY
The Input Output Control (IOCTL) call made by the application program is not correct.

0x00000076
ERROR_INVALID_VERIFY_SWITCH
The verify-on-write switch parameter value is not correct.

0x00000077
ERROR_BAD_DRIVER_LEVEL
The system does not support the command requested.

0x00000078
ERROR_CALL_NOT_IMPLEMENTED
This function is not supported on this system.

0x00000079
ERROR_SEM_TIMEOUT
The semaphore time-out period has expired.

0x0000007A
ERROR_INSUFFICIENT_BUFFER
The data area passed to a system call is too small.

0x0000007B
ERROR_INVALID_NAME
The file name, directory name, or volume label syntax is incorrect.

0x0000007C
ERROR_INVALID_LEVEL
The system call level is not correct.

0x0000007D
ERROR_NO_VOLUME_LABEL
The disk has no volume label.

0x0000007E
ERROR_MOD_NOT_FOUND
The specified module could not be found.

0x0000007F
ERROR_PROC_NOT_FOUND
The specified procedure could not be found.

0x00000080
ERROR_WAIT_NO_CHILDREN
There are no child processes to wait for.

0x00000081
ERROR_CHILD_NOT_COMPLETE
The %1 application cannot be run in Win32 mode.

0x00000082
ERROR_DIRECT_ACCESS_HANDLE
Attempt to use a file handle to an open disk partition for an operation other than raw disk I/O.

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

0x00000084
ERROR_SEEK_ON_DEVICE
The file pointer cannot be set on the specified device or file.

0x00000085
ERROR_IS_JOIN_TARGET
A JOIN or SUBST command cannot be used for a drive that contains previously joined drives.

0x00000086
ERROR_IS_JOINED
An attempt was made to use a JOIN or SUBST command on a drive that has already been joined.

0x00000087
ERROR_IS_SUBSTED
An attempt was made to use a JOIN or SUBST command on a drive that has already been substituted.

0x00000088
ERROR_NOT_JOINED
The system tried to delete the JOIN of a drive that is not joined.

0x00000089
ERROR_NOT_SUBSTED
The system tried to delete the substitution of a drive that is not substituted.

0x0000008A
ERROR_JOIN_TO_JOIN
The system tried to join a drive to a directory on a joined drive.

0x0000008B
ERROR_SUBST_TO_SUBST
The system tried to substitute a drive to a directory on a substituted drive.

0x0000008C
ERROR_JOIN_TO_SUBST
The system tried to join a drive to a directory on a substituted drive.

0x0000008D
ERROR_SUBST_TO_JOIN
The system tried to SUBST a drive to a directory on a joined drive.

0x0000008E
ERROR_BUSY_DRIVE
The system cannot perform a JOIN or SUBST at this time.

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

0x00000090
ERROR_DIR_NOT_ROOT
The directory is not a subdirectory of the root directory.

0x00000091
ERROR_DIR_NOT_EMPTY
The directory is not empty.

0x00000092
ERROR_IS_SUBST_PATH
The path specified is being used in a substitute.

0x00000093
ERROR_IS_JOIN_PATH
Not enough resources are available to process this command.

0x00000094
ERROR_PATH_BUSY
The path specified cannot be used at this time.

0x00000095
ERROR_IS_SUBST_TARGET
An attempt was made to join or substitute a drive for which a directory on the drive is the target of a previous substitute.

0x00000096
ERROR_SYSTEM_TRACE
System trace information was not specified in your CONFIG.SYS file, or tracing is disallowed.

0x00000097
ERROR_INVALID_EVENT_COUNT
The number of specified semaphore events for DosMuxSemWait is not correct.

0x00000098
ERROR_TOO_MANY_MUXWAITERS
DosMuxSemWait did not execute; too many semaphores are already set.

0x00000099
ERROR_INVALID_LIST_FORMAT
The DosMuxSemWait list is not correct.

0x0000009A
ERROR_LABEL_TOO_LONG
The volume label you entered exceeds the label character limit of the destination file system.

0x0000009B
ERROR_TOO_MANY_TCBS
Cannot create another thread.

0x0000009C
ERROR_SIGNAL_REFUSED
The recipient process has refused the signal.

0x0000009D
ERROR_DISCARDED
The segment is already discarded and cannot be locked.

0x0000009E
ERROR_NOT_LOCKED
The segment is already unlocked.

0x0000009F
ERROR_BAD_THREADID_ADDR
The address for the thread ID is not correct.
论坛发展靠大家,积极提供资源;请勿灌水
通过分享您的互联网来赚钱
 楼主| hotfox 发表于 2010-3-25 20:52:19 | 显示全部楼层
0x000000A0
ERROR_BAD_ARGUMENTS
One or more arguments are not correct.

0x000000A1
ERROR_BAD_PATHNAME
The specified path is invalid.

0x000000A2
ERROR_SIGNAL_PENDING
A signal is already pending.

0x000000A4
ERROR_MAX_THRDS_REACHED
No more threads can be created in the system.

0x000000A7
ERROR_LOCK_FAILED
Unable to lock a region of a file.

0x000000AA
ERROR_BUSY
The requested resource is in use.

0x000000AD
ERROR_CANCEL_VIOLATION
A lock request was not outstanding for the supplied cancel region.

0x000000AE
ERROR_ATOMIC_LOCKS_NOT_SUPPORTED
The file system does not support atomic changes to the lock type.

0x000000B4
ERROR_INVALID_SEGMENT_NUMBER
The system detected a segment number that was not correct.

0x000000B6
ERROR_INVALID_ORDINAL
The operating system cannot run %1.

0x000000B7
ERROR_ALREADY_EXISTS
Cannot create a file when that file already exists.

0x000000BA
ERROR_INVALID_FLAG_NUMBER
The flag passed is not correct.

0x000000BB
ERROR_SEM_NOT_FOUND
The specified system semaphore name was not found.

0x000000BC
ERROR_INVALID_STARTING_CODESEG
The operating system cannot run %1.

0x000000BD
ERROR_INVALID_STACKSEG
The operating system cannot run %1.

0x000000BE
ERROR_INVALID_MODULETYPE
The operating system cannot run %1.

0x000000BF
ERROR_INVALID_EXE_SIGNATURE
Cannot run %1 in Win32 mode.

0x000000C0
ERROR_EXE_MARKED_INVALID
The operating system cannot run %1.

0x000000C1
ERROR_BAD_EXE_FORMAT
%1 is not a valid Win32 application.

0x000000C2
ERROR_ITERATED_DATA_EXCEEDS_64k
The operating system cannot run %1.

0x000000C3
ERROR_INVALID_MINALLOCSIZE
The operating system cannot run %1.

0x000000C4
ERROR_DYNLINK_FROM_INVALID_RING
The operating system cannot run this application program.

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

0x000000C6
ERROR_INVALID_SEGDPL
The operating system cannot run %1.

0x000000C7
ERROR_AUTODATASEG_EXCEEDS_64k
The operating system cannot run this application program.

0x000000C8
ERROR_RING2SEG_MUST_BE_MOVABLE
The code segment cannot be greater than or equal to 64 KB.

0x000000C9
ERROR_RELOC_CHAIN_XEEDS_SEGLIM
The operating system cannot run %1.

0x000000CA
ERROR_INFLOOP_IN_RELOC_CHAIN
The operating system cannot run %1.

0x000000CB
ERROR_ENVVAR_NOT_FOUND
The system could not find the environment option that was entered.

0x000000CD
ERROR_NO_SIGNAL_SENT
No process in the command subtree has a signal handler.

0x000000CE
ERROR_FILENAME_EXCED_RANGE
The file name or extension is too long.

0x000000CF
ERROR_RING2_STACK_IN_USE
The ring 2 stack is in use.

0x000000D0
ERROR_META_EXPANSION_TOO_LONG
The asterisk (*) or question mark (?) global file name characters are entered incorrectly, or too many global file name characters are specified.

0x000000D1
ERROR_INVALID_SIGNAL_NUMBER
The signal being posted is not correct.

0x000000D2
ERROR_THREAD_1_INACTIVE
The signal handler cannot be set.

0x000000D4
ERROR_LOCKED
The segment is locked and cannot be reallocated.

0x000000D6
ERROR_TOO_MANY_MODULES
Too many dynamic-link modules are attached to this program or dynamic-link module.

0x000000D7
ERROR_NESTING_NOT_ALLOWED
Cannot nest calls to LoadModule.

0x000000D8
ERROR_EXE_MACHINE_TYPE_MISMATCH
This version of %1 is not compatible with the version of Windows you're running. Check your computer's system information to see whether you need an x86 (32-bit) or x64 (64-bit) version of the program, and then contact the software publisher.

0x000000D9
ERROR_EXE_CANNOT_MODIFY_SIGNED_BINARY
The image file %1 is signed, unable to modify.

0x000000DA
ERROR_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY
The image file %1 is strong signed, unable to modify.

0x000000DC
ERROR_FILE_CHECKED_OUT
This file is checked out or locked for editing by another user.

0x000000DD
ERROR_CHECKOUT_REQUIRED
The file must be checked out before saving changes.

0x000000DE
ERROR_BAD_FILE_TYPE
The file type being saved or retrieved has been blocked.

0x000000DF
ERROR_FILE_TOO_LARGE
The file size exceeds the limit allowed and cannot be saved.

0x000000E0
ERROR_FORMS_AUTH_REQUIRED
Access denied. Before opening files in this location, you must first browse to the Web site and select the option to sign in automatically.

0x000000E1
ERROR_VIRUS_INFECTED
Operation did not complete successfully because the file contains a virus.

0x000000E2
ERROR_VIRUS_DELETED
This file contains a virus and cannot be opened. Due to the nature of this virus, the file has been removed from this location.

0x000000E5
ERROR_PIPE_LOCAL
The pipe is local.

0x000000E6
ERROR_BAD_PIPE
The pipe state is invalid.

0x000000E7
ERROR_PIPE_BUSY
All pipe instances are busy.

0x000000E8
ERROR_NO_DATA
The pipe is being closed.

0x000000E9
ERROR_PIPE_NOT_CONNECTED
No process is on the other end of the pipe.

0x000000EA
ERROR_MORE_DATA
More data is available.

0x000000F0
ERROR_VC_DISCONNECTED
The session was canceled.

0x000000FE
ERROR_INVALID_EA_NAME
The specified extended attribute name was invalid.

0x000000FF
ERROR_EA_LIST_INCONSISTENT
The extended attributes are inconsistent.

0x00000102
WAIT_TIMEOUT
The wait operation timed out.

0x00000103
ERROR_NO_MORE_ITEMS
No more data is available.

0x0000010A
ERROR_CANNOT_COPY
The copy functions cannot be used.

0x0000010B
ERROR_DIRECTORY
The directory name is invalid.

0x00000113
ERROR_EAS_DIDNT_FIT
The extended attributes did not fit in the buffer.

0x00000114
ERROR_EA_FILE_CORRUPT
The extended attribute file on the mounted file system is corrupt.

0x00000115
ERROR_EA_TABLE_FULL
The extended attribute table file is full.

0x00000116
ERROR_INVALID_EA_HANDLE
The specified extended attribute handle is invalid.

0x0000011A
ERROR_EAS_NOT_SUPPORTED
The mounted file system does not support extended attributes.

0x00000120
ERROR_NOT_OWNER
Attempt to release mutex not owned by caller.

0x0000012A
ERROR_TOO_MANY_POSTS
Too many posts were made to a semaphore.

0x0000012B
ERROR_PARTIAL_COPY
Only part of a ReadProcessMemory or WriteProcessMemory request was completed.

0x0000012C
ERROR_OPLOCK_NOT_GRANTED
The oplock request is denied.

0x0000012D
ERROR_INVALID_OPLOCK_PROTOCOL
An invalid oplock acknowledgment was received by the system.

0x0000012E
ERROR_DISK_TOO_FRAGMENTED
The volume is too fragmented to complete this operation.

0x0000012F
ERROR_DELETE_PENDING
The file cannot be opened because it is in the process of being deleted.

0x0000013D
ERROR_MR_MID_NOT_FOUND
The system cannot find message text for message number 0x%1 in the message file for %2.

0x0000013E
ERROR_SCOPE_NOT_FOUND
The scope specified was not found.

0x0000015E
ERROR_FAIL_NOACTION_REBOOT
No action was taken because a system reboot is required.

0x0000015F
ERROR_FAIL_SHUTDOWN
The shutdown operation failed.

0x00000160
ERROR_FAIL_RESTART
The restart operation failed.

0x00000161
ERROR_MAX_SESSIONS_REACHED
The maximum number of sessions has been reached.

0x00000190
ERROR_THREAD_MODE_ALREADY_BACKGROUND
The thread is already in background processing mode.

0x00000191
ERROR_THREAD_MODE_NOT_BACKGROUND
The thread is not in background processing mode.

0x00000192
ERROR_PROCESS_MODE_ALREADY_BACKGROUND
The process is already in background processing mode.

0x00000193
ERROR_PROCESS_MODE_NOT_BACKGROUND
The process is not in background processing mode.

0x000001E7
ERROR_INVALID_ADDRESS
Attempt to access invalid address.

0x000001F4
ERROR_USER_PROFILE_LOAD
User profile cannot be loaded.

0x00000216
ERROR_ARITHMETIC_OVERFLOW
Arithmetic result exceeded 32 bits.

0x00000217
ERROR_PIPE_CONNECTED
There is a process on the other end of the pipe.

0x00000218
ERROR_PIPE_LISTENING
Waiting for a process to open the other end of the pipe.

0x00000219
ERROR_VERIFIER_STOP
Application verifier has found an error in the current process.

0x0000021A
ERROR_ABIOS_ERROR
An error occurred in the ABIOS subsystem.

0x0000021B
ERROR_WX86_WARNING
A warning occurred in the WX86 subsystem.

0x0000021C
ERROR_WX86_ERROR
An error occurred in the WX86 subsystem.

0x0000021D
ERROR_TIMER_NOT_CANCELED
An attempt was made to cancel or set a timer that has an associated asynchronous procedure call (APC) and the subject thread is not the thread that originally set the timer with an associated APC routine.

0x0000021E
ERROR_UNWIND
Unwind exception code.

0x0000021F
ERROR_BAD_STACK
An invalid or unaligned stack was encountered during an unwind operation.

0x00000220
ERROR_INVALID_UNWIND_TARGET
An invalid unwind target was encountered during an unwind operation.

0x00000221
ERROR_INVALID_PORT_ATTRIBUTES
Invalid object attributes specified to NtCreatePort or invalid port attributes specified to NtConnectPort.

0x00000222
ERROR_PORT_MESSAGE_TOO_LONG
Length of message passed to NtRequestPort or NtRequestWaitReplyPort was longer than the maximum message allowed by the port.

0x00000223
ERROR_INVALID_QUOTA_LOWER
An attempt was made to lower a quota limit below the current usage.

0x00000224
ERROR_DEVICE_ALREADY_ATTACHED
An attempt was made to attach to a device that was already attached to another device.

0x00000225
ERROR_INSTRUCTION_MISALIGNMENT
An attempt was made to execute an instruction at an unaligned address, and the host system does not support unaligned instruction references.

0x00000226
ERROR_PROFILING_NOT_STARTED
Profiling not started.

0x00000227
ERROR_PROFILING_NOT_STOPPED
Profiling not stopped.

0x00000228
ERROR_COULD_NOT_INTERPRET
The passed ACL did not contain the minimum required information.

0x00000229
ERROR_PROFILING_AT_LIMIT
The number of active profiling objects is at the maximum and no more may be started.

0x0000022A
ERROR_CANT_WAIT
Used to indicate that an operation cannot continue without blocking for I/O.

0x0000022B
ERROR_CANT_TERMINATE_SELF
Indicates that a thread attempted to terminate itself by default (called NtTerminateThread with NULL) and it was the last thread in the current process.

0x0000022C
ERROR_UNEXPECTED_MM_CREATE_ERR
If an MM error is returned that is not defined in the standard FsRtl filter, it is converted to one of the following errors that is guaranteed to be in the filter. In this case, information is lost; however, the filter correctly handles the exception.

0x0000022D
ERROR_UNEXPECTED_MM_MAP_ERROR
If an MM error is returned that is not defined in the standard FsRtl filter, it is converted to one of the following errors that is guaranteed to be in the filter. In this case, information is lost; however, the filter correctly handles the exception.

0x0000022E
ERROR_UNEXPECTED_MM_EXTEND_ERR
If an MM error is returned that is not defined in the standard FsRtl filter, it is converted to one of the following errors that is guaranteed to be in the filter. In this case, information is lost; however, the filter correctly handles the exception.

0x0000022F
ERROR_BAD_FUNCTION_TABLE
A malformed function table was encountered during an unwind operation.

0x00000230
ERROR_NO_GUID_TRANSLATION
Indicates that an attempt was made to assign protection to a file system file or directory and one of the SIDs in the security descriptor could not be translated into a GUID that could be stored by the file system. This causes the protection attempt to fail, which may cause a file creation attempt to fail.

0x00000231
ERROR_INVALID_LDT_SIZE
Indicates that an attempt was made to grow a local domain table (LDT) by setting its size, or that the size was not an even number of selectors.

0x00000233
ERROR_INVALID_LDT_OFFSET
Indicates that the starting value for the LDT information was not an integral multiple of the selector size.

0x00000234
ERROR_INVALID_LDT_DESCRIPTOR
Indicates that the user supplied an invalid descriptor when trying to set up LDT descriptors.

0x00000235
ERROR_TOO_MANY_THREADS
Indicates a process has too many threads to perform the requested action. For example, assignment of a primary token may only be performed when a process has zero or one threads.

0x00000236
ERROR_THREAD_NOT_IN_PROCESS
An attempt was made to operate on a thread within a specific process, but the thread specified is not in the process specified.

0x00000237
ERROR_PAGEFILE_QUOTA_EXCEEDED
Page file quota was exceeded.

0x00000238
ERROR_LOGON_SERVER_CONFLICT
The Netlogon service cannot start because another Netlogon service running in the domain conflicts with the specified role.

0x00000239
ERROR_SYNCHRONIZATION_REQUIRED
The Security Accounts Manager (SAM) database on a Windows Server is significantly out of synchronization with the copy on the domain controller. A complete synchronization is required.

0x0000023A
ERROR_NET_OPEN_FAILED
The NtCreateFile API failed. This error should never be returned to an application, it is a place holder for the Windows LAN Manager Redirector to use in its internal error mapping routines.

0x0000023B
ERROR_IO_PRIVILEGE_FAILED
{Privilege Failed} The I/O permissions for the process could not be changed.

0x0000023C
ERROR_CONTROL_C_EXIT
{Application Exit by CTRL+C} The application terminated as a result of a CTRL+C.

0x0000023D
ERROR_MISSING_SYSTEMFILE
{Missing System File} The required system file %hs is bad or missing.

0x0000023E
ERROR_UNHANDLED_EXCEPTION
{Application Error} The exception %s (0x%08lx) occurred in the application at location 0x%08lx.

0x0000023F
ERROR_APP_INIT_FAILURE
{Application Error} The application failed to initialize properly (0x%lx). Click OK to terminate the application.

0x00000240
ERROR_PAGEFILE_CREATE_FAILED
{Unable to Create Paging File} The creation of the paging file %hs failed (%lx). The requested size was %ld.

0x00000241
ERROR_INVALID_IMAGE_HASH
The hash for the image cannot be found in the system catalogs. The image is likely corrupt or the victim of tampering.

0x00000242
ERROR_NO_PAGEFILE
{No Paging File Specified} No paging file was specified in the system configuration.

0x00000243
ERROR_ILLEGAL_FLOAT_CONTEXT
{EXCEPTION} A real-mode application issued a floating-point instruction, and floating-point hardware is not present.

0x00000244
ERROR_NO_EVENT_PAIR
An event pair synchronization operation was performed using the thread-specific client/server event pair object, but no event pair object was associated with the thread.

0x00000245
ERROR_DOMAIN_CTRLR_CONFIG_ERROR
A Windows Server has an incorrect configuration.

0x00000246
ERROR_ILLEGAL_CHARACTER
An illegal character was encountered. For a multibyte character set, this includes a lead byte without a succeeding trail byte. For the Unicode character set, this includes the characters 0xFFFF and 0xFFFE.

0x00000247
ERROR_UNDEFINED_CHARACTER
The Unicode character is not defined in the Unicode character set installed on the system.

0x00000248
ERROR_FLOPPY_VOLUME
The paging file cannot be created on a floppy disk.

0x00000249
ERROR_BIOS_FAILED_TO_CONNECT_INTERRUPT
The system bios failed to connect a system interrupt to the device or bus for which the device is connected.

0x0000024A
ERROR_BACKUP_CONTROLLER
This operation is only allowed for the primary domain controller (PDC) of the domain.

0x0000024B
ERROR_MUTANT_LIMIT_EXCEEDED
An attempt was made to acquire a mutant such that its maximum count would have been exceeded.

0x0000024C
ERROR_FS_DRIVER_REQUIRED
A volume has been accessed for which a file system driver is required that has not yet been loaded.

0x0000024D
ERROR_CANNOT_LOAD_REGISTRY_FILE
{Registry File Failure} The registry cannot load the hive (file): %hs or its log or alternate. It is corrupt, absent, or not writable.

0x0000024E
ERROR_DEBUG_ATTACH_FAILED
{Unexpected Failure in DebugActiveProcess} An unexpected failure occurred while processing a DebugActiveProcess API request. You may choose OK to terminate the process, or Cancel to ignore the error.

0x0000024F
ERROR_SYSTEM_PROCESS_TERMINATED
{Fatal System Error} The %hs system process terminated unexpectedly with a status of 0x%08x (0x%08x 0x%08x). The system has been shut down.

0x00000250
ERROR_DATA_NOT_ACCEPTED
{Data Not Accepted} The transport driver interface (TDI) client could not handle the data received during an indication.

0x00000251
ERROR_VDM_HARD_ERROR
The NT Virtual DOS Machine (NTVDM) encountered a hard error.

0x00000252
ERROR_DRIVER_CANCEL_TIMEOUT
{Cancel Timeout} The driver %hs failed to complete a canceled I/O request in the allotted time.

0x00000253
ERROR_REPLY_MESSAGE_MISMATCH
{Reply Message Mismatch} An attempt was made to reply to a local procedure call (LPC) message, but the thread specified by the client ID in the message was not waiting on that message.

0x00000254
ERROR_LOST_WRITEBEHIND_DATA
{Delayed Write Failed} Windows was unable to save all the data for the file %hs. The data has been lost. This error may be caused by a failure of your computer hardware or network connection. Try to save this file elsewhere.

0x00000255
ERROR_CLIENT_SERVER_PARAMETERS_INVALID
The parameters passed to the server in the client/server shared memory window were invalid. Too much data may have been put in the shared memory window.

0x00000256
ERROR_NOT_TINY_STREAM
The stream is not a tiny stream.

0x00000257
ERROR_STACK_OVERFLOW_READ
The request must be handled by the stack overflow code.

0x00000258
ERROR_CONVERT_TO_LARGE
Internal OFS status codes indicating how an allocation operation is handled. Either it is retried after the containing onode is moved or the extent stream is converted to a large stream.

0x00000259
ERROR_FOUND_OUT_OF_SCOPE
The attempt to find the object found an object matching by ID on the volume but it is out of the scope of the handle used for the operation.

0x0000025A
ERROR_ALLOCATE_BUCKET
The bucket array must be grown. Retry transaction after doing so.

0x0000025B
ERROR_MARSHALL_OVERFLOW
The user/kernel marshaling buffer has overflowed.

0x0000025C
ERROR_INVALID_VARIANT
The supplied variant structure contains invalid data.

0x0000025D
ERROR_BAD_COMPRESSION_BUFFER
The specified buffer contains ill-formed data.

0x0000025E
ERROR_AUDIT_FAILED
{Audit Failed} An attempt to generate a security audit failed.

0x0000025F
ERROR_TIMER_RESOLUTION_NOT_SET
The timer resolution was not previously set by the current process.

0x00000260
ERROR_INSUFFICIENT_LOGON_INFO
There is insufficient account information to log you on.

0x00000261
ERROR_BAD_DLL_ENTRYPOINT
{Invalid DLL Entrypoint} The dynamic link library %hs is not written correctly. The stack pointer has been left in an inconsistent state. The entry point should be declared as WINAPI or STDCALL. Select YES to fail the DLL load. Select NO to continue execution. Selecting NO may cause the application to operate incorrectly.

0x00000262
ERROR_BAD_SERVICE_ENTRYPOINT
{Invalid Service Callback Entrypoint} The %hs service is not written correctly. The stack pointer has been left in an inconsistent state. The callback entry point should be declared as WINAPI or STDCALL. Selecting OK will cause the service to continue operation. However, the service process may operate incorrectly.

0x00000263
ERROR_IP_ADDRESS_CONFLICT1
There is an IP address conflict with another system on the network.

0x00000264
ERROR_IP_ADDRESS_CONFLICT2
There is an IP address conflict with another system on the network.

0x00000265
ERROR_REGISTRY_QUOTA_LIMIT
{Low On Registry Space} The system has reached the maximum size allowed for the system part of the registry. Additional storage requests will be ignored.

0x00000266
ERROR_NO_CALLBACK_ACTIVE
A callback return system service cannot be executed when no callback is active.

0x00000267
ERROR_PWD_TOO_SHORT
The password provided is too short to meet the policy of your user account. Choose a longer password.

0x00000268
ERROR_PWD_TOO_RECENT
The policy of your user account does not allow you to change passwords too frequently. This is done to prevent users from changing back to a familiar, but potentially discovered, password. If you feel your password has been compromised, contact your administrator immediately to have a new one assigned.

0x00000269
ERROR_PWD_HISTORY_CONFLICT
You have attempted to change your password to one that you have used in the past. The policy of your user account does not allow this. Select a password that you have not previously used.
论坛发展靠大家,积极提供资源;请勿灌水
回复

使用道具 举报

 楼主| hotfox 发表于 2010-3-25 20:53:32 | 显示全部楼层
0x0000026A
ERROR_UNSUPPORTED_COMPRESSION
The specified compression format is unsupported.

0x0000026B
ERROR_INVALID_HW_PROFILE
The specified hardware profile configuration is invalid.

0x0000026C
ERROR_INVALID_PLUGPLAY_DEVICE_PATH
The specified Plug and Play registry device path is invalid.

0x0000026D
ERROR_QUOTA_LIST_INCONSISTENT
The specified quota list is internally inconsistent with its descriptor.

0x0000026E
ERROR_EVALUATION_EXPIRATION
{Windows Evaluation Notification} The evaluation period for this installation of Windows has expired. This system will shut down in 1 hour. To restore access to this installation of Windows, upgrade this installation using a licensed distribution of this product.

0x0000026F
ERROR_ILLEGAL_DLL_RELOCATION
{Illegal System DLL Relocation} The system DLL %hs was relocated in memory. The application will not run properly. The relocation occurred because the DLL %hs occupied an address range reserved for Windows system DLLs. The vendor supplying the DLL should be contacted for a new DLL.

0x00000270
ERROR_DLL_INIT_FAILED_LOGOFF
{DLL Initialization Failed} The application failed to initialize because the window station is shutting down.

0x00000271
ERROR_VALIDATE_CONTINUE
The validation process needs to continue on to the next step.

0x00000272
ERROR_NO_MORE_MATCHES
There are no more matches for the current index enumeration.

0x00000273
ERROR_RANGE_LIST_CONFLICT
The range could not be added to the range list because of a conflict.

0x00000274
ERROR_SERVER_SID_MISMATCH
The server process is running under a SID different than that required by the client.

0x00000275
ERROR_CANT_ENABLE_DENY_ONLY
A group marked use for deny only cannot be enabled.

0x00000276
ERROR_FLOAT_MULTIPLE_FAULTS
{EXCEPTION} Multiple floating point faults.

0x00000277
ERROR_FLOAT_MULTIPLE_TRAPS
{EXCEPTION} Multiple floating point traps.

0x00000278
ERROR_NOINTERFACE
The requested interface is not supported.

0x00000279
ERROR_DRIVER_FAILED_SLEEP
{System Standby Failed} The driver %hs does not support standby mode. Updating this driver may allow the system to go to standby mode.

0x0000027A
ERROR_CORRUPT_SYSTEM_FILE
The system file %1 has become corrupt and has been replaced.

0x0000027B
ERROR_COMMITMENT_MINIMUM
{Virtual Memory Minimum Too Low} Your system is low on virtual memory. Windows is increasing the size of your virtual memory paging file. During this process, memory requests for some applications may be denied. For more information, see Help.

0x0000027C
ERROR_PNP_RESTART_ENUMERATION
A device was removed so enumeration must be restarted.

0x0000027D
ERROR_SYSTEM_IMAGE_BAD_SIGNATURE
{Fatal System Error} The system image %s is not properly signed. The file has been replaced with the signed file. The system has been shut down.

0x0000027E
ERROR_PNP_REBOOT_REQUIRED
Device will not start without a reboot.

0x0000027F
ERROR_INSUFFICIENT_POWER
There is not enough power to complete the requested operation.

0x00000281
ERROR_SYSTEM_SHUTDOWN
The system is in the process of shutting down.

0x00000282
ERROR_PORT_NOT_SET
An attempt to remove a process DebugPort was made, but a port was not already associated with the process.

0x00000283
ERROR_DS_VERSION_CHECK_FAILURE
This version of Windows is not compatible with the behavior version of directory forest, domain, or domain controller.

0x00000284
ERROR_RANGE_NOT_FOUND
The specified range could not be found in the range list.

0x00000286
ERROR_NOT_SAFE_MODE_DRIVER
The driver was not loaded because the system is booting into safe mode.

0x00000287
ERROR_FAILED_DRIVER_ENTRY
The driver was not loaded because it failed its initialization call.

0x00000288
ERROR_DEVICE_ENUMERATION_ERROR
The device encountered an error while applying power or reading the device configuration. This may be caused by a failure of your hardware or by a poor connection.

0x00000289
ERROR_MOUNT_POINT_NOT_RESOLVED
The create operation failed because the name contained at least one mount point that resolves to a volume to which the specified device object is not attached.

0x0000028A
ERROR_INVALID_DEVICE_OBJECT_PARAMETER
The device object parameter is either not a valid device object or is not attached to the volume specified by the file name.

0x0000028B
ERROR_MCA_OCCURED
A machine check error has occurred. Check the system event log for additional information.

0x0000028C
ERROR_DRIVER_DATABASE_ERROR
There was an error [%2] processing the driver database.

0x0000028D
ERROR_SYSTEM_HIVE_TOO_LARGE
The system hive size has exceeded its limit.

0x0000028E
ERROR_DRIVER_FAILED_PRIOR_UNLOAD
The driver could not be loaded because a previous version of the driver is still in memory.

0x0000028F
ERROR_VOLSNAP_PREPARE_HIBERNATE
{Volume Shadow Copy Service} Wait while the Volume Shadow Copy Service prepares volume %hs for hibernation.

0x00000290
ERROR_HIBERNATION_FAILURE
The system has failed to hibernate (the error code is %hs). Hibernation will be disabled until the system is restarted.

0x00000299
ERROR_FILE_SYSTEM_LIMITATION
The requested operation could not be completed due to a file system limitation.

0x0000029C
ERROR_ASSERTION_FAILURE
An assertion failure has occurred.

0x0000029D
ERROR_ACPI_ERROR
An error occurred in the Advanced Configuration and Power Interface (ACPI) subsystem.

0x0000029E
ERROR_WOW_ASSERTION
WOW assertion error.

0x0000029F
ERROR_PNP_BAD_MPS_TABLE
A device is missing in the system BIOS MultiProcessor Specification (MPS) table. This device will not be used. Contact your system vendor for system BIOS update.

0x000002A0
ERROR_PNP_TRANSLATION_FAILED
A translator failed to translate resources.

0x000002A1
ERROR_PNP_IRQ_TRANSLATION_FAILED
An interrupt request (IRQ) translator failed to translate resources.

0x000002A2
ERROR_PNP_INVALID_ID
Driver %2 returned invalid ID for a child device (%3).

0x000002A3
ERROR_WAKE_SYSTEM_DEBUGGER
{Kernel Debugger Awakened} the system debugger was awakened by an interrupt.

0x000002A4
ERROR_HANDLES_CLOSED
{Handles Closed} Handles to objects have been automatically closed because of the requested operation.

0x000002A5
ERROR_EXTRANEOUS_INFORMATION
{Too Much Information} The specified ACL contained more information than was expected.

0x000002A6
ERROR_RXACT_COMMIT_NECESSARY
This warning level status indicates that the transaction state already exists for the registry subtree, but that a transaction commit was previously aborted. The commit has NOT been completed, but it has not been rolled back either (so it may still be committed if desired).

0x000002A7
ERROR_MEDIA_CHECK
{Media Changed} The media may have changed.

0x000002A8
ERROR_GUID_SUBSTITUTION_MADE
{GUID Substitution} During the translation of a GUID to a Windows SID, no administratively defined GUID prefix was found. A substitute prefix was used, which will not compromise system security. However, this may provide more restrictive access than intended.

0x000002A9
ERROR_STOPPED_ON_SYMLINK
The create operation stopped after reaching a symbolic link.

0x000002AA
ERROR_LONGJUMP
A long jump has been executed.

0x000002AB
ERROR_PLUGPLAY_QUERY_VETOED
The Plug and Play query operation was not successful.

0x000002AC
ERROR_UNWIND_CONSOLIDATE
A frame consolidation has been executed.

0x000002AD
ERROR_REGISTRY_HIVE_RECOVERED
{Registry Hive Recovered} Registry hive (file): %hs was corrupted and it has been recovered. Some data might have been lost.

0x000002AE
ERROR_DLL_MIGHT_BE_INSECURE
The application is attempting to run executable code from the module %hs. This may be insecure. An alternative, %hs, is available. Should the application use the secure module %hs?

0x000002AF
ERROR_DLL_MIGHT_BE_INCOMPATIBLE
The application is loading executable code from the module %hs. This is secure, but may be incompatible with previous releases of the operating system. An alternative, %hs, is available. Should the application use the secure module %hs?

0x000002B0
ERROR_DBG_EXCEPTION_NOT_HANDLED
Debugger did not handle the exception.

0x000002B1
ERROR_DBG_REPLY_LATER
Debugger will reply later.

0x000002B2
ERROR_DBG_UNABLE_TO_PROVIDE_HANDLE
Debugger cannot provide handle.

0x000002B3
ERROR_DBG_TERMINATE_THREAD
Debugger terminated thread.

0x000002B4
ERROR_DBG_TERMINATE_PROCESS
Debugger terminated process.

0x000002B5
ERROR_DBG_CONTROL_C
Debugger got control C.

0x000002B6
ERROR_DBG_PRINTEXCEPTION_C
Debugger printed exception on control C.

0x000002B7
ERROR_DBG_RIPEXCEPTION
Debugger received Routing Information Protocol (RIP) exception.

0x000002B8
ERROR_DBG_CONTROL_BREAK
Debugger received control break.

0x000002B9
ERROR_DBG_COMMAND_EXCEPTION
Debugger command communication exception.

0x000002BA
ERROR_OBJECT_NAME_EXISTS
{Object Exists} An attempt was made to create an object and the object name already existed.

0x000002BB
ERROR_THREAD_WAS_SUSPENDED
{Thread Suspended} A thread termination occurred while the thread was suspended. The thread was resumed and termination proceeded.

0x000002BC
ERROR_IMAGE_NOT_AT_BASE
{Image Relocated} An image file could not be mapped at the address specified in the image file. Local fixes must be performed on this image.

0x000002BD
ERROR_RXACT_STATE_CREATED
This informational level status indicates that a specified registry subtree transaction state did not yet exist and had to be created.

0x000002BE
ERROR_SEGMENT_NOTIFICATION
{Segment Load} A virtual DOS machine (VDM) is loading, unloading, or moving an MS-DOS or Win16 program segment image. An exception is raised so a debugger can load, unload, or track symbols and breakpoints within these 16-bit segments.

0x000002BF
ERROR_BAD_CURRENT_DIRECTORY
{Invalid Current Directory} The process cannot switch to the startup current directory %hs. Select OK to set current directory to %hs, or select CANCEL to exit.

0x000002C0
ERROR_FT_READ_RECOVERY_FROM_BACKUP
{Redundant Read} To satisfy a read request, the NT fault-tolerant file system successfully read the requested data from a redundant copy. This was done because the file system encountered a failure on a member of the fault-tolerant volume, but it was unable to reassign the failing area of the device.

0x000002C1
ERROR_FT_WRITE_RECOVERY
{Redundant Write} To satisfy a write request, the Windows NT fault-tolerant file system successfully wrote a redundant copy of the information. This was done because the file system encountered a failure on a member of the fault-tolerant volume, but it was not able to reassign the failing area of the device.

0x000002C2
ERROR_IMAGE_MACHINE_TYPE_MISMATCH
{Machine Type Mismatch} The image file %hs is valid, but is for a machine type other than the current machine. Select OK to continue, or CANCEL to fail the DLL load.

0x000002C3
ERROR_RECEIVE_PARTIAL
{Partial Data Received} The network transport returned partial data to its client. The remaining data will be sent later.

0x000002C4
ERROR_RECEIVE_EXPEDITED
{Expedited Data Received} The network transport returned data to its client that was marked as expedited by the remote system.

0x000002C5
ERROR_RECEIVE_PARTIAL_EXPEDITED
{Partial Expedited Data Received} The network transport returned partial data to its client and this data was marked as expedited by the remote system. The remaining data will be sent later.

0x000002C6
ERROR_EVENT_DONE
{TDI Event Done} The TDI indication has completed successfully.

0x000002C7
ERROR_EVENT_PENDING
{TDI Event Pending} The TDI indication has entered the pending state.

0x000002C8
ERROR_CHECKING_FILE_SYSTEM
Checking file system on %wZ.

0x000002C9
ERROR_FATAL_APP_EXIT
{Fatal Application Exit} %hs.

0x000002CA
ERROR_PREDEFINED_HANDLE
The specified registry key is referenced by a predefined handle.

0x000002CB
ERROR_WAS_UNLOCKED
{Page Unlocked} The page protection of a locked page was changed to 'No Access' and the page was unlocked from memory and from the process.

0x000002CD
ERROR_WAS_LOCKED
{Page Locked} One of the pages to lock was already locked.

0x000002CF
ERROR_ALREADY_WIN32
The value already corresponds with a Win 32 error code.

0x000002D0
ERROR_IMAGE_MACHINE_TYPE_MISMATCH_EXE
{Machine Type Mismatch} The image file %hs is valid, but is for a machine type other than the current machine.

0x000002D1
ERROR_NO_YIELD_PERFORMED
A yield execution was performed and no thread was available to run.

0x000002D2
ERROR_TIMER_RESUME_IGNORED
The resume flag to a timer API was ignored.

0x000002D3
ERROR_ARBITRATION_UNHANDLED
The arbiter has deferred arbitration of these resources to its parent

0x000002D4
ERROR_CARDBUS_NOT_SUPPORTED
The inserted CardBus device cannot be started because of a configuration error on %hs"."

0x000002D5
ERROR_MP_PROCESSOR_MISMATCH
The CPUs in this multiprocessor system are not all the same revision level. To use all processors the operating system restricts itself to the features of the least capable processor in the system. If problems occur with this system, contact the CPU manufacturer to see if this mix of processors is supported.

0x000002D6
ERROR_HIBERNATED
The system was put into hibernation.

0x000002D7
ERROR_RESUME_HIBERNATION
The system was resumed from hibernation.

0x000002D8
ERROR_FIRMWARE_UPDATED
Windows has detected that the system firmware (BIOS) was updated (previous firmware date = %2, current firmware date %3).

0x000002D9
ERROR_DRIVERS_LEAKING_LOCKED_PAGES
A device driver is leaking locked I/O pages, causing system degradation. The system has automatically enabled a tracking code to try and catch the culprit.

0x000002DA
ERROR_WAKE_SYSTEM
The system has awoken.

0x000002DF
ERROR_ABANDONED_WAIT_0
The call failed because the handle associated with it was closed.

0x000002E4
ERROR_ELEVATION_REQUIRED
The requested operation requires elevation.

0x000002E5
ERROR_REPARSE
A reparse should be performed by the object manager because the name of the file resulted in a symbolic link.

0x000002E6
ERROR_OPLOCK_BREAK_IN_PROGRESS
An open/create operation completed while an oplock break is underway.

0x000002E7
ERROR_VOLUME_MOUNTED
A new volume has been mounted by a file system.

0x000002E8
ERROR_RXACT_COMMITTED
This success level status indicates that the transaction state already exists for the registry subtree, but that a transaction commit was previously aborted. The commit has now been completed.

0x000002E9
ERROR_NOTIFY_CLEANUP
This indicates that a notify change request has been completed due to closing the handle which made the notify change request.

0x000002EA
ERROR_PRIMARY_TRANSPORT_CONNECT_FAILED
{Connect Failure on Primary Transport} An attempt was made to connect to the remote server %hs on the primary transport, but the connection failed. The computer was able to connect on a secondary transport.

0x000002EB
ERROR_PAGE_FAULT_TRANSITION
Page fault was a transition fault.

0x000002EC
ERROR_PAGE_FAULT_DEMAND_ZERO
Page fault was a demand zero fault.

0x000002ED
ERROR_PAGE_FAULT_COPY_ON_WRITE
Page fault was a demand zero fault.

0x000002EE
ERROR_PAGE_FAULT_GUARD_PAGE
Page fault was a demand zero fault.

0x000002EF
ERROR_PAGE_FAULT_PAGING_FILE
Page fault was satisfied by reading from a secondary storage device.

0x000002F0
ERROR_CACHE_PAGE_LOCKED
Cached page was locked during operation.

0x000002F1
ERROR_CRASH_DUMP
Crash dump exists in paging file.

0x000002F2
ERROR_BUFFER_ALL_ZEROS
Specified buffer contains all zeros.

0x000002F3
ERROR_REPARSE_OBJECT
A reparse should be performed by the object manager because the name of the file resulted in a symbolic link.

0x000002F4
ERROR_RESOURCE_REQUIREMENTS_CHANGED
The device has succeeded a query-stop and its resource requirements have changed.

0x000002F5
ERROR_TRANSLATION_COMPLETE
The translator has translated these resources into the global space and no further translations should be performed.

0x000002F6
ERROR_NOTHING_TO_TERMINATE
A process being terminated has no threads to terminate.

0x000002F7
ERROR_PROCESS_NOT_IN_JOB
The specified process is not part of a job.

0x000002F8
ERROR_PROCESS_IN_JOB
The specified process is part of a job.

0x000002F9
ERROR_VOLSNAP_HIBERNATE_READY
{Volume Shadow Copy Service} The system is now ready for hibernation.

0x000002FA
ERROR_FSFILTER_OP_COMPLETED_SUCCESSFULLY
A file system or file system filter driver has successfully completed an FsFilter operation.

0x000002FB
ERROR_INTERRUPT_VECTOR_ALREADY_CONNECTED
The specified interrupt vector was already connected.

0x000002FC
ERROR_INTERRUPT_STILL_CONNECTED
The specified interrupt vector is still connected.

0x000002FD
ERROR_WAIT_FOR_OPLOCK
An operation is blocked waiting for an oplock.

0x000002FE
ERROR_DBG_EXCEPTION_HANDLED
Debugger handled exception.

0x000002FF
ERROR_DBG_CONTINUE
Debugger continued.

0x00000300
ERROR_CALLBACK_POP_STACK
An exception occurred in a user mode callback and the kernel callback frame should be removed
论坛发展靠大家,积极提供资源;请勿灌水
回复

使用道具 举报

 楼主| hotfox 发表于 2010-3-25 20:54:55 | 显示全部楼层
0x00000301
ERROR_COMPRESSION_DISABLED
Compression is disabled for this volume.

0x00000302
ERROR_CANTFETCHBACKWARDS
The data provider cannot fetch backward through a result set.

0x00000303
ERROR_CANTSCROLLBACKWARDS
The data provider cannot scroll backward through a result set.

0x00000304
ERROR_ROWSNOTRELEASED
The data provider requires that previously fetched data is released before asking for more data.

0x00000305
ERROR_BAD_ACCESSOR_FLAGS
The data provider was not able to interpret the flags set for a column binding in an accessor.

0x00000306
ERROR_ERRORS_ENCOUNTERED
One or more errors occurred while processing the request.

0x00000307
ERROR_NOT_CAPABLE
The implementation is not capable of performing the request.

0x00000308
ERROR_REQUEST_OUT_OF_SEQUENCE
The client of a component requested an operation that is not valid given the state of the component instance.

0x00000309
ERROR_VERSION_PARSE_ERROR
A version number could not be parsed.

0x0000030A
ERROR_BADSTARTPOSITION
The iterator's start position is invalid.

0x0000030B
ERROR_MEMORY_HARDWARE
The hardware has reported an uncorrectable memory error.

0x0000030C
ERROR_DISK_REPAIR_DISABLED
The attempted operation required self-healing to be enabled.

0x0000030D
ERROR_INSUFFICIENT_RESOURCE_FOR_SPECIFIED_SHARED_SECTION_SIZE
The Desktop heap encountered an error while allocating session memory. There is more information in the system event log.

0x0000030E
ERROR_SYSTEM_POWERSTATE_TRANSITION
The system power state is transitioning from %2 to %3.

0x0000030F
ERROR_SYSTEM_POWERSTATE_COMPLEX_TRANSITION
The system power state is transitioning from %2 to %3 but could enter %4.

0x00000310
ERROR_MCA_EXCEPTION
A thread is getting dispatched with MCA EXCEPTION because of MCA.

0x00000311
ERROR_ACCESS_AUDIT_BY_POLICY
Access to %1 is monitored by policy rule %2.

0x00000312
ERROR_ACCESS_DISABLED_NO_SAFER_UI_BY_POLICY
Access to %1 has been restricted by your administrator by policy rule %2.

0x00000313
ERROR_ABANDON_HIBERFILE
A valid hibernation file has been invalidated and should be abandoned.

0x00000314
ERROR_LOST_WRITEBEHIND_DATA_NETWORK_DISCONNECTED
{Delayed Write Failed} Windows was unable to save all the data for the file %hs; the data has been lost. This error may be caused by network connectivity issues. Try to save this file elsewhere.

0x00000315
ERROR_LOST_WRITEBEHIND_DATA_NETWORK_SERVER_ERROR
{Delayed Write Failed} Windows was unable to save all the data for the file %hs; the data has been lost. This error was returned by the server on which the file exists. Try to save this file elsewhere.

0x00000316
ERROR_LOST_WRITEBEHIND_DATA_LOCAL_DISK_ERROR
{Delayed Write Failed} Windows was unable to save all the data for the file %hs; the data has been lost. This error may be caused if the device has been removed or the media is write-protected.

0x000003E2
ERROR_EA_ACCESS_DENIED
Access to the extended attribute was denied.

0x000003E3
ERROR_OPERATION_ABORTED
The I/O operation has been aborted because of either a thread exit or an application request.

0x000003E4
ERROR_IO_INCOMPLETE
Overlapped I/O event is not in a signaled state.

0x000003E5
ERROR_IO_PENDING
Overlapped I/O operation is in progress.

0x000003E6
ERROR_NOACCESS
Invalid access to memory location.

0x000003E7
ERROR_SWAPERROR
Error performing in-page operation.

0x000003E9
ERROR_STACK_OVERFLOW
Recursion too deep; the stack overflowed.

0x000003EA
ERROR_INVALID_MESSAGE
The window cannot act on the sent message.

0x000003EB
ERROR_CAN_NOT_COMPLETE
Cannot complete this function.

0x000003EC
ERROR_INVALID_FLAGS
Invalid flags.

0x000003ED
ERROR_UNRECOGNIZED_VOLUME
The volume does not contain a recognized file system. Be sure that all required file system drivers are loaded and that the volume is not corrupted.

0x000003EE
ERROR_FILE_INVALID
The volume for a file has been externally altered so that the opened file is no longer valid.

0x000003EF
ERROR_FULLSCREEN_MODE
The requested operation cannot be performed in full-screen mode.

0x000003F0
ERROR_NO_TOKEN
An attempt was made to reference a token that does not exist.

0x000003F1
ERROR_BADDB
The configuration registry database is corrupt.

0x000003F2
ERROR_BADKEY
The configuration registry key is invalid.

0x000003F3
ERROR_CANTOPEN
The configuration registry key could not be opened.

0x000003F4
ERROR_CANTREAD
The configuration registry key could not be read.

0x000003F5
ERROR_CANTWRITE
The configuration registry key could not be written.

0x000003F6
ERROR_REGISTRY_RECOVERED
One of the files in the registry database had to be recovered by use of a log or alternate copy. The recovery was successful.

0x000003F7
ERROR_REGISTRY_CORRUPT
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.

0x000003F8
ERROR_REGISTRY_IO_FAILED
An I/O operation initiated by the registry failed and cannot be recovered. The registry could not read in, write out, or flush one of the files that contain the system's image of the registry.

0x000003F9
ERROR_NOT_REGISTRY_FILE
The system attempted to load or restore a file into the registry, but the specified file is not in a registry file format.

0x000003FA
ERROR_KEY_DELETED
Illegal operation attempted on a registry key that has been marked for deletion.

0x000003FB
ERROR_NO_LOG_SPACE
System could not allocate the required space in a registry log.

0x000003FC
ERROR_KEY_HAS_CHILDREN
Cannot create a symbolic link in a registry key that already has subkeys or values.

0x000003FD
ERROR_CHILD_MUST_BE_VOLATILE
Cannot create a stable subkey under a volatile parent key.

0x000003FE
ERROR_NOTIFY_ENUM_DIR
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.

0x0000041B
ERROR_DEPENDENT_SERVICES_RUNNING
A stop control has been sent to a service that other running services are dependent on.

0x0000041C
ERROR_INVALID_SERVICE_CONTROL
The requested control is not valid for this service.

0x0000041D
ERROR_SERVICE_REQUEST_TIMEOUT
The service did not respond to the start or control request in a timely fashion.

0x0000041E
ERROR_SERVICE_NO_THREAD
A thread could not be created for the service.

0x0000041F
ERROR_SERVICE_DATABASE_LOCKED
The service database is locked.

0x00000420
ERROR_SERVICE_ALREADY_RUNNING
An instance of the service is already running.

0x00000421
ERROR_INVALID_SERVICE_ACCOUNT
The account name is invalid or does not exist, or the password is invalid for the account name specified.

0x00000422
ERROR_SERVICE_DISABLED
The service cannot be started, either because it is disabled or because it has no enabled devices associated with it.

0x00000423
ERROR_CIRCULAR_DEPENDENCY
Circular service dependency was specified.

0x00000424
ERROR_SERVICE_DOES_NOT_EXIST
The specified service does not exist as an installed service.

0x00000425
ERROR_SERVICE_CANNOT_ACCEPT_CTRL
The service cannot accept control messages at this time.

0x00000426
ERROR_SERVICE_NOT_ACTIVE
The service has not been started.

0x00000427
ERROR_FAILED_SERVICE_CONTROLLER_CONNECT
The service process could not connect to the service controller.

0x00000428
ERROR_EXCEPTION_IN_SERVICE
An exception occurred in the service when handling the control request.

0x00000429
ERROR_DATABASE_DOES_NOT_EXIST
The database specified does not exist.

0x0000042A
ERROR_SERVICE_SPECIFIC_ERROR
The service has returned a service-specific error code.

0x0000042B
ERROR_PROCESS_ABORTED
The process terminated unexpectedly.

0x0000042C
ERROR_SERVICE_DEPENDENCY_FAIL
The dependency service or group failed to start.

0x0000042D
ERROR_SERVICE_LOGON_FAILED
The service did not start due to a logon failure.

0x0000042E
ERROR_SERVICE_START_HANG
After starting, the service hung in a start-pending state.

0x0000042F
ERROR_INVALID_SERVICE_LOCK
The specified service database lock is invalid.

0x00000430
ERROR_SERVICE_MARKED_FOR_DELETE
The specified service has been marked for deletion.

0x00000431
ERROR_SERVICE_EXISTS
The specified service already exists.

0x00000432
ERROR_ALREADY_RUNNING_LKG
The system is currently running with the last-known-good configuration.

0x00000433
ERROR_SERVICE_DEPENDENCY_DELETED
The dependency service does not exist or has been marked for deletion.

0x00000434
ERROR_BOOT_ALREADY_ACCEPTED
The current boot has already been accepted for use as the last-known-good control set.

0x00000435
ERROR_SERVICE_NEVER_STARTED
No attempts to start the service have been made since the last boot.

0x00000436
ERROR_DUPLICATE_SERVICE_NAME
The name is already in use as either a service name or a service display name.

0x00000437
ERROR_DIFFERENT_SERVICE_ACCOUNT
The account specified for this service is different from the account specified for other services running in the same process.

0x00000438
ERROR_CANNOT_DETECT_DRIVER_FAILURE
Failure actions can only be set for Win32 services, not for drivers.

0x00000439
ERROR_CANNOT_DETECT_PROCESS_ABORT
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.

0x0000043A
ERROR_NO_RECOVERY_PROGRAM
No recovery program has been configured for this service.

0x0000043B
ERROR_SERVICE_NOT_IN_EXE
The executable program that this service is configured to run in does not implement the service.

0x0000043C
ERROR_NOT_SAFEBOOT_SERVICE
This service cannot be started in Safe Mode.

0x0000044C
ERROR_END_OF_MEDIA
The physical end of the tape has been reached.

0x0000044D
ERROR_FILEMARK_DETECTED
A tape access reached a filemark.

0x0000044E
ERROR_BEGINNING_OF_MEDIA
The beginning of the tape or a partition was encountered.

0x0000044F
ERROR_SETMARK_DETECTED
A tape access reached the end of a set of files.

0x00000450
ERROR_NO_DATA_DETECTED
No more data is on the tape.

0x00000451
ERROR_PARTITION_FAILURE
Tape could not be partitioned.

0x00000452
ERROR_INVALID_BLOCK_LENGTH
When accessing a new tape of a multivolume partition, the current block size is incorrect.

0x00000453
ERROR_DEVICE_NOT_PARTITIONED
Tape partition information could not be found when loading a tape.

0x00000454
ERROR_UNABLE_TO_LOCK_MEDIA
Unable to lock the media eject mechanism.

0x00000455
ERROR_UNABLE_TO_UNLOAD_MEDIA
Unable to unload the media.

0x00000456
ERROR_MEDIA_CHANGED
The media in the drive may have changed.

0x00000457
ERROR_BUS_RESET
The I/O bus was reset.

0x00000458
ERROR_NO_MEDIA_IN_DRIVE
No media in drive.

0x00000459
ERROR_NO_UNICODE_TRANSLATION
No mapping for the Unicode character exists in the target multibyte code page.

0x0000045A
ERROR_DLL_INIT_FAILED
A DLL initialization routine failed.

0x0000045B
ERROR_SHUTDOWN_IN_PROGRESS
A system shutdown is in progress.

0x0000045C
ERROR_NO_SHUTDOWN_IN_PROGRESS
Unable to abort the system shutdown because no shutdown was in progress.

0x0000045D
ERROR_IO_DEVICE
The request could not be performed because of an I/O device error.

0x0000045E
ERROR_SERIAL_NO_DEVICE
No serial device was successfully initialized. The serial driver will unload.

0x0000045F
ERROR_IRQ_BUSY
Unable to open a device that was sharing an IRQ with other devices. At least one other device that uses that IRQ was already opened.

0x00000460
ERROR_MORE_WRITES
A serial I/O operation was completed by another write to the serial port. (The IOCTL_SERIAL_XOFF_COUNTER reached zero.)

0x00000461
ERROR_COUNTER_TIMEOUT
A serial I/O operation completed because the time-out period expired. (The IOCTL_SERIAL_XOFF_COUNTER did not reach zero.)

0x00000462
ERROR_FLOPPY_ID_MARK_NOT_FOUND
No ID address mark was found on the floppy disk.

0x00000463
ERROR_FLOPPY_WRONG_CYLINDER
Mismatch between the floppy disk sector ID field and the floppy disk controller track address.

0x00000464
ERROR_FLOPPY_UNKNOWN_ERROR
The floppy disk controller reported an error that is not recognized by the floppy disk driver.

0x00000465
ERROR_FLOPPY_BAD_REGISTERS
The floppy disk controller returned inconsistent results in its registers.

0x00000466
ERROR_DISK_RECALIBRATE_FAILED
While accessing the hard disk, a recalibrate operation failed, even after retries.

0x00000467
ERROR_DISK_OPERATION_FAILED
While accessing the hard disk, a disk operation failed even after retries.

0x00000468
ERROR_DISK_RESET_FAILED
While accessing the hard disk, a disk controller reset was needed, but that also failed.

0x00000469
ERROR_EOM_OVERFLOW
Physical end of tape encountered.

0x0000046A
ERROR_NOT_ENOUGH_SERVER_MEMORY
Not enough server storage is available to process this command.

0x0000046B
ERROR_POSSIBLE_DEADLOCK
A potential deadlock condition has been detected.

0x0000046C
ERROR_MAPPED_ALIGNMENT
The base address or the file offset specified does not have the proper alignment.

0x00000474
ERROR_SET_POWER_STATE_VETOED
An attempt to change the system power state was vetoed by another application or driver.

0x00000475
ERROR_SET_POWER_STATE_FAILED
The system BIOS failed an attempt to change the system power state.

0x00000476
ERROR_TOO_MANY_LINKS
An attempt was made to create more links on a file than the file system supports.

0x0000047E
ERROR_OLD_WIN_VERSION
The specified program requires a newer version of Windows.

0x0000047F
ERROR_APP_WRONG_OS
The specified program is not a Windows or MS-DOS program.

0x00000480
ERROR_SINGLE_INSTANCE_APP
Cannot start more than one instance of the specified program.

0x00000481
ERROR_RMODE_APP
The specified program was written for an earlier version of Windows.

0x00000482
ERROR_INVALID_DLL
One of the library files needed to run this application is damaged.

0x00000483
ERROR_NO_ASSOCIATION
No application is associated with the specified file for this operation.

0x00000484
ERROR_DDE_FAIL
An error occurred in sending the command to the application.

0x00000485
ERROR_DLL_NOT_FOUND
One of the library files needed to run this application cannot be found.

0x00000486
ERROR_NO_MORE_USER_HANDLES
The current process has used all of its system allowance of handles for Windows manager objects.

0x00000487
ERROR_MESSAGE_SYNC_ONLY
The message can be used only with synchronous operations.

0x00000488
ERROR_SOURCE_ELEMENT_EMPTY
The indicated source element has no media.

0x00000489
ERROR_DESTINATION_ELEMENT_FULL
The indicated destination element already contains media.

0x0000048A
ERROR_ILLEGAL_ELEMENT_ADDRESS
The indicated element does not exist.

0x0000048B
ERROR_MAGAZINE_NOT_PRESENT
The indicated element is part of a magazine that is not present.

0x0000048C
ERROR_DEVICE_REINITIALIZATION_NEEDED
The indicated device requires re-initialization due to hardware errors.

0x0000048D
ERROR_DEVICE_REQUIRES_CLEANING
The device has indicated that cleaning is required before further operations are attempted.

0x0000048E
ERROR_DEVICE_DOOR_OPEN
The device has indicated that its door is open.

0x0000048F
ERROR_DEVICE_NOT_CONNECTED
The device is not connected.

0x00000490
ERROR_NOT_FOUND
Element not found.

0x00000491
ERROR_NO_MATCH
There was no match for the specified key in the index.

0x00000492
ERROR_SET_NOT_FOUND
The property set specified does not exist on the object.

0x00000493
ERROR_POINT_NOT_FOUND
The point passed to GetMouseMovePoints is not in the buffer.

0x00000494
ERROR_NO_TRACKING_SERVICE
The tracking (workstation) service is not running.

0x00000495
ERROR_NO_VOLUME_ID
The volume ID could not be found.

0x00000497
ERROR_UNABLE_TO_REMOVE_REPLACED
Unable to remove the file to be replaced.

0x00000498
ERROR_UNABLE_TO_MOVE_REPLACEMENT
Unable to move the replacement file to the file to be replaced. The file to be replaced has retained its original name.

0x00000499
ERROR_UNABLE_TO_MOVE_REPLACEMENT_2
Unable to move the replacement file to the file to be replaced. The file to be replaced has been renamed using the backup name.

0x0000049A
ERROR_JOURNAL_DELETE_IN_PROGRESS
The volume change journal is being deleted.

0x0000049B
ERROR_JOURNAL_NOT_ACTIVE
The volume change journal is not active.

0x0000049C
ERROR_POTENTIAL_FILE_FOUND
A file was found, but it may not be the correct file.

0x0000049D
ERROR_JOURNAL_ENTRY_DELETED
The journal entry has been deleted from the journal.

0x000004A6
ERROR_SHUTDOWN_IS_SCHEDULED
A system shutdown has already been scheduled.

0x000004A7
ERROR_SHUTDOWN_USERS_LOGGED_ON
The system shutdown cannot be initiated because there are other users logged on to the computer.

0x000004B0
ERROR_BAD_DEVICE
The specified device name is invalid.

0x000004B1
ERROR_CONNECTION_UNAVAIL
The device is not currently connected but it is a remembered connection.

0x000004B2
ERROR_DEVICE_ALREADY_REMEMBERED
The local device name has a remembered connection to another network resource.

0x000004B3
ERROR_NO_NET_OR_BAD_PATH
The network path was either typed incorrectly, does not exist, or the network provider is not currently available. Try retyping the path or contact your network administrator.

0x000004B4
ERROR_BAD_PROVIDER
The specified network provider name is invalid.

0x000004B5
ERROR_CANNOT_OPEN_PROFILE
Unable to open the network connection profile.

0x000004B6
ERROR_BAD_PROFILE
The network connection profile is corrupted.

0x000004B7
ERROR_NOT_CONTAINER
Cannot enumerate a noncontainer.

0x000004B8
ERROR_EXTENDED_ERROR
An extended error has occurred.

0x000004B9
ERROR_INVALID_GROUPNAME
The format of the specified group name is invalid.

0x000004BA
ERROR_INVALID_COMPUTERNAME
The format of the specified computer name is invalid.

0x000004BB
ERROR_INVALID_EVENTNAME
The format of the specified event name is invalid.

0x000004BC
ERROR_INVALID_DOMAINNAME
The format of the specified domain name is invalid.

0x000004BD
ERROR_INVALID_SERVICENAME
The format of the specified service name is invalid.

0x000004BE
ERROR_INVALID_NETNAME
The format of the specified network name is invalid.

0x000004BF
ERROR_INVALID_SHARENAME
The format of the specified share name is invalid.

0x000004C0
ERROR_INVALID_PASSWORDNAME
The format of the specified password is invalid.

0x000004C1
ERROR_INVALID_MESSAGENAME
The format of the specified message name is invalid.

0x000004C2
ERROR_INVALID_MESSAGEDEST
The format of the specified message destination is invalid.

0x000004C3
ERROR_SESSION_CREDENTIAL_CONFLICT
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.

0x000004C4
ERROR_REMOTE_SESSION_LIMIT_EXCEEDED
An attempt was made to establish a session to a network server, but there are already too many sessions established to that server.

0x000004C5
ERROR_DUP_DOMAINNAME
The workgroup or domain name is already in use by another computer on the network.

0x000004C6
ERROR_NO_NETWORK
The network is not present or not started.

0x000004C7
ERROR_CANCELLED
The operation was canceled by the user.

0x000004C8
ERROR_USER_MAPPED_FILE
The requested operation cannot be performed on a file with a user-mapped section open.

0x000004C9
ERROR_CONNECTION_REFUSED
The remote system refused the network connection.

0x000004CA
ERROR_GRACEFUL_DISCONNECT
The network connection was gracefully closed.

0x000004CB
ERROR_ADDRESS_ALREADY_ASSOCIATED
The network transport endpoint already has an address associated with it.

0x000004CC
ERROR_ADDRESS_NOT_ASSOCIATED
An address has not yet been associated with the network endpoint.

0x000004CD
ERROR_CONNECTION_INVALID
An operation was attempted on a nonexistent network connection.

0x000004CE
ERROR_CONNECTION_ACTIVE
An invalid operation was attempted on an active network connection.

0x000004CF
ERROR_NETWORK_UNREACHABLE
The network location cannot be reached. For information about network troubleshooting, see Windows Help.

0x000004D0
ERROR_HOST_UNREACHABLE
The network location cannot be reached. For information about network troubleshooting, see Windows Help.

0x000004D1
ERROR_PROTOCOL_UNREACHABLE
The network location cannot be reached. For information about network troubleshooting, see Windows Help.

0x000004D2
ERROR_PORT_UNREACHABLE
No service is operating at the destination network endpoint on the remote system.

0x000004D3
ERROR_REQUEST_ABORTED
The request was aborted.

0x000004D4
ERROR_CONNECTION_ABORTED
The network connection was aborted by the local system.

0x000004D5
ERROR_RETRY
The operation could not be completed. A retry should be performed.

0x000004D6
ERROR_CONNECTION_COUNT_LIMIT
A connection to the server could not be made because the limit on the number of concurrent connections for this account has been reached.

0x000004D7
ERROR_LOGIN_TIME_RESTRICTION
Attempting to log on during an unauthorized time of day for this account.

0x000004D8
ERROR_LOGIN_WKSTA_RESTRICTION
The account is not authorized to log on from this station.

0x000004D9
ERROR_INCORRECT_ADDRESS
The network address could not be used for the operation requested.

0x000004DA
ERROR_ALREADY_REGISTERED
The service is already registered.

0x000004DB
ERROR_SERVICE_NOT_FOUND
The specified service does not exist.

0x000004DC
ERROR_NOT_AUTHENTICATED
The operation being requested was not performed because the user has not been authenticated.

0x000004DD
ERROR_NOT_LOGGED_ON
The operation being requested was not performed because the user has not logged on to the network. The specified service does not exist.

0x000004DE
ERROR_CONTINUE
Continue with work in progress.

0x000004DF
ERROR_ALREADY_INITIALIZED
An attempt was made to perform an initialization operation when initialization has already been completed.

0x000004E0
ERROR_NO_MORE_DEVICES
No more local devices.

0x000004E1
ERROR_NO_SUCH_SITE
The specified site does not exist.

0x000004E2
ERROR_DOMAIN_CONTROLLER_EXISTS
A domain controller with the specified name already exists.

0x000004E3
ERROR_ONLY_IF_CONNECTED
This operation is supported only when you are connected to the server.

0x000004E4
ERROR_OVERRIDE_NOCHANGES
The group policy framework should call the extension even if there are no changes.

0x000004E5
ERROR_BAD_USER_PROFILE
The specified user does not have a valid profile.

0x000004E6
ERROR_NOT_SUPPORTED_ON_SBS
This operation is not supported on a computer running Windows Server 2003 for Small Business Server.

0x000004E7
ERROR_SERVER_SHUTDOWN_IN_PROGRESS
The server machine is shutting down.

0x000004E8
ERROR_HOST_DOWN
The remote system is not available. For information about network troubleshooting, see Windows Help.

0x000004E9
ERROR_NON_ACCOUNT_SID
The security identifier provided is not from an account domain.

0x000004EA
ERROR_NON_DOMAIN_SID
The security identifier provided does not have a domain component.

0x000004EB
ERROR_APPHELP_BLOCK
AppHelp dialog canceled, thus preventing the application from starting.

0x000004EC
ERROR_ACCESS_DISABLED_BY_POLICY
This program is blocked by Group Policy. For more information, contact your system administrator.

0x000004ED
ERROR_REG_NAT_CONSUMPTION
A program attempt to use an invalid register value. Normally caused by an uninitialized register. This error is Itanium specific.

0x000004EE
ERROR_CSCSHARE_OFFLINE
The share is currently offline or does not exist.

0x000004EF
ERROR_PKINIT_FAILURE
The Kerberos protocol encountered an error while validating the KDC certificate during smartcard logon. There is more information in the system event log.

0x000004F0
ERROR_SMARTCARD_SUBSYSTEM_FAILURE
The Kerberos protocol encountered an error while attempting to utilize the smartcard subsystem.

0x000004F1
ERROR_DOWNGRADE_DETECTED
The system detected a possible attempt to compromise security. Ensure that you can contact the server that authenticated you.

0x000004F7
ERROR_MACHINE_LOCKED
The machine is locked and cannot be shut down without the force option.

0x000004F9
ERROR_CALLBACK_SUPPLIED_INVALID_DATA
An application-defined callback gave invalid data when called.

0x000004FA
ERROR_SYNC_FOREGROUND_REFRESH_REQUIRED
The Group Policy framework should call the extension in the synchronous foreground policy refresh.

0x000004FB
ERROR_DRIVER_BLOCKED
This driver has been blocked from loading.

0x000004FC
ERROR_INVALID_IMPORT_OF_NON_DLL
A DLL referenced a module that was neither a DLL nor the process's executable image.

0x000004FD
ERROR_ACCESS_DISABLED_WEBBLADE
Windows cannot open this program because it has been disabled.

0x000004FE
ERROR_ACCESS_DISABLED_WEBBLADE_TAMPER
Windows cannot open this program because the license enforcement system has been tampered with or become corrupted.

0x000004FF
ERROR_RECOVERY_FAILURE
A transaction recover failed.
论坛发展靠大家,积极提供资源;请勿灌水
回复

使用道具 举报

 楼主| hotfox 发表于 2010-3-25 20:56:21 | 显示全部楼层
0x00000500
ERROR_ALREADY_FIBER
The current thread has already been converted to a fiber.

0x00000501
ERROR_ALREADY_THREAD
The current thread has already been converted from a fiber.

0x00000502
ERROR_STACK_BUFFER_OVERRUN
The system detected an overrun of a stack-based buffer in this application. This overrun could potentially allow a malicious user to gain control of this application.

0x00000503
ERROR_PARAMETER_QUOTA_EXCEEDED
Data present in one of the parameters is more than the function can operate on.

0x00000504
ERROR_DEBUGGER_INACTIVE
An attempt to perform an operation on a debug object failed because the object is in the process of being deleted.

0x00000505
ERROR_DELAY_LOAD_FAILED
An attempt to delay-load a .dll or get a function address in a delay-loaded .dll failed.

0x00000506
ERROR_VDM_DISALLOWED
%1 is a 16-bit application. You do not have permissions to execute 16-bit applications. Check your permissions with your system administrator.

0x00000507
ERROR_UNIDENTIFIED_ERROR
Insufficient information exists to identify the cause of failure.

0x00000508
ERROR_INVALID_CRUNTIME_PARAMETER
The parameter passed to a C runtime function is incorrect.

0x00000509
ERROR_BEYOND_VDL
The operation occurred beyond the valid data length of the file.

0x0000050A
ERROR_INCOMPATIBLE_SERVICE_SID_TYPE
The service start failed because one or more services in the same process have an incompatible service SID type setting. A service with a restricted service SID type can only coexist in the same process with other services with a restricted SID type.

0x0000050B
ERROR_DRIVER_PROCESS_TERMINATED
The process hosting the driver for this device has been terminated.

0x0000050C
ERROR_IMPLEMENTATION_LIMIT
An operation attempted to exceed an implementation-defined limit.

0x0000050D
ERROR_PROCESS_IS_PROTECTED
Either the target process, or the target thread's containing process, is a protected process.

0x0000050E
ERROR_SERVICE_NOTIFY_CLIENT_LAGGING
The service notification client is lagging too far behind the current state of services in the machine.

0x0000050F
ERROR_DISK_QUOTA_EXCEEDED
An operation failed because the storage quota was exceeded.

0x00000510
ERROR_CONTENT_BLOCKED
An operation failed because the content was blocked.

0x00000511
ERROR_INCOMPATIBLE_SERVICE_PRIVILEGE
A privilege that the service requires to function properly does not exist in the service account configuration. You may use the Services Microsoft Management Console (MMC) snap-in (Services.msc) and the Local Security Settings MMC snap-in (Secpol.msc) to view the service configuration and the account configuration.

0x00000513
ERROR_INVALID_LABEL
Indicates a particular SID may not be assigned as the label of an object.

0x00000514
ERROR_NOT_ALL_ASSIGNED
Not all privileges or groups referenced are assigned to the caller.

0x00000515
ERROR_SOME_NOT_MAPPED
Some mapping between account names and SIDs was not done.

0x00000516
ERROR_NO_QUOTAS_FOR_ACCOUNT
No system quota limits are specifically set for this account.

0x00000517
ERROR_LOCAL_USER_SESSION_KEY
No encryption key is available. A well-known encryption key was returned.

0x00000518
ERROR_NULL_LM_PASSWORD
The password is too complex to be converted to a LAN Manager password. The LAN Manager password returned is a null string.

0x00000519
ERROR_UNKNOWN_REVISION
The revision level is unknown.

0x0000051A
ERROR_REVISION_MISMATCH
Indicates two revision levels are incompatible.

0x0000051B
ERROR_INVALID_OWNER
This SID may not be assigned as the owner of this object.

0x0000051C
ERROR_INVALID_PRIMARY_GROUP
This SID may not be assigned as the primary group of an object.

0x0000051D
ERROR_NO_IMPERSONATION_TOKEN
An attempt has been made to operate on an impersonation token by a thread that is not currently impersonating a client.

0x0000051E
ERROR_CANT_DISABLE_MANDATORY
The group may not be disabled.

0x0000051F
ERROR_NO_LOGON_SERVERS
There are currently no logon servers available to service the logon request.

0x00000520
ERROR_NO_SUCH_LOGON_SESSION
A specified logon session does not exist. It may already have been terminated.

0x00000521
ERROR_NO_SUCH_PRIVILEGE
A specified privilege does not exist.

0x00000522
ERROR_PRIVILEGE_NOT_HELD
A required privilege is not held by the client.

0x00000523
ERROR_INVALID_ACCOUNT_NAME
The name provided is not a properly formed account name.

0x00000524
ERROR_USER_EXISTS
The specified account already exists.

0x00000525
ERROR_NO_SUCH_USER
The specified account does not exist.

0x00000526
ERROR_GROUP_EXISTS
The specified group already exists.

0x00000527
ERROR_NO_SUCH_GROUP
The specified group does not exist.

0x00000528
ERROR_MEMBER_IN_GROUP
Either the specified user account is already a member of the specified group, or the specified group cannot be deleted because it contains a member.

0x00000529
ERROR_MEMBER_NOT_IN_GROUP
The specified user account is not a member of the specified group account.

0x0000052A
ERROR_LAST_ADMIN
The last remaining administration account cannot be disabled or deleted.

0x0000052B
ERROR_WRONG_PASSWORD
Unable to update the password. The value provided as the current password is incorrect.

0x0000052C
ERROR_ILL_FORMED_PASSWORD
Unable to update the password. The value provided for the new password contains values that are not allowed in passwords.

0x0000052D
ERROR_PASSWORD_RESTRICTION
Unable to update the password. The value provided for the new password does not meet the length, complexity, or history requirements of the domain.

0x0000052E
ERROR_LOGON_FAILURE
Logon failure: Unknown user name or bad password.

0x0000052F
ERROR_ACCOUNT_RESTRICTION
Logon failure: User account restriction. Possible reasons are blank passwords not allowed, logon hour restrictions, or a policy restriction has been enforced.

0x00000530
ERROR_INVALID_LOGON_HOURS
Logon failure: Account logon time restriction violation.

0x00000531
ERROR_INVALID_WORKSTATION
Logon failure: User not allowed to log on to this computer.

0x00000532
ERROR_PASSWORD_EXPIRED
Logon failure: The specified account password has expired.

0x00000533
ERROR_ACCOUNT_DISABLED
Logon failure: Account currently disabled.

0x00000534
ERROR_NONE_MAPPED
No mapping between account names and SIDs was done.

0x00000535
ERROR_TOO_MANY_LUIDS_REQUESTED
Too many local user identifiers (LUIDs) were requested at one time.

0x00000536
ERROR_LUIDS_EXHAUSTED
No more LUIDs are available.

0x00000537
ERROR_INVALID_SUB_AUTHORITY
The sub-authority part of an SID is invalid for this particular use.

0x00000538
ERROR_INVALID_ACL
The ACL structure is invalid.

0x00000539
ERROR_INVALID_SID
The SID structure is invalid.

0x0000053A
ERROR_INVALID_SECURITY_DESCR
The security descriptor structure is invalid.

0x0000053C
ERROR_BAD_INHERITANCE_ACL
The inherited ACL or ACE could not be built.

0x0000053D
ERROR_SERVER_DISABLED
The server is currently disabled.

0x0000053E
ERROR_SERVER_NOT_DISABLED
The server is currently enabled.

0x0000053F
ERROR_INVALID_ID_AUTHORITY
The value provided was an invalid value for an identifier authority.

0x00000540
ERROR_ALLOTTED_SPACE_EXCEEDED
No more memory is available for security information updates.

0x00000541
ERROR_INVALID_GROUP_ATTRIBUTES
The specified attributes are invalid, or incompatible with the attributes for the group as a whole.

0x00000542
ERROR_BAD_IMPERSONATION_LEVEL
Either a required impersonation level was not provided, or the provided impersonation level is invalid.

0x00000543
ERROR_CANT_OPEN_ANONYMOUS
Cannot open an anonymous level security token.

0x00000544
ERROR_BAD_VALIDATION_CLASS
The validation information class requested was invalid.

0x00000545
ERROR_BAD_TOKEN_TYPE
The type of the token is inappropriate for its attempted use.

0x00000546
ERROR_NO_SECURITY_ON_OBJECT
Unable to perform a security operation on an object that has no associated security.

0x00000547
ERROR_CANT_ACCESS_DOMAIN_INFO
Configuration information could not be read from the domain controller, either because the machine is unavailable, or access has been denied.

0x00000548
ERROR_INVALID_SERVER_STATE
The SAM or local security authority (LSA) server was in the wrong state to perform the security operation.

0x00000549
ERROR_INVALID_DOMAIN_STATE
The domain was in the wrong state to perform the security operation.

0x0000054A
ERROR_INVALID_DOMAIN_ROLE
This operation is only allowed for the PDC of the domain.

0x0000054B
ERROR_NO_SUCH_DOMAIN
The specified domain either does not exist or could not be contacted.

0x0000054C
ERROR_DOMAIN_EXISTS
The specified domain already exists.

0x0000054D
ERROR_DOMAIN_LIMIT_EXCEEDED
An attempt was made to exceed the limit on the number of domains per server.

0x0000054E
ERROR_INTERNAL_DB_CORRUPTION
Unable to complete the requested operation because of either a catastrophic media failure or a data structure corruption on the disk.

0x0000054F
ERROR_INTERNAL_ERROR
An internal error occurred.

0x00000550
ERROR_GENERIC_NOT_MAPPED
Generic access types were contained in an access mask that should already be mapped to nongeneric types.

0x00000551
ERROR_BAD_DESCRIPTOR_FORMAT
A security descriptor is not in the right format (absolute or self-relative).

0x00000552
ERROR_NOT_LOGON_PROCESS
The requested action is restricted for use by logon processes only. The calling process has not registered as a logon process.

0x00000553
ERROR_LOGON_SESSION_EXISTS
Cannot start a new logon session with an ID that is already in use.

0x00000554
ERROR_NO_SUCH_PACKAGE
A specified authentication package is unknown.

0x00000555
ERROR_BAD_LOGON_SESSION_STATE
The logon session is not in a state that is consistent with the requested operation.

0x00000556
ERROR_LOGON_SESSION_COLLISION
The logon session ID is already in use.

0x00000557
ERROR_INVALID_LOGON_TYPE
A logon request contained an invalid logon type value.

0x00000558
ERROR_CANNOT_IMPERSONATE
Unable to impersonate using a named pipe until data has been read from that pipe.

0x00000559
ERROR_RXACT_INVALID_STATE
The transaction state of a registry subtree is incompatible with the requested operation.

0x0000055A
ERROR_RXACT_COMMIT_FAILURE
An internal security database corruption has been encountered.

0x0000055B
ERROR_SPECIAL_ACCOUNT
Cannot perform this operation on built-in accounts.

0x0000055C
ERROR_SPECIAL_GROUP
Cannot perform this operation on this built-in special group.

0x0000055D
ERROR_SPECIAL_USER
Cannot perform this operation on this built-in special user.

0x0000055E
ERROR_MEMBERS_PRIMARY_GROUP
The user cannot be removed from a group because the group is currently the user's primary group.

0x0000055F
ERROR_TOKEN_ALREADY_IN_USE
The token is already in use as a primary token.

0x00000560
ERROR_NO_SUCH_ALIAS
The specified local group does not exist.

0x00000561
ERROR_MEMBER_NOT_IN_ALIAS
The specified account name is not a member of the group.

0x00000562
ERROR_MEMBER_IN_ALIAS
The specified account name is already a member of the group.

0x00000563
ERROR_ALIAS_EXISTS
The specified local group already exists.

0x00000564
ERROR_LOGON_NOT_GRANTED
Logon failure: The user has not been granted the requested logon type at this computer.

0x00000565
ERROR_TOO_MANY_SECRETS
The maximum number of secrets that may be stored in a single system has been exceeded.

0x00000566
ERROR_SECRET_TOO_LONG
The length of a secret exceeds the maximum length allowed.

0x00000567
ERROR_INTERNAL_DB_ERROR
The local security authority database contains an internal inconsistency.

0x00000568
ERROR_TOO_MANY_CONTEXT_IDS
During a logon attempt, the user's security context accumulated too many SIDs.

0x00000569
ERROR_LOGON_TYPE_NOT_GRANTED
Logon failure: The user has not been granted the requested logon type at this computer.

0x0000056A
ERROR_NT_CROSS_ENCRYPTION_REQUIRED
A cross-encrypted password is necessary to change a user password.

0x0000056B
ERROR_NO_SUCH_MEMBER
A member could not be added to or removed from the local group because the member does not exist.

0x0000056C
ERROR_INVALID_MEMBER
A new member could not be added to a local group because the member has the wrong account type.

0x0000056D
ERROR_TOO_MANY_SIDS
Too many SIDs have been specified.

0x0000056E
ERROR_LM_CROSS_ENCRYPTION_REQUIRED
A cross-encrypted password is necessary to change this user password.

0x0000056F
ERROR_NO_INHERITANCE
Indicates an ACL contains no inheritable components.

0x00000570
ERROR_FILE_CORRUPT
The file or directory is corrupted and unreadable.

0x00000571
ERROR_DISK_CORRUPT
The disk structure is corrupted and unreadable.

0x00000572
ERROR_NO_USER_SESSION_KEY
There is no user session key for the specified logon session.

0x00000573
ERROR_LICENSE_QUOTA_EXCEEDED
The service being accessed is licensed for a particular number of connections. No more connections can be made to the service at this time because the service has accepted the maximum number of connections.

0x00000574
ERROR_WRONG_TARGET_NAME
Logon failure: The target account name is incorrect.

0x00000575
ERROR_MUTUAL_AUTH_FAILED
Mutual authentication failed. The server's password is out of date at the domain controller.

0x00000576
ERROR_TIME_SKEW
There is a time and/or date difference between the client and server.

0x00000577
ERROR_CURRENT_DOMAIN_NOT_ALLOWED
This operation cannot be performed on the current domain.

0x00000578
ERROR_INVALID_WINDOW_HANDLE
Invalid window handle.

0x00000579
ERROR_INVALID_MENU_HANDLE
Invalid menu handle.

0x0000057A
ERROR_INVALID_CURSOR_HANDLE
Invalid cursor handle.

0x0000057B
ERROR_INVALID_ACCEL_HANDLE
Invalid accelerator table handle.

0x0000057C
ERROR_INVALID_HOOK_HANDLE
Invalid hook handle.

0x0000057D
ERROR_INVALID_DWP_HANDLE
Invalid handle to a multiple-window position structure.

0x0000057E
ERROR_TLW_WITH_WSCHILD
Cannot create a top-level child window.

0x0000057F
ERROR_CANNOT_FIND_WND_CLASS
Cannot find window class.

0x00000580
ERROR_WINDOW_OF_OTHER_THREAD
Invalid window; it belongs to other thread.

0x00000581
ERROR_HOTKEY_ALREADY_REGISTERED
Hot key is already registered.

0x00000582
ERROR_CLASS_ALREADY_EXISTS
Class already exists.

0x00000583
ERROR_CLASS_DOES_NOT_EXIST
Class does not exist.

0x00000584
ERROR_CLASS_HAS_WINDOWS
Class still has open windows.

0x00000585
ERROR_INVALID_INDEX
Invalid index.

0x00000586
ERROR_INVALID_ICON_HANDLE
Invalid icon handle.

0x00000587
ERROR_PRIVATE_DIALOG_INDEX
Using private DIALOG window words.

0x00000588
ERROR_LISTBOX_ID_NOT_FOUND
The list box identifier was not found.

0x00000589
ERROR_NO_WILDCARD_CHARACTERS
No wildcards were found.

0x0000058A
ERROR_CLIPBOARD_NOT_OPEN
Thread does not have a clipboard open.

0x0000058B
ERROR_HOTKEY_NOT_REGISTERED
Hot key is not registered.

0x0000058C
ERROR_WINDOW_NOT_DIALOG
The window is not a valid dialog window.

0x0000058D
ERROR_CONTROL_ID_NOT_FOUND
Control ID not found.

0x0000058E
ERROR_INVALID_COMBOBOX_MESSAGE
Invalid message for a combo box because it does not have an edit control.

0x0000058F
ERROR_WINDOW_NOT_COMBOBOX
The window is not a combo box.

0x00000590
ERROR_INVALID_EDIT_HEIGHT
Height must be less than 256.

0x00000591
ERROR_DC_NOT_FOUND
Invalid device context (DC) handle.

0x00000592
ERROR_INVALID_HOOK_FILTER
Invalid hook procedure type.

0x00000593
ERROR_INVALID_FILTER_PROC
Invalid hook procedure.

0x00000594
ERROR_HOOK_NEEDS_HMOD
Cannot set nonlocal hook without a module handle.

0x00000595
ERROR_GLOBAL_ONLY_HOOK
This hook procedure can only be set globally.

0x00000596
ERROR_JOURNAL_HOOK_SET
The journal hook procedure is already installed.

0x00000597
ERROR_HOOK_NOT_INSTALLED
The hook procedure is not installed.

0x00000598
ERROR_INVALID_LB_MESSAGE
Invalid message for single-selection list box.

0x00000599
ERROR_SETCOUNT_ON_BAD_LB
LB_SETCOUNT sent to non-lazy list box.

0x0000059A
ERROR_LB_WITHOUT_TABSTOPS
This list box does not support tab stops.

0x0000059B
ERROR_DESTROY_OBJECT_OF_OTHER_THREAD
Cannot destroy object created by another thread.

0x0000059C
ERROR_CHILD_WINDOW_MENU
Child windows cannot have menus.

0x0000059D
ERROR_NO_SYSTEM_MENU
The window does not have a system menu.

0x0000059E
ERROR_INVALID_MSGBOX_STYLE
Invalid message box style.

0x0000059F
ERROR_INVALID_SPI_VALUE
Invalid system-wide (SPI_*) parameter.

0x000005A0
ERROR_SCREEN_ALREADY_LOCKED
Screen already locked.

0x000005A1
ERROR_HWNDS_HAVE_DIFF_PARENT
All handles to windows in a multiple-window position structure must have the same parent.

0x000005A2
ERROR_NOT_CHILD_WINDOW
The window is not a child window.

0x000005A3
ERROR_INVALID_GW_COMMAND
Invalid GW_* command.

0x000005A4
ERROR_INVALID_THREAD_ID
Invalid thread identifier.

0x000005A5
ERROR_NON_MDICHILD_WINDOW
Cannot process a message from a window that is not a multiple document interface (MDI) window.

0x000005A6
ERROR_POPUP_ALREADY_ACTIVE
Pop-up menu already active.

0x000005A7
ERROR_NO_SCROLLBARS
The window does not have scroll bars.

0x000005A8
ERROR_INVALID_SCROLLBAR_RANGE
Scroll bar range cannot be greater than MAXLONG.

0x000005A9
ERROR_INVALID_SHOWWIN_COMMAND
Cannot show or remove the window in the way specified.

0x000005AA
ERROR_NO_SYSTEM_RESOURCES
Insufficient system resources exist to complete the requested service.

0x000005AB
ERROR_NONPAGED_SYSTEM_RESOURCES
Insufficient system resources exist to complete the requested service.

0x000005AC
ERROR_PAGED_SYSTEM_RESOURCES
Insufficient system resources exist to complete the requested service.

0x000005AD
ERROR_WORKING_SET_QUOTA
Insufficient quota to complete the requested service.

0x000005AE
ERROR_PAGEFILE_QUOTA
Insufficient quota to complete the requested service.

0x000005AF
ERROR_COMMITMENT_LIMIT
The paging file is too small for this operation to complete.

0x000005B0
ERROR_MENU_ITEM_NOT_FOUND
A menu item was not found.

0x000005B1
ERROR_INVALID_KEYBOARD_HANDLE
Invalid keyboard layout handle.

0x000005B2
ERROR_HOOK_TYPE_NOT_ALLOWED
Hook type not allowed.

0x000005B3
ERROR_REQUIRES_INTERACTIVE_WINDOWSTATION
This operation requires an interactive window station.

0x000005B4
ERROR_TIMEOUT
This operation returned because the time-out period expired.

0x000005B5
ERROR_INVALID_MONITOR_HANDLE
Invalid monitor handle.

0x000005B6
ERROR_INCORRECT_SIZE
Incorrect size argument.

0x000005B7
ERROR_SYMLINK_CLASS_DISABLED
The symbolic link cannot be followed because its type is disabled.

0x000005B8
ERROR_SYMLINK_NOT_SUPPORTED
This application does not support the current operation on symbolic links.

0x000005DC
ERROR_EVENTLOG_FILE_CORRUPT
The event log file is corrupted.

0x000005DD
ERROR_EVENTLOG_CANT_START
No event log file could be opened, so the event logging service did not start.

0x000005DE
ERROR_LOG_FILE_FULL
The event log file is full.

0x000005DF
ERROR_EVENTLOG_FILE_CHANGED
The event log file has changed between read operations.

0x0000060E
ERROR_INVALID_TASK_NAME
The specified task name is invalid.

0x0000060F
ERROR_INVALID_TASK_INDEX
The specified task index is invalid.

0x00000610
ERROR_THREAD_ALREADY_IN_TASK
The specified thread is already joining a task.

0x00000641
ERROR_INSTALL_SERVICE_FAILURE
The Windows Installer service could not be accessed. This can occur if the Windows Installer is not correctly installed. Contact your support personnel for assistance.

0x00000642
ERROR_INSTALL_USEREXIT
User canceled installation.

0x00000643
ERROR_INSTALL_FAILURE
Fatal error during installation.

0x00000644
ERROR_INSTALL_SUSPEND
Installation suspended, incomplete.

0x00000645
ERROR_UNKNOWN_PRODUCT
This action is valid only for products that are currently installed.

0x00000646
ERROR_UNKNOWN_FEATURE
Feature ID not registered.

0x00000647
ERROR_UNKNOWN_COMPONENT
Component ID not registered.

0x00000648
ERROR_UNKNOWN_PROPERTY
Unknown property.

0x00000649
ERROR_INVALID_HANDLE_STATE
Handle is in an invalid state.

0x0000064A
ERROR_BAD_CONFIGURATION
The configuration data for this product is corrupt. Contact your support personnel.

0x0000064B
ERROR_INDEX_ABSENT
Component qualifier not present.

0x0000064C
ERROR_INSTALL_SOURCE_ABSENT
The installation source for this product is not available. Verify that the source exists and that you can access it.

0x0000064D
ERROR_INSTALL_PACKAGE_VERSION
This installation package cannot be installed by the Windows Installer service. You must install a Windows service pack that contains a newer version of the Windows Installer service.

0x0000064E
ERROR_PRODUCT_UNINSTALLED
Product is uninstalled.

0x0000064F
ERROR_BAD_QUERY_SYNTAX
SQL query syntax invalid or unsupported.

0x00000650
ERROR_INVALID_FIELD
Record field does not exist.

0x00000651
ERROR_DEVICE_REMOVED
The device has been removed.

0x00000652
ERROR_INSTALL_ALREADY_RUNNING
Another installation is already in progress. Complete that installation before proceeding with this install.

0x00000653
ERROR_INSTALL_PACKAGE_OPEN_FAILED
This installation package could not be opened. Verify that the package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer package.

0x00000654
ERROR_INSTALL_PACKAGE_INVALID
This installation package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer package.

0x00000655
ERROR_INSTALL_UI_FAILURE
There was an error starting the Windows Installer service user interface. Contact your support personnel.

0x00000656
ERROR_INSTALL_LOG_FAILURE
Error opening installation log file. Verify that the specified log file location exists and that you can write to it.

0x00000657
ERROR_INSTALL_LANGUAGE_UNSUPPORTED
The language of this installation package is not supported by your system.

0x00000658
ERROR_INSTALL_TRANSFORM_FAILURE
Error applying transforms. Verify that the specified transform paths are valid.

0x00000659
ERROR_INSTALL_PACKAGE_REJECTED
This installation is forbidden by system policy. Contact your system administrator.

0x0000065A
ERROR_FUNCTION_NOT_CALLED
Function could not be executed.

0x0000065B
ERROR_FUNCTION_FAILED
Function failed during execution.

0x0000065C
ERROR_INVALID_TABLE
Invalid or unknown table specified.

0x0000065D
ERROR_DATATYPE_MISMATCH
Data supplied is of wrong type.

0x0000065E
ERROR_UNSUPPORTED_TYPE
Data of this type is not supported.

0x0000065F
ERROR_CREATE_FAILED
The Windows Installer service failed to start. Contact your support personnel.

0x00000660
ERROR_INSTALL_TEMP_UNWRITABLE
The Temp folder is on a drive that is full or is inaccessible. Free up space on the drive or verify that you have write permission on the Temp folder.

0x00000661
ERROR_INSTALL_PLATFORM_UNSUPPORTED
This installation package is not supported by this processor type. Contact your product vendor.

0x00000662
ERROR_INSTALL_NOTUSED
Component not used on this computer.

0x00000663
ERROR_PATCH_PACKAGE_OPEN_FAILED
This update package could not be opened. Verify that the update package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer update package.

0x00000664
ERROR_PATCH_PACKAGE_INVALID
This update package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer update package.

0x00000665
ERROR_PATCH_PACKAGE_UNSUPPORTED
This update package cannot be processed by the Windows Installer service. You must install a Windows service pack that contains a newer version of the Windows Installer service.

0x00000666
ERROR_PRODUCT_VERSION
Another version of this product is already installed. Installation of this version cannot continue. To configure or remove the existing version of this product, use Add/Remove Programs in Control Panel.

0x00000667
ERROR_INVALID_COMMAND_LINE
Invalid command-line argument. Consult the Windows Installer SDK for detailed command line help.

0x00000668
ERROR_INSTALL_REMOTE_DISALLOWED
Only administrators have permission to add, remove, or configure server software during a Terminal Services remote session. If you want to install or configure software on the server, contact your network administrator.

0x00000669
ERROR_SUCCESS_REBOOT_INITIATED
The requested operation completed successfully. The system will be restarted so the changes can take effect.

0x0000066A
ERROR_PATCH_TARGET_NOT_FOUND
The upgrade cannot be installed by the Windows Installer service because the program to be upgraded may be missing, or the upgrade may update a different version of the program. Verify that the program to be upgraded exists on your computer and that you have the correct upgrade.

0x0000066B
ERROR_PATCH_PACKAGE_REJECTED
The update package is not permitted by a software restriction policy.

0x0000066C
ERROR_INSTALL_TRANSFORM_REJECTED
One or more customizations are not permitted by a software restriction policy.

0x0000066D
ERROR_INSTALL_REMOTE_PROHIBITED
The Windows Installer does not permit installation from a Remote Desktop Connection.

0x0000066E
ERROR_PATCH_REMOVAL_UNSUPPORTED
Uninstallation of the update package is not supported.

0x0000066F
ERROR_UNKNOWN_PATCH
The update is not applied to this product.

0x00000670
ERROR_PATCH_NO_SEQUENCE
No valid sequence could be found for the set of updates.

0x00000671
ERROR_PATCH_REMOVAL_DISALLOWED
Update removal was disallowed by policy.

0x00000672
ERROR_INVALID_PATCH_XML
The XML update data is invalid.

0x00000673
ERROR_PATCH_MANAGED_ADVERTISED_PRODUCT
Windows Installer does not permit updating of managed advertised products. At least one feature of the product must be installed before applying the update.

0x00000674
ERROR_INSTALL_SERVICE_SAFEBOOT
The Windows Installer service is not accessible in Safe Mode. Try again when your computer is not in Safe Mode or you can use System Restore to return your machine to a previous good state.

0x000006A4
RPC_S_INVALID_STRING_BINDING
The string binding is invalid.

0x000006A5
RPC_S_WRONG_KIND_OF_BINDING
The binding handle is not the correct type.

0x000006A6
RPC_S_INVALID_BINDING
The binding handle is invalid.

0x000006A7
RPC_S_PROTSEQ_NOT_SUPPORTED
The RPC protocol sequence is not supported.

0x000006A8
RPC_S_INVALID_RPC_PROTSEQ
The RPC protocol sequence is invalid.

0x000006A9
RPC_S_INVALID_STRING_UUID
The string UUID is invalid.

0x000006AA
RPC_S_INVALID_ENDPOINT_FORMAT
The endpoint format is invalid.

0x000006AB
RPC_S_INVALID_NET_ADDR
The network address is invalid.

0x000006AC
RPC_S_NO_ENDPOINT_FOUND
No endpoint was found.

0x000006AD
RPC_S_INVALID_TIMEOUT
The time-out value is invalid.

0x000006AE
RPC_S_OBJECT_NOT_FOUND
The object UUID) was not found.

0x000006AF
RPC_S_ALREADY_REGISTERED
The object UUID) has already been registered.

0x000006B0
RPC_S_TYPE_ALREADY_REGISTERED
The type UUID has already been registered.

0x000006B1
RPC_S_ALREADY_LISTENING
The RPC server is already listening.

0x000006B2
RPC_S_NO_PROTSEQS_REGISTERED
No protocol sequences have been registered.

0x000006B3
RPC_S_NOT_LISTENING
The RPC server is not listening.

0x000006B4
RPC_S_UNKNOWN_MGR_TYPE
The manager type is unknown.

0x000006B5
RPC_S_UNKNOWN_IF
The interface is unknown.

0x000006B6
RPC_S_NO_BINDINGS
There are no bindings.

0x000006B7
RPC_S_NO_PROTSEQS
There are no protocol sequences.

0x000006B8
RPC_S_CANT_CREATE_ENDPOINT
The endpoint cannot be created.

0x000006B9
RPC_S_OUT_OF_RESOURCES
Not enough resources are available to complete this operation.

0x000006BA
RPC_S_SERVER_UNAVAILABLE
The RPC server is unavailable.

0x000006BB
RPC_S_SERVER_TOO_BUSY
The RPC server is too busy to complete this operation.

0x000006BC
RPC_S_INVALID_NETWORK_OPTIONS
The network options are invalid.

0x000006BD
RPC_S_NO_CALL_ACTIVE
There are no RPCs active on this thread.

0x000006BE
RPC_S_CALL_FAILED
The RPC failed.

0x000006BF
RPC_S_CALL_FAILED_DNE
The RPC failed and did not execute.

0x000006C0
RPC_S_PROTOCOL_ERROR
An RPC protocol error occurred.

0x000006C1
RPC_S_PROXY_ACCESS_DENIED
Access to the HTTP proxy is denied.

0x000006C2
RPC_S_UNSUPPORTED_TRANS_SYN
The transfer syntax is not supported by the RPC server.

0x000006C4
RPC_S_UNSUPPORTED_TYPE
The UUID type is not supported.

0x000006C5
RPC_S_INVALID_TAG
The tag is invalid.

0x000006C6
RPC_S_INVALID_BOUND
The array bounds are invalid.

0x000006C7
RPC_S_NO_ENTRY_NAME
The binding does not contain an entry name.

0x000006C8
RPC_S_INVALID_NAME_SYNTAX
The name syntax is invalid.

0x000006C9
RPC_S_UNSUPPORTED_NAME_SYNTAX
The name syntax is not supported.

0x000006CB
RPC_S_UUID_NO_ADDRESS
No network address is available to use to construct a UUID.

0x000006CC
RPC_S_DUPLICATE_ENDPOINT
The endpoint is a duplicate.

0x000006CD
RPC_S_UNKNOWN_AUTHN_TYPE
The authentication type is unknown.

0x000006CE
RPC_S_MAX_CALLS_TOO_SMALL
The maximum number of calls is too small.

0x000006CF
RPC_S_STRING_TOO_LONG
The string is too long.

0x000006D0
RPC_S_PROTSEQ_NOT_FOUND
The RPC protocol sequence was not found.

0x000006D1
RPC_S_PROCNUM_OUT_OF_RANGE
The procedure number is out of range.

0x000006D2
RPC_S_BINDING_HAS_NO_AUTH
The binding does not contain any authentication information.

0x000006D3
RPC_S_UNKNOWN_AUTHN_SERVICE
The authentication service is unknown.

0x000006D4
RPC_S_UNKNOWN_AUTHN_LEVEL
The authentication level is unknown.

0x000006D5
RPC_S_INVALID_AUTH_IDENTITY
The security context is invalid.

0x000006D6
RPC_S_UNKNOWN_AUTHZ_SERVICE
The authorization service is unknown.

0x000006D7
EPT_S_INVALID_ENTRY
The entry is invalid.

0x000006D8
EPT_S_CANT_PERFORM_OP
The server endpoint cannot perform the operation.

0x000006D9
EPT_S_NOT_REGISTERED
There are no more endpoints available from the endpoint mapper.

0x000006DA
RPC_S_NOTHING_TO_EXPORT
No interfaces have been exported.

0x000006DB
RPC_S_INCOMPLETE_NAME
The entry name is incomplete.

0x000006DC
RPC_S_INVALID_VERS_OPTION
The version option is invalid.

0x000006DD
RPC_S_NO_MORE_MEMBERS
There are no more members.

0x000006DE
RPC_S_NOT_ALL_OBJS_UNEXPORTED
There is nothing to unexport.

0x000006DF
RPC_S_INTERFACE_NOT_FOUND
The interface was not found.

0x000006E0
RPC_S_ENTRY_ALREADY_EXISTS
The entry already exists.

0x000006E1
RPC_S_ENTRY_NOT_FOUND
The entry is not found.

0x000006E2
RPC_S_NAME_SERVICE_UNAVAILABLE
The name service is unavailable.

0x000006E3
RPC_S_INVALID_NAF_ID
The network address family is invalid.

0x000006E4
RPC_S_CANNOT_SUPPORT
The requested operation is not supported.

0x000006E5
RPC_S_NO_CONTEXT_AVAILABLE
No security context is available to allow impersonation.

0x000006E6
RPC_S_INTERNAL_ERROR
An internal error occurred in an RPC.

0x000006E7
RPC_S_ZERO_DIVIDE
The RPC server attempted an integer division by zero.

0x000006E8
RPC_S_ADDRESS_ERROR
An addressing error occurred in the RPC server.

0x000006E9
RPC_S_FP_DIV_ZERO
A floating-point operation at the RPC server caused a division by zero.

0x000006EA
RPC_S_FP_UNDERFLOW
A floating-point underflow occurred at the RPC server.

0x000006EB
RPC_S_FP_OVERFLOW
A floating-point overflow occurred at the RPC server.

0x000006EC
RPC_X_NO_MORE_ENTRIES
The list of RPC servers available for the binding of auto handles has been exhausted.

0x000006ED
RPC_X_SS_CHAR_TRANS_OPEN_FAIL
Unable to open the character translation table file.

0x000006EE
RPC_X_SS_CHAR_TRANS_SHORT_FILE
The file containing the character translation table has fewer than 512 bytes.

0x000006EF
RPC_X_SS_IN_NULL_CONTEXT
A null context handle was passed from the client to the host during an RPC.

0x000006F1
RPC_X_SS_CONTEXT_DAMAGED
The context handle changed during an RPC.

0x000006F2
RPC_X_SS_HANDLES_MISMATCH
The binding handles passed to an RPC do not match.

0x000006F3
RPC_X_SS_CANNOT_GET_CALL_HANDLE
The stub is unable to get the RPC handle.

0x000006F4
RPC_X_NULL_REF_POINTER
A null reference pointer was passed to the stub.

0x000006F5
RPC_X_ENUM_VALUE_OUT_OF_RANGE
The enumeration value is out of range.

0x000006F6
RPC_X_BYTE_COUNT_TOO_SMALL
The byte count is too small.

0x000006F7
RPC_X_BAD_STUB_DATA
The stub received bad data.

0x000006F8
ERROR_INVALID_USER_BUFFER
The supplied user buffer is not valid for the requested operation.

0x000006F9
ERROR_UNRECOGNIZED_MEDIA
The disk media is not recognized. It may not be formatted.

0x000006FA
ERROR_NO_TRUST_LSA_SECRET
The workstation does not have a trust secret.

0x000006FB
ERROR_NO_TRUST_SAM_ACCOUNT
The security database on the server does not have a computer account for this workstation trust relationship.

0x000006FC
ERROR_TRUSTED_DOMAIN_FAILURE
The trust relationship between the primary domain and the trusted domain failed.

0x000006FD
ERROR_TRUSTED_RELATIONSHIP_FAILURE
The trust relationship between this workstation and the primary domain failed.

0x000006FE
ERROR_TRUST_FAILURE
The network logon failed.

0x000006FF
RPC_S_CALL_IN_PROGRESS
An RPC is already in progress for this thread
论坛发展靠大家,积极提供资源;请勿灌水
回复

使用道具 举报

 楼主| hotfox 发表于 2010-3-25 20:57:34 | 显示全部楼层
0x00000700
ERROR_NETLOGON_NOT_STARTED
An attempt was made to log on, but the network logon service was not started.

0x00000701
ERROR_ACCOUNT_EXPIRED
The user's account has expired.

0x00000702
ERROR_REDIRECTOR_HAS_OPEN_HANDLES
The redirector is in use and cannot be unloaded.

0x00000703
ERROR_PRINTER_DRIVER_ALREADY_INSTALLED
The specified printer driver is already installed.

0x00000704
ERROR_UNKNOWN_PORT
The specified port is unknown.

0x00000705
ERROR_UNKNOWN_PRINTER_DRIVER
The printer driver is unknown.

0x00000706
ERROR_UNKNOWN_PRINTPROCESSOR
The print processor is unknown.

0x00000707
ERROR_INVALID_SEPARATOR_FILE
The specified separator file is invalid.

0x00000708
ERROR_INVALID_PRIORITY
The specified priority is invalid.

0x00000709
ERROR_INVALID_PRINTER_NAME
The printer name is invalid.

0x0000070A
ERROR_PRINTER_ALREADY_EXISTS
The printer already exists.

0x0000070B
ERROR_INVALID_PRINTER_COMMAND
The printer command is invalid.

0x0000070C
ERROR_INVALID_DATATYPE
The specified data type is invalid.

0x0000070D
ERROR_INVALID_ENVIRONMENT
The environment specified is invalid.

0x0000070E
RPC_S_NO_MORE_BINDINGS
There are no more bindings.

0x0000070F
ERROR_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT
The account used is an interdomain trust account. Use your global user account or local user account to access this server.

0x00000710
ERROR_NOLOGON_WORKSTATION_TRUST_ACCOUNT
The account used is a computer account. Use your global user account or local user account to access this server.

0x00000711
ERROR_NOLOGON_SERVER_TRUST_ACCOUNT
The account used is a server trust account. Use your global user account or local user account to access this server.

0x00000712
ERROR_DOMAIN_TRUST_INCONSISTENT
The name or SID of the domain specified is inconsistent with the trust information for that domain.

0x00000713
ERROR_SERVER_HAS_OPEN_HANDLES
The server is in use and cannot be unloaded.

0x00000714
ERROR_RESOURCE_DATA_NOT_FOUND
The specified image file did not contain a resource section.

0x00000715
ERROR_RESOURCE_TYPE_NOT_FOUND
The specified resource type cannot be found in the image file.

0x00000716
ERROR_RESOURCE_NAME_NOT_FOUND
The specified resource name cannot be found in the image file.

0x00000717
ERROR_RESOURCE_LANG_NOT_FOUND
The specified resource language ID cannot be found in the image file.

0x00000718
ERROR_NOT_ENOUGH_QUOTA
Not enough quota is available to process this command.

0x00000719
RPC_S_NO_INTERFACES
No interfaces have been registered.

0x0000071A
RPC_S_CALL_CANCELLED
The RPC was canceled.

0x0000071B
RPC_S_BINDING_INCOMPLETE
The binding handle does not contain all the required information.

0x0000071C
RPC_S_COMM_FAILURE
A communications failure occurred during an RPC.

0x0000071D
RPC_S_UNSUPPORTED_AUTHN_LEVEL
The requested authentication level is not supported.

0x0000071E
RPC_S_NO_PRINC_NAME
No principal name is registered.

0x0000071F
RPC_S_NOT_RPC_ERROR
The error specified is not a valid Windows RPC error code.

0x00000720
RPC_S_UUID_LOCAL_ONLY
A UUID that is valid only on this computer has been allocated.

0x00000721
RPC_S_SEC_PKG_ERROR
A security package-specific error occurred.

0x00000722
RPC_S_NOT_CANCELLED
The thread is not canceled.

0x00000723
RPC_X_INVALID_ES_ACTION
Invalid operation on the encoding/decoding handle.

0x00000724
RPC_X_WRONG_ES_VERSION
Incompatible version of the serializing package.

0x00000725
RPC_X_WRONG_STUB_VERSION
Incompatible version of the RPC stub.

0x00000726
RPC_X_INVALID_PIPE_OBJECT
The RPC pipe object is invalid or corrupted.

0x00000727
RPC_X_WRONG_PIPE_ORDER
An invalid operation was attempted on an RPC pipe object.

0x00000728
RPC_X_WRONG_PIPE_VERSION
Unsupported RPC pipe version.

0x0000076A
RPC_S_GROUP_MEMBER_NOT_FOUND
The group member was not found.

0x0000076B
EPT_S_CANT_CREATE
The endpoint mapper database entry could not be created.

0x0000076C
RPC_S_INVALID_OBJECT
The object UUID is the nil UUID.

0x0000076D
ERROR_INVALID_TIME
The specified time is invalid.

0x0000076E
ERROR_INVALID_FORM_NAME
The specified form name is invalid.

0x0000076F
ERROR_INVALID_FORM_SIZE
The specified form size is invalid.

0x00000770
ERROR_ALREADY_WAITING
The specified printer handle is already being waited on.

0x00000771
ERROR_PRINTER_DELETED
The specified printer has been deleted.

0x00000772
ERROR_INVALID_PRINTER_STATE
The state of the printer is invalid.

0x00000773
ERROR_PASSWORD_MUST_CHANGE
The user's password must be changed before logging on the first time.

0x00000774
ERROR_DOMAIN_CONTROLLER_NOT_FOUND
Could not find the domain controller for this domain.

0x00000775
ERROR_ACCOUNT_LOCKED_OUT
The referenced account is currently locked out and may not be logged on to.

0x00000776
OR_INVALID_OXID
The object exporter specified was not found.

0x00000777
OR_INVALID_OID
The object specified was not found.

0x00000778
OR_INVALID_SET
The object set specified was not found.

0x00000779
RPC_S_SEND_INCOMPLETE
Some data remains to be sent in the request buffer.

0x0000077A
RPC_S_INVALID_ASYNC_HANDLE
Invalid asynchronous RPC handle.

0x0000077B
RPC_S_INVALID_ASYNC_CALL
Invalid asynchronous RPC call handle for this operation.

0x0000077C
RPC_X_PIPE_CLOSED
The RPC pipe object has already been closed.

0x0000077D
RPC_X_PIPE_DISCIPLINE_ERROR
The RPC call completed before all pipes were processed.

0x0000077E
RPC_X_PIPE_EMPTY
No more data is available from the RPC pipe.

0x0000077F
ERROR_NO_SITENAME
No site name is available for this machine.

0x00000780
ERROR_CANT_ACCESS_FILE
The file cannot be accessed by the system.

0x00000781
ERROR_CANT_RESOLVE_FILENAME
The name of the file cannot be resolved by the system.

0x00000782
RPC_S_ENTRY_TYPE_MISMATCH
The entry is not of the expected type.

0x00000783
RPC_S_NOT_ALL_OBJS_EXPORTED
Not all object UUIDs could be exported to the specified entry.

0x00000784
RPC_S_INTERFACE_NOT_EXPORTED
The interface could not be exported to the specified entry.

0x00000785
RPC_S_PROFILE_NOT_ADDED
The specified profile entry could not be added.

0x00000786
RPC_S_PRF_ELT_NOT_ADDED
The specified profile element could not be added.

0x00000787
RPC_S_PRF_ELT_NOT_REMOVED
The specified profile element could not be removed.

0x00000788
RPC_S_GRP_ELT_NOT_ADDED
The group element could not be added.

0x00000789
RPC_S_GRP_ELT_NOT_REMOVED
The group element could not be removed.

0x0000078A
ERROR_KM_DRIVER_BLOCKED
The printer driver is not compatible with a policy enabled on your computer that blocks Windows NT 4.0 drivers.

0x0000078B
ERROR_CONTEXT_EXPIRED
The context has expired and can no longer be used.

0x0000078C
ERROR_PER_USER_TRUST_QUOTA_EXCEEDED
The current user's delegated trust creation quota has been exceeded.

0x0000078D
ERROR_ALL_USER_TRUST_QUOTA_EXCEEDED
The total delegated trust creation quota has been exceeded.

0x0000078E
ERROR_USER_DELETE_TRUST_QUOTA_EXCEEDED
The current user's delegated trust deletion quota has been exceeded.

0x0000078F
ERROR_AUTHENTICATION_FIREWALL_FAILED
Logon failure: The machine you are logging on to is protected by an authentication firewall. The specified account is not allowed to authenticate to the machine.

0x00000790
ERROR_REMOTE_PRINT_CONNECTIONS_BLOCKED
Remote connections to the Print Spooler are blocked by a policy set on your machine.

0x000007D0
ERROR_INVALID_PIXEL_FORMAT
The pixel format is invalid.

0x000007D1
ERROR_BAD_DRIVER
The specified driver is invalid.

0x000007D2
ERROR_INVALID_WINDOW_STYLE
The window style or class attribute is invalid for this operation.

0x000007D3
ERROR_METAFILE_NOT_SUPPORTED
The requested metafile operation is not supported.

0x000007D4
ERROR_TRANSFORM_NOT_SUPPORTED
The requested transformation operation is not supported.

0x000007D5
ERROR_CLIPPING_NOT_SUPPORTED
The requested clipping operation is not supported.

0x000007DA
ERROR_INVALID_CMM
The specified color management module is invalid.

0x000007DB
ERROR_INVALID_PROFILE
The specified color profile is invalid.

0x000007DC
ERROR_TAG_NOT_FOUND
The specified tag was not found.

0x000007DD
ERROR_TAG_NOT_PRESENT
A required tag is not present.

0x000007DE
ERROR_DUPLICATE_TAG
The specified tag is already present.

0x000007DF
ERROR_PROFILE_NOT_ASSOCIATED_WITH_DEVICE
The specified color profile is not associated with any device.

0x000007E0
ERROR_PROFILE_NOT_FOUND
The specified color profile was not found.

0x000007E1
ERROR_INVALID_COLORSPACE
The specified color space is invalid.

0x000007E2
ERROR_ICM_NOT_ENABLED
Image Color Management is not enabled.

0x000007E3
ERROR_DELETING_ICM_XFORM
There was an error while deleting the color transform.

0x000007E4
ERROR_INVALID_TRANSFORM
The specified color transform is invalid.

0x000007E5
ERROR_COLORSPACE_MISMATCH
The specified transform does not match the bitmap's color space.

0x000007E6
ERROR_INVALID_COLORINDEX
The specified named color index is not present in the profile.

0x000007E7
ERROR_PROFILE_DOES_NOT_MATCH_DEVICE
The specified profile is intended for a device of a different type than the specified device.

0x00000836
NERR_NetNotStarted
The workstation driver is not installed.

0x00000837
NERR_UnknownServer
The server could not be located.

0x00000838
NERR_ShareMem
An internal error occurred. The network cannot access a shared memory segment.

0x00000839
NERR_NoNetworkResource
A network resource shortage occurred.

0x0000083A
NERR_RemoteOnly
This operation is not supported on workstations.

0x0000083B
NERR_DevNotRedirected
The device is not connected.

0x0000083C
ERROR_CONNECTED_OTHER_PASSWORD
The network connection was made successfully, but the user had to be prompted for a password other than the one originally specified.

0x0000083D
ERROR_CONNECTED_OTHER_PASSWORD_DEFAULT
The network connection was made successfully using default credentials.

0x00000842
NERR_ServerNotStarted
The Server service is not started.

0x00000843
NERR_ItemNotFound
The queue is empty.

0x00000844
NERR_UnknownDevDir
The device or directory does not exist.

0x00000845
NERR_RedirectedPath
The operation is invalid on a redirected resource.

0x00000846
NERR_DuplicateShare
The name has already been shared.

0x00000847
NERR_NoRoom
The server is currently out of the requested resource.

0x00000849
NERR_TooManyItems
Requested addition of items exceeds the maximum allowed.

0x0000084A
NERR_InvalidMaxUsers
The Peer service supports only two simultaneous users.

0x0000084B
NERR_BufTooSmall
The API return buffer is too small.

0x0000084F
NERR_RemoteErr
A remote API error occurred.

0x00000853
NERR_LanmanIniError
An error occurred when opening or reading the configuration file.

0x00000858
NERR_NetworkError
A general network error occurred.

0x00000859
NERR_WkstaInconsistentState
The Workstation service is in an inconsistent state. Restart the computer before restarting the Workstation service.

0x0000085A
NERR_WkstaNotStarted
The Workstation service has not been started.

0x0000085B
NERR_BrowserNotStarted
The requested information is not available.

0x0000085C
NERR_InternalError
An internal error occurred.

0x0000085D
NERR_BadTransactConfig
The server is not configured for transactions.

0x0000085E
NERR_InvalidAPI
The requested API is not supported on the remote server.

0x0000085F
NERR_BadEventName
The event name is invalid.

0x00000860
NERR_DupNameReboot
The computer name already exists on the network. Change it and reboot the computer.

0x00000862
NERR_CfgCompNotFound
The specified component could not be found in the configuration information.

0x00000863
NERR_CfgParamNotFound
The specified parameter could not be found in the configuration information.

0x00000865
NERR_LineTooLong
A line in the configuration file is too long.

0x00000866
NERR_QNotFound
The printer does not exist.

0x00000867
NERR_JobNotFound
The print job does not exist.

0x00000868
NERR_DestNotFound
The printer destination cannot be found.

0x00000869
NERR_DestExists
The printer destination already exists.

0x0000086A
NERR_QExists
The print queue already exists.

0x0000086B
NERR_QNoRoom
No more printers can be added.

0x0000086C
NERR_JobNoRoom
No more print jobs can be added.

0x0000086D
NERR_DestNoRoom
No more printer destinations can be added.

0x0000086E
NERR_DestIdle
This printer destination is idle and cannot accept control operations.

0x0000086F
NERR_DestInvalidOp
This printer destination request contains an invalid control function.

0x00000870
NERR_ProcNoRespond
The print processor is not responding.

0x00000871
NERR_SpoolerNotLoaded
The spooler is not running.

0x00000872
NERR_DestInvalidState
This operation cannot be performed on the print destination in its current state.

0x00000873
NERR_QinvalidState
This operation cannot be performed on the print queue in its current state.

0x00000874
NERR_JobInvalidState
This operation cannot be performed on the print job in its current state.

0x00000875
NERR_SpoolNoMemory
A spooler memory allocation failure occurred.

0x00000876
NERR_DriverNotFound
The device driver does not exist.

0x00000877
NERR_DataTypeInvalid
The data type is not supported by the print processor.

0x00000878
NERR_ProcNotFound
The print processor is not installed.

0x00000884
NERR_ServiceTableLocked
The service database is locked.

0x00000885
NERR_ServiceTableFull
The service table is full.

0x00000886
NERR_ServiceInstalled
The requested service has already been started.

0x00000887
NERR_ServiceEntryLocked
The service does not respond to control actions.

0x00000888
NERR_ServiceNotInstalled
The service has not been started.

0x00000889
NERR_BadServiceName
The service name is invalid.

0x0000088A
NERR_ServiceCtlTimeout
The service is not responding to the control function.

0x0000088B
NERR_ServiceCtlBusy
The service control is busy.

0x0000088C
NERR_BadServiceProgName
The configuration file contains an invalid service program name.

0x0000088D
NERR_ServiceNotCtrl
The service could not be controlled in its present state.

0x0000088E
NERR_ServiceKillProc
The service ended abnormally.

0x0000088F
NERR_ServiceCtlNotValid
The requested pause or stop is not valid for this service.

0x00000890
NERR_NotInDispatchTbl
The service control dispatcher could not find the service name in the dispatch table.

0x00000891
NERR_BadControlRecv
The service control dispatcher pipe read failed.

0x00000892
NERR_ServiceNotStarting
A thread for the new service could not be created.

0x00000898
NERR_AlreadyLoggedOn
This workstation is already logged on to the LAN.

0x00000899
NERR_NotLoggedOn
The workstation is not logged on to the LAN.

0x0000089A
NERR_BadUsername
The user name or group name parameter is invalid.

0x0000089B
NERR_BadPassword
The password parameter is invalid.

0x0000089C
NERR_UnableToAddName_W
The logon processor did not add the message alias.

0x0000089D
NERR_UnableToAddName_F
The logon processor did not add the message alias.

0x0000089E
NERR_UnableToDelName_W
@W The logoff processor did not delete the message alias.

0x0000089F
NERR_UnableToDelName_F
The logoff processor did not delete the message alias.

0x000008A1
NERR_LogonsPaused
Network logons are paused.

0x000008A2
NERR_LogonServerConflict
A centralized logon server conflict occurred.

0x000008A3
NERR_LogonNoUserPath
The server is configured without a valid user path.

0x000008A4
NERR_LogonScriptError
An error occurred while loading or running the logon script.

0x000008A6
NERR_StandaloneLogon
The logon server was not specified. The computer will be logged on as STANDALONE.

0x000008A7
NERR_LogonServerNotFound
The logon server could not be found.

0x000008A8
NERR_LogonDomainExists
There is already a logon domain for this computer.

0x000008A9
NERR_NonValidatedLogon
The logon server could not validate the logon.

0x000008AB
NERR_ACFNotFound
The security database could not be found.

0x000008AC
NERR_GroupNotFound
The group name could not be found.

0x000008AD
NERR_UserNotFound
The user name could not be found.

0x000008AE
NERR_ResourceNotFound
The resource name could not be found.

0x000008AF
NERR_GroupExists
The group already exists.

0x000008B0
NERR_UserExists
The user account already exists.

0x000008B1
NERR_ResourceExists
The resource permission list already exists.

0x000008B2
NERR_NotPrimary
This operation is allowed only on the PDC of the domain.

0x000008B3
NERR_ACFNotLoaded
The security database has not been started.

0x000008B4
NERR_ACFNoRoom
There are too many names in the user accounts database.

0x000008B5
NERR_ACFFileIOFail
A disk I/O failure occurred.

0x000008B6
NERR_ACFTooManyLists
The limit of 64 entries per resource was exceeded.

0x000008B7
NERR_UserLogon
Deleting a user with a session is not allowed.

0x000008B8
NERR_ACFNoParent
The parent directory could not be located.

0x000008B9
NERR_CanNotGrowSegment
Unable to add to the security database session cache segment.

0x000008BA
NERR_SpeGroupOp
This operation is not allowed on this special group.

0x000008BB
NERR_NotInCache
This user is not cached in the user accounts database session cache.

0x000008BC
NERR_UserInGroup
The user already belongs to this group.

0x000008BD
NERR_UserNotInGroup
The user does not belong to this group.

0x000008BE
NERR_AccountUndefined
This user account is undefined.

0x000008BF
NERR_AccountExpired
This user account has expired.

0x000008C0
NERR_InvalidWorkstation
The user is not allowed to log on from this workstation.

0x000008C1
NERR_InvalidLogonHours
The user is not allowed to log on at this time.

0x000008C2
NERR_PasswordExpired
The password of this user has expired.

0x000008C3
NERR_PasswordCantChange
The password of this user cannot change.

0x000008C4
NERR_PasswordHistConflict
This password cannot be used now.

0x000008C5
NERR_PasswordTooShort
The password does not meet the password policy requirements. Check the minimum password length, password complexity, and password history requirements.

0x000008C6
NERR_PasswordTooRecent
The password of this user is too recent to change.

0x000008C7
NERR_InvalidDatabase
The security database is corrupted.

0x000008C8
NERR_DatabaseUpToDate
No updates are necessary to this replicant network or local security database.

0x000008C9
NERR_SyncRequired
This replicant database is outdated; synchronization is required.

0x000008CA
NERR_UseNotFound
The network connection could not be found.

0x000008CB
NERR_BadAsgType
This asg_type is invalid.

0x000008CC
NERR_DeviceIsShared
This device is currently being shared.

0x000008DE
NERR_NoComputerName
The computer name could not be added as a message alias. The name may already exist on the network.

0x000008DF
NERR_MsgAlreadyStarted
The Messenger service is already started.

0x000008E0
NERR_MsgInitFailed
The Messenger service failed to start.

0x000008E1
NERR_NameNotFound
The message alias could not be found on the network.

0x000008E2
NERR_AlreadyForwarded
This message alias has already been forwarded.

0x000008E3
NERR_AddForwarded
This message alias has been added but is still forwarded.

0x000008E4
NERR_AlreadyExists
This message alias already exists locally.

0x000008E5
NERR_TooManyNames
The maximum number of added message aliases has been exceeded.

0x000008E6
NERR_DelComputerName
The computer name could not be deleted.

0x000008E7
NERR_LocalForward
Messages cannot be forwarded back to the same workstation.

0x000008E8
NERR_GrpMsgProcessor
An error occurred in the domain message processor.

0x000008E9
NERR_PausedRemote
The message was sent, but the recipient has paused the Messenger service.

0x000008EA
NERR_BadReceive
The message was sent but not received.

0x000008EB
NERR_NameInUse
The message alias is currently in use. Try again later.

0x000008EC
NERR_MsgNotStarted
The Messenger service has not been started.

0x000008ED
NERR_NotLocalName
The name is not on the local computer.

0x000008EE
NERR_NoForwardName
The forwarded message alias could not be found on the network.

0x000008EF
NERR_RemoteFull
The message alias table on the remote station is full.

0x000008F0
NERR_NameNotForwarded
Messages for this alias are not currently being forwarded.

0x000008F1
NERR_TruncatedBroadcast
The broadcast message was truncated.

0x000008F6
NERR_InvalidDevice
This is an invalid device name.

0x000008F7
NERR_WriteFault
A write fault occurred.

0x000008F9
NERR_DuplicateName
A duplicate message alias exists on the network.

0x000008FA
NERR_DeleteLater
This message alias will be deleted later.

0x000008FB
NERR_IncompleteDel
The message alias was not successfully deleted from all networks.

0x000008FC
NERR_MultipleNets
This operation is not supported on computers with multiple networks
论坛发展靠大家,积极提供资源;请勿灌水
回复

使用道具 举报

 楼主| hotfox 发表于 2010-3-25 20:58:47 | 显示全部楼层
0x00000906
NERR_NetNameNotFound
This shared resource does not exist.

0x00000907
NERR_DeviceNotShared
This device is not shared.

0x00000908
NERR_ClientNameNotFound
A session does not exist with that computer name.

0x0000090A
NERR_FileIdNotFound
There is not an open file with that identification number.

0x0000090B
NERR_ExecFailure
A failure occurred when executing a remote administration command.

0x0000090C
NERR_TmpFile
A failure occurred when opening a remote temporary file.

0x0000090D
NERR_TooMuchData
The data returned from a remote administration command has been truncated to 64 KB.

0x0000090E
NERR_DeviceShareConflict
This device cannot be shared as both a spooled and a nonspooled resource.

0x0000090F
NERR_BrowserTableIncomplete
The information in the list of servers may be incorrect.

0x00000910
NERR_NotLocalDomain
The computer is not active in this domain.

0x00000911
NERR_IsDfsShare
The share must be removed from the Distributed File System (DFS) before it can be deleted.

0x0000091B
NERR_DevInvalidOpCode
The operation is invalid for this device.

0x0000091C
NERR_DevNotFound
This device cannot be shared.

0x0000091D
NERR_DevNotOpen
This device was not open.

0x0000091E
NERR_BadQueueDevString
This device name list is invalid.

0x0000091F
NERR_BadQueuePriority
The queue priority is invalid.

0x00000921
NERR_NoCommDevs
There are no shared communication devices.

0x00000922
NERR_QueueNotFound
The queue you specified does not exist.

0x00000924
NERR_BadDevString
This list of devices is invalid.

0x00000925
NERR_BadDev
The requested device is invalid.

0x00000926
NERR_InUseBySpooler
This device is already in use by the spooler.

0x00000927
NERR_CommDevInUse
This device is already in use as a communication device.

0x0000092F
NERR_InvalidComputer
This computer name is invalid.

0x00000932
NERR_MaxLenExceeded
The string and prefix specified are too long.

0x00000934
NERR_BadComponent
This path component is invalid.

0x00000935
NERR_CantType
Could not determine the type of input.

0x0000093A
NERR_TooManyEntries
The buffer for types is not big enough.

0x00000942
NERR_ProfileFileTooBig
Profile files cannot exceed 64 KB.

0x00000943
NERR_ProfileOffset
The start offset is out of range.

0x00000944
NERR_ProfileCleanup
The system cannot delete current connections to network resources.

0x00000945
NERR_ProfileUnknownCmd
The system was unable to parse the command line in this file.

0x00000946
NERR_ProfileLoadErr
An error occurred while loading the profile file.

0x00000947
NERR_ProfileSaveErr
Errors occurred while saving the profile file. The profile was partially saved.

0x00000949
NERR_LogOverflow
Log file %1 is full.

0x0000094A
NERR_LogFileChanged
This log file has changed between reads.

0x0000094B
NERR_LogFileCorrupt
Log file %1 is corrupt.

0x0000094C
NERR_SourceIsDir
The source path cannot be a directory.

0x0000094D
NERR_BadSource
The source path is illegal.

0x0000094E
NERR_BadDest
The destination path is illegal.

0x0000094F
NERR_DifferentServers
The source and destination paths are on different servers.

0x00000951
NERR_RunSrvPaused
The Run server you requested is paused.

0x00000955
NERR_ErrCommRunSrv
An error occurred when communicating with a Run server.

0x00000957
NERR_ErrorExecingGhost
An error occurred when starting a background process.

0x00000958
NERR_ShareNotFound
The shared resource you are connected to could not be found.

0x00000960
NERR_InvalidLana
The LAN adapter number is invalid.

0x00000961
NERR_OpenFiles
There are open files on the connection.

0x00000962
NERR_ActiveConns
Active connections still exist.

0x00000963
NERR_BadPasswordCore
This share name or password is invalid.

0x00000964
NERR_DevInUse
The device is being accessed by an active process.

0x00000965
NERR_LocalDrive
The drive letter is in use locally.

0x0000097E
NERR_AlertExists
The specified client is already registered for the specified event.

0x0000097F
NERR_TooManyAlerts
The alert table is full.

0x00000980
NERR_NoSuchAlert
An invalid or nonexistent alert name was raised.

0x00000981
NERR_BadRecipient
The alert recipient is invalid.

0x00000982
NERR_AcctLimitExceeded
A user's session with this server has been deleted

0x00000988
NERR_InvalidLogSeek
The log file does not contain the requested record number.

0x00000992
NERR_BadUasConfig
The user accounts database is not configured correctly.

0x00000993
NERR_InvalidUASOp
This operation is not permitted when the Net Logon service is running.

0x00000994
NERR_LastAdmin
This operation is not allowed on the last administrative account.

0x00000995
NERR_DCNotFound
Could not find the domain controller for this domain.

0x00000996
NERR_LogonTrackingError
Could not set logon information for this user.

0x00000997
NERR_NetlogonNotStarted
The Net Logon service has not been started.

0x00000998
NERR_CanNotGrowUASFile
Unable to add to the user accounts database.

0x00000999
NERR_TimeDiffAtDC
This server's clock is not synchronized with the PDC's clock.

0x0000099A
NERR_PasswordMismatch
A password mismatch has been detected.

0x0000099C
NERR_NoSuchServer
The server identification does not specify a valid server.

0x0000099D
NERR_NoSuchSession
The session identification does not specify a valid session.

0x0000099E
NERR_NoSuchConnection
The connection identification does not specify a valid connection.

0x0000099F
NERR_TooManyServers
There is no space for another entry in the table of available servers.

0x000009A0
NERR_TooManySessions
The server has reached the maximum number of sessions it supports.

0x000009A1
NERR_TooManyConnections
The server has reached the maximum number of connections it supports.

0x000009A2
NERR_TooManyFiles
The server cannot open more files because it has reached its maximum number.

0x000009A3
NERR_NoAlternateServers
There are no alternate servers registered on this server.

0x000009A6
NERR_TryDownLevel
Try the down-level (remote admin protocol) version of API instead.

0x000009B0
NERR_UPSDriverNotStarted
The uninterruptible power supply (UPS) driver could not be accessed by the UPS service.

0x000009B1
NERR_UPSInvalidConfig
The UPS service is not configured correctly.

0x000009B2
NERR_UPSInvalidCommPort
The UPS service could not access the specified Comm Port.

0x000009B3
NERR_UPSSignalAsserted
The UPS indicated a line fail or low battery situation. Service not started.

0x000009B4
NERR_UPSShutdownFailed
The UPS service failed to perform a system shut down.

0x000009C4
NERR_BadDosRetCode
The program below returned an MS-DOS error code.

0x000009C5
NERR_ProgNeedsExtraMem
The program below needs more memory.

0x000009C6
NERR_BadDosFunction
The program below called an unsupported MS-DOS function.

0x000009C7
NERR_RemoteBootFailed
The workstation failed to boot.

0x000009C8
NERR_BadFileCheckSum
The file below is corrupt.

0x000009C9
NERR_NoRplBootSystem
No loader is specified in the boot-block definition file.

0x000009CA
NERR_RplLoadrNetBiosErr
NetBIOS returned an error: The network control blocks (NCBs) and Server Message Block (SMB) are dumped above.

0x000009CB
NERR_RplLoadrDiskErr
A disk I/O error occurred.

0x000009CC
NERR_ImageParamErr
Image parameter substitution failed.

0x000009CD
NERR_TooManyImageParams
Too many image parameters cross disk sector boundaries.

0x000009CE
NERR_NonDosFloppyUsed
The image was not generated from an MS-DOS disk formatted with /S.

0x000009CF
NERR_RplBootRestart
Remote boot will be restarted later.

0x000009D0
NERR_RplSrvrCallFailed
The call to the Remoteboot server failed.

0x000009D1
NERR_CantConnectRplSrvr
Cannot connect to the Remoteboot server.

0x000009D2
NERR_CantOpenImageFile
Cannot open image file on the Remoteboot server.

0x000009D3
NERR_CallingRplSrvr
Connecting to the Remoteboot server.

0x000009D4
NERR_StartingRplBoot
Connecting to the Remoteboot server.

0x000009D5
NERR_RplBootServiceTerm
Remote boot service was stopped, check the error log for the cause of the problem.

0x000009D6
NERR_RplBootStartFailed
Remote boot startup failed; check the error log for the cause of the problem.

0x000009D7
NERR_RPL_CONNECTED
A second connection to a Remoteboot resource is not allowed.

0x000009F6
NERR_BrowserConfiguredToNotRun
The browser service was configured with MaintainServerList=No.

0x00000A32
NERR_RplNoAdaptersStarted
Service failed to start because none of the network adapters started with this service.

0x00000A33
NERR_RplBadRegistry
Service failed to start due to bad startup information in the registry.

0x00000A34
NERR_RplBadDatabase
Service failed to start because its database is absent or corrupt.

0x00000A35
NERR_RplRplfilesShare
Service failed to start because the RPLFILES share is absent.

0x00000A36
NERR_RplNotRplServer
Service failed to start because the RPLUSER group is absent.

0x00000A37
NERR_RplCannotEnum
Cannot enumerate service records.

0x00000A38
NERR_RplWkstaInfoCorrupted
Workstation record information has been corrupted.

0x00000A39
NERR_RplWkstaNotFound
Workstation record was not found.

0x00000A3A
NERR_RplWkstaNameUnavailable
Workstation name is in use by some other workstation.

0x00000A3B
NERR_RplProfileInfoCorrupted
Profile record information has been corrupted.

0x00000A3C
NERR_RplProfileNotFound
Profile record was not found.

0x00000A3D
NERR_RplProfileNameUnavailable
Profile name is in use by some other profile.

0x00000A3E
NERR_RplProfileNotEmpty
There are workstations using this profile.

0x00000A3F
NERR_RplConfigInfoCorrupted
Configuration record information has been corrupted.

0x00000A40
NERR_RplConfigNotFound
Configuration record was not found.

0x00000A41
NERR_RplAdapterInfoCorrupted
Adapter ID record information has been corrupted.

0x00000A42
NERR_RplInternal
An internal service error has occurred.

0x00000A43
NERR_RplVendorInfoCorrupted
Vendor ID record information has been corrupted.

0x00000A44
NERR_RplBootInfoCorrupted
Boot block record information has been corrupted.

0x00000A45
NERR_RplWkstaNeedsUserAcct
The user account for this workstation record is missing.

0x00000A46
NERR_RplNeedsRPLUSERAcct
The RPLUSER local group could not be found.

0x00000A47
NERR_RplBootNotFound
Boot block record was not found.

0x00000A48
NERR_RplIncompatibleProfile
Chosen profile is incompatible with this workstation.

0x00000A49
NERR_RplAdapterNameUnavailable
Chosen network adapter ID is in use by some other workstation.

0x00000A4A
NERR_RplConfigNotEmpty
There are profiles using this configuration.

0x00000A4B
NERR_RplBootInUse
There are workstations, profiles, or configurations using this boot block.

0x00000A4C
NERR_RplBackupDatabase
Service failed to back up the Remoteboot database.

0x00000A4D
NERR_RplAdapterNotFound
Adapter record was not found.

0x00000A4E
NERR_RplVendorNotFound
Vendor record was not found.

0x00000A4F
NERR_RplVendorNameUnavailable
Vendor name is in use by some other vendor record.

0x00000A50
NERR_RplBootNameUnavailable
The boot name or vendor ID is in use by some other boot block record.

0x00000A51
NERR_RplConfigNameUnavailable
The configuration name is in use by some other configuration.

0x00000A64
NERR_DfsInternalCorruption
The internal database maintained by the DFS service is corrupt.

0x00000A65
NERR_DfsVolumeDataCorrupt
One of the records in the internal DFS database is corrupt.

0x00000A66
NERR_DfsNoSuchVolume
There is no DFS name whose entry path matches the input entry path.

0x00000A67
NERR_DfsVolumeAlreadyExists
A root or link with the given name already exists.

0x00000A68
NERR_DfsAlreadyShared
The server share specified is already shared in the DFS.

0x00000A69
NERR_DfsNoSuchShare
The indicated server share does not support the indicated DFS namespace.

0x00000A6A
NERR_DfsNotALeafVolume
The operation is not valid in this portion of the namespace.

0x00000A6B
NERR_DfsLeafVolume
The operation is not valid in this portion of the namespace.

0x00000A6C
NERR_DfsVolumeHasMultipleServers
The operation is ambiguous because the link has multiple servers.

0x00000A6D
NERR_DfsCantCreateJunctionPoint
Unable to create a link.

0x00000A6E
NERR_DfsServerNotDfsAware
The server is not DFS-aware.

0x00000A6F
NERR_DfsBadRenamePath
The specified rename target path is invalid.

0x00000A70
NERR_DfsVolumeIsOffline
The specified DFS link is offline.

0x00000A71
NERR_DfsNoSuchServer
The specified server is not a server for this link.

0x00000A72
NERR_DfsCyclicalName
A cycle in the DFS name was detected.

0x00000A73
NERR_DfsNotSupportedInServerDfs
The operation is not supported on a server-based DFS.

0x00000A74
NERR_DfsDuplicateService
This link is already supported by the specified server share.

0x00000A75
NERR_DfsCantRemoveLastServerShare
Cannot remove the last server share supporting this root or link.

0x00000A76
NERR_DfsVolumeIsInterDfs
The operation is not supported for an inter-DFS link.

0x00000A77
NERR_DfsInconsistent
The internal state of the DFS Service has become inconsistent.

0x00000A78
NERR_DfsServerUpgraded
The DFS Service has been installed on the specified server.

0x00000A79
NERR_DfsDataIsIdentical
The DFS data being reconciled is identical.

0x00000A7A
NERR_DfsCantRemoveDfsRoot
The DFS root cannot be deleted. Uninstall DFS if required.

0x00000A7B
NERR_DfsChildOrParentInDfs
A child or parent directory of the share is already in a DFS.

0x00000A82
NERR_DfsInternalError
DFS internal error.

0x00000A83
NERR_SetupAlreadyJoined
This machine is already joined to a domain.

0x00000A84
NERR_SetupNotJoined
This machine is not currently joined to a domain.

0x00000A85
NERR_SetupDomainController
This machine is a domain controller and cannot be unjoined from a domain.

0x00000A86
NERR_DefaultJoinRequired
The destination domain controller does not support creating machine accounts in organizational units (OUs).

0x00000A87
NERR_InvalidWorkgroupName
The specified workgroup name is invalid.

0x00000A88
NERR_NameUsesIncompatibleCodePage
The specified computer name is incompatible with the default language used on the domain controller.

0x00000A89
NERR_ComputerAccountNotFound
The specified computer account could not be found.

0x00000A8A
NERR_PersonalSku
This version of Windows cannot be joined to a domain.

0x00000A8D
NERR_PasswordMustChange
The password must change at the next logon.

0x00000A8E
NERR_AccountLockedOut
The account is locked out.

0x00000A8F
NERR_PasswordTooLong
The password is too long.

0x00000A90
NERR_PasswordNotComplexEnough
The password does not meet the complexity policy.

0x00000A91
NERR_PasswordFilterError
The password does not meet the requirements of the password filter DLLs.

0x00000BB8
ERROR_UNKNOWN_PRINT_MONITOR
The specified print monitor is unknown.

0x00000BB9
ERROR_PRINTER_DRIVER_IN_USE
The specified printer driver is currently in use.

0x00000BBA
ERROR_SPOOL_FILE_NOT_FOUND
The spool file was not found.

0x00000BBB
ERROR_SPL_NO_STARTDOC
A StartDocPrinter call was not issued.

0x00000BBC
ERROR_SPL_NO_ADDJOB
An AddJob call was not issued.

0x00000BBD
ERROR_PRINT_PROCESSOR_ALREADY_INSTALLED
The specified print processor has already been installed.

0x00000BBE
ERROR_PRINT_MONITOR_ALREADY_INSTALLED
The specified print monitor has already been installed.

0x00000BBF
ERROR_INVALID_PRINT_MONITOR
The specified print monitor does not have the required functions.

0x00000BC0
ERROR_PRINT_MONITOR_IN_USE
The specified print monitor is currently in use.

0x00000BC1
ERROR_PRINTER_HAS_JOBS_QUEUED
The requested operation is not allowed when there are jobs queued to the printer.

0x00000BC2
ERROR_SUCCESS_REBOOT_REQUIRED
The requested operation is successful. Changes will not be effective until the system is rebooted.

0x00000BC3
ERROR_SUCCESS_RESTART_REQUIRED
The requested operation is successful. Changes will not be effective until the service is restarted.

0x00000BC4
ERROR_PRINTER_NOT_FOUND
No printers were found.

0x00000BC5
ERROR_PRINTER_DRIVER_WARNED
The printer driver is known to be unreliable.

0x00000BC6
ERROR_PRINTER_DRIVER_BLOCKED
The printer driver is known to harm the system.

0x00000BC7
ERROR_PRINTER_DRIVER_PACKAGE_IN_USE
The specified printer driver package is currently in use.

0x00000BC8
ERROR_CORE_DRIVER_PACKAGE_NOT_FOUND
Unable to find a core driver package that is required by the printer driver package.

0x00000BC9
ERROR_FAIL_REBOOT_REQUIRED
The requested operation failed. A system reboot is required to roll back changes made.

0x00000BCA
ERROR_FAIL_REBOOT_INITIATED
The requested operation failed. A system reboot has been initiated to roll back changes made.

0x00000F6E
ERROR_IO_REISSUE_AS_CACHED
Reissue the given operation as a cached I/O operation

0x00000FA0
ERROR_WINS_INTERNAL
Windows Internet Name Service (WINS) encountered an error while processing the command.

0x00000FA1
ERROR_CAN_NOT_DEL_LOCAL_WINS
The local WINS cannot be deleted.

0x00000FA2
ERROR_STATIC_INIT
The importation from the file failed.

0x00000FA3
ERROR_INC_BACKUP
The backup failed. Was a full backup done before?

0x00000FA4
ERROR_FULL_BACKUP
The backup failed. Check the directory to which you are backing the database.

0x00000FA5
ERROR_REC_NON_EXISTENT
The name does not exist in the WINS database.

0x00000FA6
ERROR_RPL_NOT_ALLOWED
Replication with a nonconfigured partner is not allowed.

0x00000FD2
PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED
The version of the supplied content information is not supported.

0x00000FD3
PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO
The supplied content information is malformed.

0x00000FD4
PEERDIST_ERROR_MISSING_DATA
The requested data cannot be found in local or peer caches.

0x00000FD5
PEERDIST_ERROR_NO_MORE
No more data is available or required.

0x00000FD6
PEERDIST_ERROR_NOT_INITIALIZED
The supplied object has not been initialized.

0x00000FD7
PEERDIST_ERROR_ALREADY_INITIALIZED
The supplied object has already been initialized.

0x00000FD8
PEERDIST_ERROR_SHUTDOWN_IN_PROGRESS
A shutdown operation is already in progress.

0x00000FD9
PEERDIST_ERROR_INVALIDATED
The supplied object has already been invalidated.

0x00000FDA
PEERDIST_ERROR_ALREADY_EXISTS
An element already exists and was not replaced.

0x00000FDB
PEERDIST_ERROR_OPERATION_NOTFOUND
Can not cancel the requested operation as it has already been completed.

0x00000FDC
PEERDIST_ERROR_ALREADY_COMPLETED
Can not perform the reqested operation because it has already been carried out.

0x00000FDD
PEERDIST_ERROR_OUT_OF_BOUNDS
An operation accessed data beyond the bounds of valid data.

0x00000FDE
PEERDIST_ERROR_VERSION_UNSUPPORTED
The requested version is not supported.

0x00000FDF
PEERDIST_ERROR_INVALID_CONFIGURATION
A configuration value is invalid.

0x00000FE0
PEERDIST_ERROR_NOT_LICENSED
The SKU is not licensed.

0x00000FE1
PEERDIST_ERROR_SERVICE_UNAVAILABLE
PeerDist Service is still initializing and will be available shortly.
论坛发展靠大家,积极提供资源;请勿灌水
回复

使用道具 举报

 楼主| hotfox 发表于 2010-3-25 21:00:02 | 显示全部楼层
0x00001004
ERROR_DHCP_ADDRESS_CONFLICT
The Dynamic Host Configuration Protocol (DHCP) client has obtained an IP address that is already in use on the network. The local interface will be disabled until the DHCP client can obtain a new address.

0x00001068
ERROR_WMI_GUID_NOT_FOUND
The GUID passed was not recognized as valid by a WMI data provider.

0x00001069
ERROR_WMI_INSTANCE_NOT_FOUND
The instance name passed was not recognized as valid by a WMI data provider.

0x0000106A
ERROR_WMI_ITEMID_NOT_FOUND
The data item ID passed was not recognized as valid by a WMI data provider.

0x0000106B
ERROR_WMI_TRY_AGAIN
The WMI request could not be completed and should be retried.

0x0000106C
ERROR_WMI_DP_NOT_FOUND
The WMI data provider could not be located.

0x0000106D
ERROR_WMI_UNRESOLVED_INSTANCE_REF
The WMI data provider references an instance set that has not been registered.

0x0000106E
ERROR_WMI_ALREADY_ENABLED
The WMI data block or event notification has already been enabled.

0x0000106F
ERROR_WMI_GUID_DISCONNECTED
The WMI data block is no longer available.

0x00001070
ERROR_WMI_SERVER_UNAVAILABLE
The WMI data service is not available.

0x00001071
ERROR_WMI_DP_FAILED
The WMI data provider failed to carry out the request.

0x00001072
ERROR_WMI_INVALID_MOF
The WMI Managed Object Format (MOF) information is not valid.

0x00001073
ERROR_WMI_INVALID_REGINFO
The WMI registration information is not valid.

0x00001074
ERROR_WMI_ALREADY_DISABLED
The WMI data block or event notification has already been disabled.

0x00001075
ERROR_WMI_READ_ONLY
The WMI data item or data block is read-only.

0x00001076
ERROR_WMI_SET_FAILURE
The WMI data item or data block could not be changed.

0x000010CC
ERROR_INVALID_MEDIA
The media identifier does not represent a valid medium.

0x000010CD
ERROR_INVALID_LIBRARY
The library identifier does not represent a valid library.

0x000010CE
ERROR_INVALID_MEDIA_POOL
The media pool identifier does not represent a valid media pool.

0x000010CF
ERROR_DRIVE_MEDIA_MISMATCH
The drive and medium are not compatible, or they exist in different libraries.

0x000010D0
ERROR_MEDIA_OFFLINE
The medium currently exists in an offline library and must be online to perform this operation.

0x000010D1
ERROR_LIBRARY_OFFLINE
The operation cannot be performed on an offline library.

0x000010D2
ERROR_EMPTY
The library, drive, or media pool is empty.

0x000010D3
ERROR_NOT_EMPTY
The library, drive, or media pool must be empty to perform this operation.

0x000010D4
ERROR_MEDIA_UNAVAILABLE
No media is currently available in this media pool or library.

0x000010D5
ERROR_RESOURCE_DISABLED
A resource required for this operation is disabled.

0x000010D6
ERROR_INVALID_CLEANER
The media identifier does not represent a valid cleaner.

0x000010D7
ERROR_UNABLE_TO_CLEAN
The drive cannot be cleaned or does not support cleaning.

0x000010D8
ERROR_OBJECT_NOT_FOUND
The object identifier does not represent a valid object.

0x000010D9
ERROR_DATABASE_FAILURE
Unable to read from or write to the database.

0x000010DA
ERROR_DATABASE_FULL
The database is full.

0x000010DB
ERROR_MEDIA_INCOMPATIBLE
The medium is not compatible with the device or media pool.

0x000010DC
ERROR_RESOURCE_NOT_PRESENT
The resource required for this operation does not exist.

0x000010DD
ERROR_INVALID_OPERATION
The operation identifier is not valid.

0x000010DE
ERROR_MEDIA_NOT_AVAILABLE
The media is not mounted or ready for use.

0x000010DF
ERROR_DEVICE_NOT_AVAILABLE
The device is not ready for use.

0x000010E0
ERROR_REQUEST_REFUSED
The operator or administrator has refused the request.

0x000010E1
ERROR_INVALID_DRIVE_OBJECT
The drive identifier does not represent a valid drive.

0x000010E2
ERROR_LIBRARY_FULL
Library is full. No slot is available for use.

0x000010E3
ERROR_MEDIUM_NOT_ACCESSIBLE
The transport cannot access the medium.

0x000010E4
ERROR_UNABLE_TO_LOAD_MEDIUM
Unable to load the medium into the drive.

0x000010E5
ERROR_UNABLE_TO_INVENTORY_DRIVE
Unable to retrieve the drive status.

0x000010E6
ERROR_UNABLE_TO_INVENTORY_SLOT
Unable to retrieve the slot status.

0x000010E7
ERROR_UNABLE_TO_INVENTORY_TRANSPORT
Unable to retrieve status about the transport.

0x000010E8
ERROR_TRANSPORT_FULL
Cannot use the transport because it is already in use.

0x000010E9
ERROR_CONTROLLING_IEPORT
Unable to open or close the inject/eject port.

0x000010EA
ERROR_UNABLE_TO_EJECT_MOUNTED_MEDIA
Unable to eject the medium because it is in a drive.

0x000010EB
ERROR_CLEANER_SLOT_SET
A cleaner slot is already reserved.

0x000010EC
ERROR_CLEANER_SLOT_NOT_SET
A cleaner slot is not reserved.

0x000010ED
ERROR_CLEANER_CARTRIDGE_SPENT
The cleaner cartridge has performed the maximum number of drive cleanings.

0x000010EE
ERROR_UNEXPECTED_OMID
Unexpected on-medium identifier.

0x000010EF
ERROR_CANT_DELETE_LAST_ITEM
The last remaining item in this group or resource cannot be deleted.

0x000010F0
ERROR_MESSAGE_EXCEEDS_MAX_SIZE
The message provided exceeds the maximum size allowed for this parameter.

0x000010F1
ERROR_VOLUME_CONTAINS_SYS_FILES
The volume contains system or paging files.

0x000010F2
ERROR_INDIGENOUS_TYPE
The media type cannot be removed from this library because at least one drive in the library reports it can support this media type.

0x000010F3
ERROR_NO_SUPPORTING_DRIVES
This offline media cannot be mounted on this system because no enabled drives are present that can be used.

0x000010F4
ERROR_CLEANER_CARTRIDGE_INSTALLED
A cleaner cartridge is present in the tape library.

0x000010F5
ERROR_IEPORT_FULL
Cannot use the IEport because it is not empty.

0x000010FE
ERROR_FILE_OFFLINE
The remote storage service was not able to recall the file.

0x000010FF
ERROR_REMOTE_STORAGE_NOT_ACTIVE
The remote storage service is not operational at this time.

0x00001100
ERROR_REMOTE_STORAGE_MEDIA_ERROR
The remote storage service encountered a media error.

0x00001126
ERROR_NOT_A_REPARSE_POINT
The file or directory is not a reparse point.

0x00001127
ERROR_REPARSE_ATTRIBUTE_CONFLICT
The reparse point attribute cannot be set because it conflicts with an existing attribute.

0x00001128
ERROR_INVALID_REPARSE_DATA
The data present in the reparse point buffer is invalid.

0x00001129
ERROR_REPARSE_TAG_INVALID
The tag present in the reparse point buffer is invalid.

0x0000112A
ERROR_REPARSE_TAG_MISMATCH
There is a mismatch between the tag specified in the request and the tag present in the reparse point.

0x00001194
ERROR_VOLUME_NOT_SIS_ENABLED
Single Instance Storage (SIS) is not available on this volume.

0x00001389
ERROR_DEPENDENT_RESOURCE_EXISTS
The operation cannot be completed because other resources depend on this resource.

0x0000138A
ERROR_DEPENDENCY_NOT_FOUND
The cluster resource dependency cannot be found.

0x0000138B
ERROR_DEPENDENCY_ALREADY_EXISTS
The cluster resource cannot be made dependent on the specified resource because it is already dependent.

0x0000138C
ERROR_RESOURCE_NOT_ONLINE
The cluster resource is not online.

0x0000138D
ERROR_HOST_NODE_NOT_AVAILABLE
A cluster node is not available for this operation.

0x0000138E
ERROR_RESOURCE_NOT_AVAILABLE
The cluster resource is not available.

0x0000138F
ERROR_RESOURCE_NOT_FOUND
The cluster resource could not be found.

0x00001390
ERROR_SHUTDOWN_CLUSTER
The cluster is being shut down.

0x00001391
ERROR_CANT_EVICT_ACTIVE_NODE
A cluster node cannot be evicted from the cluster unless the node is down or it is the last node.

0x00001392
ERROR_OBJECT_ALREADY_EXISTS
The object already exists.

0x00001393
ERROR_OBJECT_IN_LIST
The object is already in the list.

0x00001394
ERROR_GROUP_NOT_AVAILABLE
The cluster group is not available for any new requests.

0x00001395
ERROR_GROUP_NOT_FOUND
The cluster group could not be found.

0x00001396
ERROR_GROUP_NOT_ONLINE
The operation could not be completed because the cluster group is not online.

0x00001397
ERROR_HOST_NODE_NOT_RESOURCE_OWNER
The operation failed because either the specified cluster node is not the owner of the resource, or the node is not a possible owner of the resource.

0x00001398
ERROR_HOST_NODE_NOT_GROUP_OWNER
The operation failed because either the specified cluster node is not the owner of the group, or the node is not a possible owner of the group.

0x00001399
ERROR_RESMON_CREATE_FAILED
The cluster resource could not be created in the specified resource monitor.

0x0000139A
ERROR_RESMON_ONLINE_FAILED
The cluster resource could not be brought online by the resource monitor.

0x0000139B
ERROR_RESOURCE_ONLINE
The operation could not be completed because the cluster resource is online.

0x0000139C
ERROR_QUORUM_RESOURCE
The cluster resource could not be deleted or brought offline because it is the quorum resource.

0x0000139D
ERROR_NOT_QUORUM_CAPABLE
The cluster could not make the specified resource a quorum resource because it is not capable of being a quorum resource.

0x0000139E
ERROR_CLUSTER_SHUTTING_DOWN
The cluster software is shutting down.

0x0000139F
ERROR_INVALID_STATE
The group or resource is not in the correct state to perform the requested operation.

0x000013A0
ERROR_RESOURCE_PROPERTIES_STORED
The properties were stored but not all changes will take effect until the next time the resource is brought online.

0x000013A1
ERROR_NOT_QUORUM_CLASS
The cluster could not make the specified resource a quorum resource because it does not belong to a shared storage class.

0x000013A2
ERROR_CORE_RESOURCE
The cluster resource could not be deleted because it is a core resource.

0x000013A3
ERROR_QUORUM_RESOURCE_ONLINE_FAILED
The quorum resource failed to come online.

0x000013A4
ERROR_QUORUMLOG_OPEN_FAILED
The quorum log could not be created or mounted successfully.

0x000013A5
ERROR_CLUSTERLOG_CORRUPT
The cluster log is corrupt.

0x000013A6
ERROR_CLUSTERLOG_RECORD_EXCEEDS_MAXSIZE
The record could not be written to the cluster log because it exceeds the maximum size.

0x000013A7
ERROR_CLUSTERLOG_EXCEEDS_MAXSIZE
The cluster log exceeds its maximum size.

0x000013A8
ERROR_CLUSTERLOG_CHKPOINT_NOT_FOUND
No checkpoint record was found in the cluster log.

0x000013A9
ERROR_CLUSTERLOG_NOT_ENOUGH_SPACE
The minimum required disk space needed for logging is not available.

0x000013AA
ERROR_QUORUM_OWNER_ALIVE
The cluster node failed to take control of the quorum resource because the resource is owned by another active node.

0x000013AB
ERROR_NETWORK_NOT_AVAILABLE
A cluster network is not available for this operation.

0x000013AC
ERROR_NODE_NOT_AVAILABLE
A cluster node is not available for this operation.

0x000013AD
ERROR_ALL_NODES_NOT_AVAILABLE
All cluster nodes must be running to perform this operation.

0x000013AE
ERROR_RESOURCE_FAILED
A cluster resource failed.

0x000013AF
ERROR_CLUSTER_INVALID_NODE
The cluster node is not valid.

0x000013B0
ERROR_CLUSTER_NODE_EXISTS
The cluster node already exists.

0x000013B1
ERROR_CLUSTER_JOIN_IN_PROGRESS
A node is in the process of joining the cluster.

0x000013B2
ERROR_CLUSTER_NODE_NOT_FOUND
The cluster node was not found.

0x000013B3
ERROR_CLUSTER_LOCAL_NODE_NOT_FOUND
The cluster local node information was not found.

0x000013B4
ERROR_CLUSTER_NETWORK_EXISTS
The cluster network already exists.

0x000013B5
ERROR_CLUSTER_NETWORK_NOT_FOUND
The cluster network was not found.

0x000013B6
ERROR_CLUSTER_NETINTERFACE_EXISTS
The cluster network interface already exists.

0x000013B7
ERROR_CLUSTER_NETINTERFACE_NOT_FOUND
The cluster network interface was not found.

0x000013B8
ERROR_CLUSTER_INVALID_REQUEST
The cluster request is not valid for this object.

0x000013B9
ERROR_CLUSTER_INVALID_NETWORK_PROVIDER
The cluster network provider is not valid.

0x000013BA
ERROR_CLUSTER_NODE_DOWN
The cluster node is down.

0x000013BB
ERROR_CLUSTER_NODE_UNREACHABLE
The cluster node is not reachable.

0x000013BC
ERROR_CLUSTER_NODE_NOT_MEMBER
The cluster node is not a member of the cluster.

0x000013BD
ERROR_CLUSTER_JOIN_NOT_IN_PROGRESS
A cluster join operation is not in progress.

0x000013BE
ERROR_CLUSTER_INVALID_NETWORK
The cluster network is not valid.

0x000013C0
ERROR_CLUSTER_NODE_UP
The cluster node is up.

0x000013C1
ERROR_CLUSTER_IPADDR_IN_USE
The cluster IP address is already in use.

0x000013C2
ERROR_CLUSTER_NODE_NOT_PAUSED
The cluster node is not paused.

0x000013C3
ERROR_CLUSTER_NO_SECURITY_CONTEXT
No cluster security context is available.

0x000013C4
ERROR_CLUSTER_NETWORK_NOT_INTERNAL
The cluster network is not configured for internal cluster communication.

0x000013C5
ERROR_CLUSTER_NODE_ALREADY_UP
The cluster node is already up.

0x000013C6
ERROR_CLUSTER_NODE_ALREADY_DOWN
The cluster node is already down.

0x000013C7
ERROR_CLUSTER_NETWORK_ALREADY_ONLINE
The cluster network is already online.

0x000013C8
ERROR_CLUSTER_NETWORK_ALREADY_OFFLINE
The cluster network is already offline.

0x000013C9
ERROR_CLUSTER_NODE_ALREADY_MEMBER
The cluster node is already a member of the cluster.

0x000013CA
ERROR_CLUSTER_LAST_INTERNAL_NETWORK
The cluster network is the only one configured for internal cluster communication between two or more active cluster nodes. The internal communication capability cannot be removed from the network.

0x000013CB
ERROR_CLUSTER_NETWORK_HAS_DEPENDENTS
One or more cluster resources depend on the network to provide service to clients. The client access capability cannot be removed from the network.

0x000013CC
ERROR_INVALID_OPERATION_ON_QUORUM
This operation cannot be performed on the cluster resource because it is the quorum resource. You may not bring the quorum resource offline or modify its possible owners list.

0x000013CD
ERROR_DEPENDENCY_NOT_ALLOWED
The cluster quorum resource is not allowed to have any dependencies.

0x000013CE
ERROR_CLUSTER_NODE_PAUSED
The cluster node is paused.

0x000013CF
ERROR_NODE_CANT_HOST_RESOURCE
The cluster resource cannot be brought online. The owner node cannot run this resource.

0x000013D0
ERROR_CLUSTER_NODE_NOT_READY
The cluster node is not ready to perform the requested operation.

0x000013D1
ERROR_CLUSTER_NODE_SHUTTING_DOWN
The cluster node is shutting down.

0x000013D2
ERROR_CLUSTER_JOIN_ABORTED
The cluster join operation was aborted.

0x000013D3
ERROR_CLUSTER_INCOMPATIBLE_VERSIONS
The cluster join operation failed due to incompatible software versions between the joining node and its sponsor.

0x000013D4
ERROR_CLUSTER_MAXNUM_OF_RESOURCES_EXCEEDED
This resource cannot be created because the cluster has reached the limit on the number of resources it can monitor.

0x000013D5
ERROR_CLUSTER_SYSTEM_CONFIG_CHANGED
The system configuration changed during the cluster join or form operation. The join or form operation was aborted.

0x000013D6
ERROR_CLUSTER_RESOURCE_TYPE_NOT_FOUND
The specified resource type was not found.

0x000013D7
ERROR_CLUSTER_RESTYPE_NOT_SUPPORTED
The specified node does not support a resource of this type. This may be due to version inconsistencies or due to the absence of the resource DLL on this node.

0x000013D8
ERROR_CLUSTER_RESNAME_NOT_FOUND
The specified resource name is not supported by this resource DLL. This may be due to a bad (or changed) name supplied to the resource DLL.

0x000013D9
ERROR_CLUSTER_NO_RPC_PACKAGES_REGISTERED
No authentication package could be registered with the RPC server.

0x000013DA
ERROR_CLUSTER_OWNER_NOT_IN_PREFLIST
You cannot bring the group online because the owner of the group is not in the preferred list for the group. To change the owner node for the group, move the group.

0x000013DB
ERROR_CLUSTER_DATABASE_SEQMISMATCH
The join operation failed because the cluster database sequence number has changed or is incompatible with the locker node. This may happen during a join operation if the cluster database was changing during the join.

0x000013DC
ERROR_RESMON_INVALID_STATE
The resource monitor will not allow the fail operation to be performed while the resource is in its current state. This may happen if the resource is in a pending state.

0x000013DD
ERROR_CLUSTER_GUM_NOT_LOCKER
A non-locker code received a request to reserve the lock for making global updates.

0x000013DE
ERROR_QUORUM_DISK_NOT_FOUND
The quorum disk could not be located by the cluster service.

0x000013DF
ERROR_DATABASE_BACKUP_CORRUPT
The backed-up cluster database is possibly corrupt.

0x000013E0
ERROR_CLUSTER_NODE_ALREADY_HAS_DFS_ROOT
A DFS root already exists in this cluster node.

0x000013E1
ERROR_RESOURCE_PROPERTY_UNCHANGEABLE
An attempt to modify a resource property failed because it conflicts with another existing property.
论坛发展靠大家,积极提供资源;请勿灌水
回复

使用道具 举报

 楼主| hotfox 发表于 2010-3-25 21:01:23 | 显示全部楼层
0x00001702
ERROR_CLUSTER_MEMBERSHIP_INVALID_STATE
An operation was attempted that is incompatible with the current membership state of the node.

0x00001703
ERROR_CLUSTER_QUORUMLOG_NOT_FOUND
The quorum resource does not contain the quorum log.

0x00001704
ERROR_CLUSTER_MEMBERSHIP_HALT
The membership engine requested shutdown of the cluster service on this node.

0x00001705
ERROR_CLUSTER_INSTANCE_ID_MISMATCH
The join operation failed because the cluster instance ID of the joining node does not match the cluster instance ID of the sponsor node.

0x00001706
ERROR_CLUSTER_NETWORK_NOT_FOUND_FOR_IP
A matching cluster network for the specified IP address could not be found.

0x00001707
ERROR_CLUSTER_PROPERTY_DATA_TYPE_MISMATCH
The actual data type of the property did not match the expected data type of the property.

0x00001708
ERROR_CLUSTER_EVICT_WITHOUT_CLEANUP
The cluster node was evicted from the cluster successfully, but the node was not cleaned up. To determine what clean-up steps failed and how to recover, see the Failover Clustering application event log using Event Viewer.

0x00001709
ERROR_CLUSTER_PARAMETER_MISMATCH
Two or more parameter values specified for a resource's properties are in conflict.

0x0000170A
ERROR_NODE_CANNOT_BE_CLUSTERED
This computer cannot be made a member of a cluster.

0x0000170B
ERROR_CLUSTER_WRONG_OS_VERSION
This computer cannot be made a member of a cluster because it does not have the correct version of Windows installed.

0x0000170C
ERROR_CLUSTER_CANT_CREATE_DUP_CLUSTER_NAME
A cluster cannot be created with the specified cluster name because that cluster name is already in use. Specify a different name for the cluster.

0x0000170D
ERROR_CLUSCFG_ALREADY_COMMITTED
The cluster configuration action has already been committed.

0x0000170E
ERROR_CLUSCFG_ROLLBACK_FAILED
The cluster configuration action could not be rolled back.

0x0000170F
ERROR_CLUSCFG_SYSTEM_DISK_DRIVE_LETTER_CONFLICT
The drive letter assigned to a system disk on one node conflicted with the drive letter assigned to a disk on another node.

0x00001710
ERROR_CLUSTER_OLD_VERSION
One or more nodes in the cluster are running a version of Windows that does not support this operation.

0x00001711
ERROR_CLUSTER_MISMATCHED_COMPUTER_ACCT_NAME
The name of the corresponding computer account does not match the network name for this resource.

0x00001712
ERROR_CLUSTER_NO_NET_ADAPTERS
No network adapters are available.

0x00001713
ERROR_CLUSTER_POISONED
The cluster node has been poisoned.

0x00001714
ERROR_CLUSTER_GROUP_MOVING
The group is unable to accept the request because it is moving to another node.

0x00001715
ERROR_CLUSTER_RESOURCE_TYPE_BUSY
The resource type cannot accept the request because it is too busy performing another operation.

0x00001716
ERROR_RESOURCE_CALL_TIMED_OUT
The call to the cluster resource DLL timed out.

0x00001717
ERROR_INVALID_CLUSTER_IPV6_ADDRESS
The address is not valid for an IPv6 Address resource. A global IPv6 address is required, and it must match a cluster network. Compatibility addresses are not permitted.

0x00001718
ERROR_CLUSTER_INTERNAL_INVALID_FUNCTION
An internal cluster error occurred. A call to an invalid function was attempted.

0x00001719
ERROR_CLUSTER_PARAMETER_OUT_OF_BOUNDS
A parameter value is out of acceptable range.

0x0000171A
ERROR_CLUSTER_PARTIAL_SEND
A network error occurred while sending data to another node in the cluster. The number of bytes transmitted was less than required.

0x0000171B
ERROR_CLUSTER_REGISTRY_INVALID_FUNCTION
An invalid cluster registry operation was attempted.

0x0000171C
ERROR_CLUSTER_INVALID_STRING_TERMINATION
An input string of characters is not properly terminated.

0x0000171D
ERROR_CLUSTER_INVALID_STRING_FORMAT
An input string of characters is not in a valid format for the data it represents.

0x0000171E
ERROR_CLUSTER_DATABASE_TRANSACTION_IN_PROGRESS
An internal cluster error occurred. A cluster database transaction was attempted while a transaction was already in progress.

0x0000171F
ERROR_CLUSTER_DATABASE_TRANSACTION_NOT_IN_PROGRESS
An internal cluster error occurred. There was an attempt to commit a cluster database transaction while no transaction was in progress.

0x00001720
ERROR_CLUSTER_NULL_DATA
An internal cluster error occurred. Data was not properly initialized.

0x00001721
ERROR_CLUSTER_PARTIAL_READ
An error occurred while reading from a stream of data. An unexpected number of bytes was returned.

0x00001722
ERROR_CLUSTER_PARTIAL_WRITE
An error occurred while writing to a stream of data. The required number of bytes could not be written.

0x00001723
ERROR_CLUSTER_CANT_DESERIALIZE_DATA
An error occurred while deserializing a stream of cluster data.

0x00001724
ERROR_DEPENDENT_RESOURCE_PROPERTY_CONFLICT
One or more property values for this resource are in conflict with one or more property values associated with its dependent resources.

0x00001725
ERROR_CLUSTER_NO_QUORUM
A quorum of cluster nodes was not present to form a cluster.

0x00001726
ERROR_CLUSTER_INVALID_IPV6_NETWORK
The cluster network is not valid for an IPv6 address resource, or it does not match the configured address.

0x00001727
ERROR_CLUSTER_INVALID_IPV6_TUNNEL_NETWORK
The cluster network is not valid for an IPv6 tunnel resource. Check the configuration of the IP Address resource on which the IPv6 tunnel resource depends.

0x00001728
ERROR_QUORUM_NOT_ALLOWED_IN_THIS_GROUP
Quorum resource cannot reside in the available storage group.

0x00001770
ERROR_ENCRYPTION_FAILED
The specified file could not be encrypted.

0x00001771
ERROR_DECRYPTION_FAILED
The specified file could not be decrypted.

0x00001772
ERROR_FILE_ENCRYPTED
The specified file is encrypted and the user does not have the ability to decrypt it.

0x00001773
ERROR_NO_RECOVERY_POLICY
There is no valid encryption recovery policy configured for this system.

0x00001774
ERROR_NO_EFS
The required encryption driver is not loaded for this system.

0x00001775
ERROR_WRONG_EFS
The file was encrypted with a different encryption driver than is currently loaded.

0x00001776
ERROR_NO_USER_KEYS
There are no Encrypting File System (EFS) keys defined for the user.

0x00001777
ERROR_FILE_NOT_ENCRYPTED
The specified file is not encrypted.

0x00001778
ERROR_NOT_EXPORT_FORMAT
The specified file is not in the defined EFS export format.

0x00001779
ERROR_FILE_READ_ONLY
The specified file is read-only.

0x0000177A
ERROR_DIR_EFS_DISALLOWED
The directory has been disabled for encryption.

0x0000177B
ERROR_EFS_SERVER_NOT_TRUSTED
The server is not trusted for remote encryption operation.

0x0000177C
ERROR_BAD_RECOVERY_POLICY
Recovery policy configured for this system contains invalid recovery certificate.

0x0000177D
ERROR_EFS_ALG_BLOB_TOO_BIG
The encryption algorithm used on the source file needs a bigger key buffer than the one on the destination file.

0x0000177E
ERROR_VOLUME_NOT_SUPPORT_EFS
The disk partition does not support file encryption.

0x0000177F
ERROR_EFS_DISABLED
This machine is disabled for file encryption.

0x00001780
ERROR_EFS_VERSION_NOT_SUPPORT
A newer system is required to decrypt this encrypted file.

0x00001781
ERROR_CS_ENCRYPTION_INVALID_SERVER_RESPONSE
The remote server sent an invalid response for a file being opened with client-side encryption.

0x00001782
ERROR_CS_ENCRYPTION_UNSUPPORTED_SERVER
Client-side encryption is not supported by the remote server even though it claims to support it.

0x00001783
ERROR_CS_ENCRYPTION_EXISTING_ENCRYPTED_FILE
File is encrypted and should be opened in client-side encryption mode.

0x00001784
ERROR_CS_ENCRYPTION_NEW_ENCRYPTED_FILE
A new encrypted file is being created and a $EFS needs to be provided.

0x00001785
ERROR_CS_ENCRYPTION_FILE_NOT_CSE
The SMB client requested a client-side extension (CSE) file system control (FSCTL) on a non-CSE file.

0x000017E6
ERROR_NO_BROWSER_SERVERS_FOUND
The list of servers for this workgroup is not currently available

0x00001838
SCHED_E_SERVICE_NOT_LOCALSYSTEM
The Task Scheduler service must be configured to run in the System account to function properly. Individual tasks may be configured to run in other accounts.

0x000019C8
ERROR_LOG_SECTOR_INVALID
The log service encountered an invalid log sector.

0x000019C9
ERROR_LOG_SECTOR_PARITY_INVALID
The log service encountered a log sector with invalid block parity.

0x000019CA
ERROR_LOG_SECTOR_REMAPPED
The log service encountered a remapped log sector.

0x000019CB
ERROR_LOG_BLOCK_INCOMPLETE
The log service encountered a partial or incomplete log block.

0x000019CC
ERROR_LOG_INVALID_RANGE
The log service encountered an attempt to access data outside the active log range.

0x000019CD
ERROR_LOG_BLOCKS_EXHAUSTED
The log service user marshaling buffers are exhausted.

0x000019CE
ERROR_LOG_READ_CONTEXT_INVALID
The log service encountered an attempt to read from a marshaling area with an invalid read context.

0x000019CF
ERROR_LOG_RESTART_INVALID
The log service encountered an invalid log restart area.

0x000019D0
ERROR_LOG_BLOCK_VERSION
The log service encountered an invalid log block version.

0x000019D1
ERROR_LOG_BLOCK_INVALID
The log service encountered an invalid log block.

0x000019D2
ERROR_LOG_READ_MODE_INVALID
The log service encountered an attempt to read the log with an invalid read mode.

0x000019D3
ERROR_LOG_NO_RESTART
The log service encountered a log stream with no restart area.

0x000019D4
ERROR_LOG_METADATA_CORRUPT
The log service encountered a corrupted metadata file.

0x000019D5
ERROR_LOG_METADATA_INVALID
The log service encountered a metadata file that could not be created by the log file system.

0x000019D6
ERROR_LOG_METADATA_INCONSISTENT
The log service encountered a metadata file with inconsistent data.

0x000019D7
ERROR_LOG_RESERVATION_INVALID
The log service encountered an attempt to erroneous allocate or dispose reservation space.

0x000019D8
ERROR_LOG_CANT_DELETE
The log service cannot delete a log file or file system container.

0x000019D9
ERROR_LOG_CONTAINER_LIMIT_EXCEEDED
The log service has reached the maximum allowable containers allocated to a log file.

0x000019DA
ERROR_LOG_START_OF_LOG
The log service has attempted to read or write backward past the start of the log.

0x000019DB
ERROR_LOG_POLICY_ALREADY_INSTALLED
The log policy could not be installed because a policy of the same type is already present.

0x000019DC
ERROR_LOG_POLICY_NOT_INSTALLED
The log policy in question was not installed at the time of the request.

0x000019DD
ERROR_LOG_POLICY_INVALID
The installed set of policies on the log is invalid.

0x000019DE
ERROR_LOG_POLICY_CONFLICT
A policy on the log in question prevented the operation from completing.

0x000019DF
ERROR_LOG_PINNED_ARCHIVE_TAIL
Log space cannot be reclaimed because the log is pinned by the archive tail.

0x000019E0
ERROR_LOG_RECORD_NONEXISTENT
The log record is not a record in the log file.

0x000019E1
ERROR_LOG_RECORDS_RESERVED_INVALID
The number of reserved log records or the adjustment of the number of reserved log records is invalid.

0x000019E2
ERROR_LOG_SPACE_RESERVED_INVALID
The reserved log space or the adjustment of the log space is invalid.

0x000019E3
ERROR_LOG_TAIL_INVALID
A new or existing archive tail or base of the active log is invalid.

0x000019E4
ERROR_LOG_FULL
The log space is exhausted.

0x000019E5
ERROR_COULD_NOT_RESIZE_LOG
The log could not be set to the requested size.

0x000019E6
ERROR_LOG_MULTIPLEXED
The log is multiplexed; no direct writes to the physical log are allowed.

0x000019E7
ERROR_LOG_DEDICATED
The operation failed because the log is a dedicated log.

0x000019E8
ERROR_LOG_ARCHIVE_NOT_IN_PROGRESS
The operation requires an archive context.

0x000019E9
ERROR_LOG_ARCHIVE_IN_PROGRESS
Log archival is in progress.

0x000019EA
ERROR_LOG_EPHEMERAL
The operation requires a non-ephemeral log, but the log is ephemeral.

0x000019EB
ERROR_LOG_NOT_ENOUGH_CONTAINERS
The log must have at least two containers before it can be read from or written to.

0x000019EC
ERROR_LOG_CLIENT_ALREADY_REGISTERED
A log client has already registered on the stream.

0x000019ED
ERROR_LOG_CLIENT_NOT_REGISTERED
A log client has not been registered on the stream.

0x000019EE
ERROR_LOG_FULL_HANDLER_IN_PROGRESS
A request has already been made to handle the log full condition.

0x000019EF
ERROR_LOG_CONTAINER_READ_FAILED
The log service encountered an error when attempting to read from a log container.

0x000019F0
ERROR_LOG_CONTAINER_WRITE_FAILED
The log service encountered an error when attempting to write to a log container.

0x000019F1
ERROR_LOG_CONTAINER_OPEN_FAILED
The log service encountered an error when attempting to open a log container.

0x000019F2
ERROR_LOG_CONTAINER_STATE_INVALID
The log service encountered an invalid container state when attempting a requested action.

0x000019F3
ERROR_LOG_STATE_INVALID
The log service is not in the correct state to perform a requested action.

0x000019F4
ERROR_LOG_PINNED
The log space cannot be reclaimed because the log is pinned.

0x000019F5
ERROR_LOG_METADATA_FLUSH_FAILED
The log metadata flush failed.

0x000019F6
ERROR_LOG_INCONSISTENT_SECURITY
Security on the log and its containers is inconsistent.

0x000019F7
ERROR_LOG_APPENDED_FLUSH_FAILED
Records were appended to the log or reservation changes were made, but the log could not be flushed.

0x000019F8
ERROR_LOG_PINNED_RESERVATION
The log is pinned due to reservation consuming most of the log space. Free some reserved records to make space available.

0x00001A2C
ERROR_INVALID_TRANSACTION
The transaction handle associated with this operation is not valid.

0x00001A2D
ERROR_TRANSACTION_NOT_ACTIVE
The requested operation was made in the context of a transaction that is no longer active.

0x00001A2E
ERROR_TRANSACTION_REQUEST_NOT_VALID
The requested operation is not valid on the transaction object in its current state.

0x00001A2F
ERROR_TRANSACTION_NOT_REQUESTED
The caller has called a response API, but the response is not expected because the transaction manager did not issue the corresponding request to the caller.

0x00001A30
ERROR_TRANSACTION_ALREADY_ABORTED
It is too late to perform the requested operation because the transaction has already been aborted.

0x00001A31
ERROR_TRANSACTION_ALREADY_COMMITTED
It is too late to perform the requested operation because the transaction has already been committed.

0x00001A32
ERROR_TM_INITIALIZATION_FAILED
The transaction manager was unable to be successfully initialized. Transacted operations are not supported.

0x00001A33
ERROR_RESOURCEMANAGER_READ_ONLY
The specified resource manager made no changes or updates to the resource under this transaction.

0x00001A34
ERROR_TRANSACTION_NOT_JOINED
The resource manager has attempted to prepare a transaction that it has not successfully joined.

0x00001A35
ERROR_TRANSACTION_SUPERIOR_EXISTS
The transaction object already has a superior enlistment, and the caller attempted an operation that would have created a new superior. Only a single superior enlistment is allowed.

0x00001A36
ERROR_CRM_PROTOCOL_ALREADY_EXISTS
The resource manager tried to register a protocol that already exists.

0x00001A37
ERROR_TRANSACTION_PROPAGATION_FAILED
The attempt to propagate the transaction failed.

0x00001A38
ERROR_CRM_PROTOCOL_NOT_FOUND
The requested propagation protocol was not registered as a CRM.

0x00001A39
ERROR_TRANSACTION_INVALID_MARSHALL_BUFFER
The buffer passed in to PushTransaction or PullTransaction is not in a valid format.

0x00001A3A
ERROR_CURRENT_TRANSACTION_NOT_VALID
The current transaction context associated with the thread is not a valid handle to a transaction object.

0x00001A3B
ERROR_TRANSACTION_NOT_FOUND
The specified transaction object could not be opened because it was not found.

0x00001A3C
ERROR_RESOURCEMANAGER_NOT_FOUND
The specified resource manager object could not be opened because it was not found.

0x00001A3D
ERROR_ENLISTMENT_NOT_FOUND
The specified enlistment object could not be opened because it was not found.

0x00001A3E
ERROR_TRANSACTIONMANAGER_NOT_FOUND
The specified transaction manager object could not be opened because it was not found.

0x00001A3F
ERROR_TRANSACTIONMANAGER_NOT_ONLINE
The specified resource manager was unable to create an enlistment because its associated transaction manager is not online.

0x00001A40
ERROR_TRANSACTIONMANAGER_RECOVERY_NAME_COLLISION
The specified transaction manager was unable to create the objects contained in its log file in the ObjectB namespace. Therefore, the transaction manager was unable to recover.

0x00001A90
ERROR_TRANSACTIONAL_CONFLICT
The function attempted to use a name that is reserved for use by another transaction.

0x00001A91
ERROR_RM_NOT_ACTIVE
Transaction support within the specified file system resource manager is not started or was shut down due to an error.

0x00001A92
ERROR_RM_METADATA_CORRUPT
The metadata of the resource manager has been corrupted. The resource manager will not function.

0x00001A93
ERROR_DIRECTORY_NOT_RM
The specified directory does not contain a resource manager.

0x00001A95
ERROR_TRANSACTIONS_UNSUPPORTED_REMOTE
The remote server or share does not support transacted file operations.

0x00001A96
ERROR_LOG_RESIZE_INVALID_SIZE
The requested log size is invalid.

0x00001A97
ERROR_OBJECT_NO_LONGER_EXISTS
The object (file, stream, link) corresponding to the handle has been deleted by a transaction savepoint rollback.

0x00001A98
ERROR_STREAM_MINIVERSION_NOT_FOUND
The specified file miniversion was not found for this transacted file open.

0x00001A99
ERROR_STREAM_MINIVERSION_NOT_VALID
The specified file miniversion was found but has been invalidated. The most likely cause is a transaction savepoint rollback.

0x00001A9A
ERROR_MINIVERSION_INACCESSIBLE_FROM_SPECIFIED_TRANSACTION
A miniversion may only be opened in the context of the transaction that created it.

0x00001A9B
ERROR_CANT_OPEN_MINIVERSION_WITH_MODIFY_INTENT
It is not possible to open a miniversion with modify access.

0x00001A9C
ERROR_CANT_CREATE_MORE_STREAM_MINIVERSIONS
It is not possible to create any more miniversions for this stream.

0x00001A9E
ERROR_REMOTE_FILE_VERSION_MISMATCH
The remote server sent mismatching version numbers or FID for a file opened with transactions.

0x00001A9F
ERROR_HANDLE_NO_LONGER_VALID
The handle has been invalidated by a transaction. The most likely cause is the presence of memory mapping on a file, or an open handle when the transaction ended or rolled back to savepoint.

0x00001AA0
ERROR_NO_TXF_METADATA
There is no transaction metadata on the file.

0x00001AA1
ERROR_LOG_CORRUPTION_DETECTED
The log data is corrupt.

0x00001AA2
ERROR_CANT_RECOVER_WITH_HANDLE_OPEN
The file cannot be recovered because a handle is still open on it.

0x00001AA3
ERROR_RM_DISCONNECTED
The transaction outcome is unavailable because the resource manager responsible for it is disconnected.

0x00001AA4
ERROR_ENLISTMENT_NOT_SUPERIOR
The request was rejected because the enlistment in question is not a superior enlistment.

0x00001AA5
ERROR_RECOVERY_NOT_NEEDED
The transactional resource manager is already consistent. Recovery is not needed.

0x00001AA6
ERROR_RM_ALREADY_STARTED
The transactional resource manager has already been started.

0x00001AA7
ERROR_FILE_IDENTITY_NOT_PERSISTENT
The file cannot be opened in a transaction because its identity depends on the outcome of an unresolved transaction.

0x00001AA8
ERROR_CANT_BREAK_TRANSACTIONAL_DEPENDENCY
The operation cannot be performed because another transaction is depending on the fact that this property will not change.

0x00001AA9
ERROR_CANT_CROSS_RM_BOUNDARY
The operation would involve a single file with two transactional resource managers and is therefore not allowed.

0x00001AAA
ERROR_TXF_DIR_NOT_EMPTY
The $Txf directory must be empty for this operation to succeed.

0x00001AAB
ERROR_INDOUBT_TRANSACTIONS_EXIST
The operation would leave a transactional resource manager in an inconsistent state and is, therefore, not allowed.

0x00001AAC
ERROR_TM_VOLATILE
The operation could not be completed because the transaction manager does not have a log.

0x00001AAD
ERROR_ROLLBACK_TIMER_EXPIRED
A rollback could not be scheduled because a previously scheduled rollback has already been executed or is queued for execution.

0x00001AAE
ERROR_TXF_ATTRIBUTE_CORRUPT
The transactional metadata attribute on the file or directory is corrupt and unreadable.

0x00001AAF
ERROR_EFS_NOT_ALLOWED_IN_TRANSACTION
The encryption operation could not be completed because a transaction is active.

0x00001AB0
ERROR_TRANSACTIONAL_OPEN_NOT_ALLOWED
This object is not allowed to be opened in a transaction.

0x00001AB1
ERROR_LOG_GROWTH_FAILED
An attempt to create space in the transactional resource manager's log failed. The failure status has been recorded in the event log.

0x00001AB2
ERROR_TRANSACTED_MAPPING_UNSUPPORTED_REMOTE
Memory mapping (creating a mapped section) to a remote file under a transaction is not supported.

0x00001AB3
ERROR_TXF_METADATA_ALREADY_PRESENT
Transaction metadata is already present on this file and cannot be superseded.

0x00001AB4
ERROR_TRANSACTION_SCOPE_CALLBACKS_NOT_SET
A transaction scope could not be entered because the scope handler has not been initialized.

0x00001AB5
ERROR_TRANSACTION_REQUIRED_PROMOTION
Promotion was required to allow the resource manager to enlist, but the transaction was set to disallow it.

0x00001AB6
ERROR_CANNOT_EXECUTE_FILE_IN_TRANSACTION
This file is open for modification in an unresolved transaction and may be opened for execution only by a transacted reader.

0x00001AB7
ERROR_TRANSACTIONS_NOT_FROZEN
The request to thaw frozen transactions was ignored because transactions were not previously frozen.

0x00001AB8
ERROR_TRANSACTION_FREEZE_IN_PROGRESS
Transactions cannot be frozen because a freeze is already in progress.

0x00001AB9
ERROR_NOT_SNAPSHOT_VOLUME
The target volume is not a snapshot volume. This operation is only valid on a volume mounted as a snapshot.

0x00001ABA
ERROR_NO_SAVEPOINT_WITH_OPEN_FILES
The savepoint operation failed because files are open on the transaction. This is not permitted.

0x00001ABB
ERROR_DATA_LOST_REPAIR
Windows has discovered corruption in a file, and that file has since been repaired. Data loss may have occurred.

0x00001ABC
ERROR_SPARSE_NOT_ALLOWED_IN_TRANSACTION
The sparse operation could not be completed because a transaction is active on the file.

0x00001ABD
ERROR_TM_IDENTITY_MISMATCH
The call to create a transaction manager object failed because the Tm Identity stored in the logfile does not match the Tm Identity that was passed in as an argument.

0x00001ABE
ERROR_FLOATED_SECTION
I/O was attempted on a section object that has been floated as a result of a transaction ending. There is no valid data.

0x00001ABF
ERROR_CANNOT_ACCEPT_TRANSACTED_WORK
The transactional resource manager cannot currently accept transacted work due to a transient condition, such as low resources.

0x00001AC0
ERROR_CANNOT_ABORT_TRANSACTIONS
The transactional resource manager had too many transactions outstanding that could not be aborted. The transactional resource manager has been shut down.
论坛发展靠大家,积极提供资源;请勿灌水
回复

使用道具 举报

 楼主| hotfox 发表于 2010-3-25 21:02:35 | 显示全部楼层
0x00001B59
ERROR_CTX_WINSTATION_NAME_INVALID
The specified session name is invalid.

0x00001B5A
ERROR_CTX_INVALID_PD
The specified protocol driver is invalid.

0x00001B5B
ERROR_CTX_PD_NOT_FOUND
The specified protocol driver was not found in the system path.

0x00001B5C
ERROR_CTX_WD_NOT_FOUND
The specified terminal connection driver was not found in the system path.

0x00001B5D
ERROR_CTX_CANNOT_MAKE_EVENTLOG_ENTRY
A registry key for event logging could not be created for this session.

0x00001B5E
ERROR_CTX_SERVICE_NAME_COLLISION
A service with the same name already exists on the system.

0x00001B5F
ERROR_CTX_CLOSE_PENDING
A close operation is pending on the session.

0x00001B60
ERROR_CTX_NO_OUTBUF
There are no free output buffers available.

0x00001B61
ERROR_CTX_MODEM_INF_NOT_FOUND
The MODEM.INF file was not found.

0x00001B62
ERROR_CTX_INVALID_MODEMNAME
The modem name was not found in the MODEM.INF file.

0x00001B63
ERROR_CTX_MODEM_RESPONSE_ERROR
The modem did not accept the command sent to it. Verify that the configured modem name matches the attached modem.

0x00001B64
ERROR_CTX_MODEM_RESPONSE_TIMEOUT
The modem did not respond to the command sent to it. Verify that the modem is properly cabled and turned on.

0x00001B65
ERROR_CTX_MODEM_RESPONSE_NO_CARRIER
Carrier detect has failed or carrier has been dropped due to disconnect.

0x00001B66
ERROR_CTX_MODEM_RESPONSE_NO_DIALTONE
Dial tone not detected within the required time. Verify that the phone cable is properly attached and functional.

0x00001B67
ERROR_CTX_MODEM_RESPONSE_BUSY
Busy signal detected at remote site on callback.

0x00001B68
ERROR_CTX_MODEM_RESPONSE_VOICE
Voice detected at remote site on callback.

0x00001B69
ERROR_CTX_TD_ERROR
Transport driver error

0x00001B6E
ERROR_CTX_WINSTATION_NOT_FOUND
The specified session cannot be found.

0x00001B6F
ERROR_CTX_WINSTATION_ALREADY_EXISTS
The specified session name is already in use.

0x00001B70
ERROR_CTX_WINSTATION_BUSY
The requested operation cannot be completed because the terminal connection is currently busy processing a connect, disconnect, reset, or delete operation.

0x00001B71
ERROR_CTX_BAD_VIDEO_MODE
An attempt has been made to connect to a session whose video mode is not supported by the current client.

0x00001B7B
ERROR_CTX_GRAPHICS_INVALID
The application attempted to enable DOS graphics mode. DOS graphics mode is not supported.

0x00001B7D
ERROR_CTX_LOGON_DISABLED
Your interactive logon privilege has been disabled. Contact your administrator.

0x00001B7E
ERROR_CTX_NOT_CONSOLE
The requested operation can be performed only on the system console. This is most often the result of a driver or system DLL requiring direct console access.

0x00001B80
ERROR_CTX_CLIENT_QUERY_TIMEOUT
The client failed to respond to the server connect message.

0x00001B81
ERROR_CTX_CONSOLE_DISCONNECT
Disconnecting the console session is not supported.

0x00001B82
ERROR_CTX_CONSOLE_CONNECT
Reconnecting a disconnected session to the console is not supported.

0x00001B84
ERROR_CTX_SHADOW_DENIED
The request to control another session remotely was denied.

0x00001B85
ERROR_CTX_WINSTATION_ACCESS_DENIED
The requested session access is denied.

0x00001B89
ERROR_CTX_INVALID_WD
The specified terminal connection driver is invalid.

0x00001B8A
ERROR_CTX_SHADOW_INVALID
The requested session cannot be controlled remotely. This may be because the session is disconnected or does not currently have a user logged on.

0x00001B8B
ERROR_CTX_SHADOW_DISABLED
The requested session is not configured to allow remote control.

0x00001B8C
ERROR_CTX_CLIENT_LICENSE_IN_USE
Your request to connect to this terminal server has been rejected. Your terminal server client license number is currently being used by another user. Call your system administrator to obtain a unique license number.

0x00001B8D
ERROR_CTX_CLIENT_LICENSE_NOT_SET
Your request to connect to this terminal server has been rejected. Your terminal server client license number has not been entered for this copy of the terminal server client. Contact your system administrator.

0x00001B8E
ERROR_CTX_LICENSE_NOT_AVAILABLE
The number of connections to this computer is limited and all connections are in use right now. Try connecting later or contact your system administrator.

0x00001B8F
ERROR_CTX_LICENSE_CLIENT_INVALID
The client you are using is not licensed to use this system. Your logon request is denied.

0x00001B90
ERROR_CTX_LICENSE_EXPIRED
The system license has expired. Your logon request is denied.

0x00001B91
ERROR_CTX_SHADOW_NOT_RUNNING
Remote control could not be terminated because the specified session is not currently being remotely controlled.

0x00001B92
ERROR_CTX_SHADOW_ENDED_BY_MODE_CHANGE
The remote control of the console was terminated because the display mode was changed. Changing the display mode in a remote control session is not supported.

0x00001B93
ERROR_ACTIVATION_COUNT_EXCEEDED
Activation has already been reset the maximum number of times for this installation. Your activation timer will not be cleared.

0x00001B94
ERROR_CTX_WINSTATIONS_DISABLED
Remote logons are currently disabled.

0x00001B95
ERROR_CTX_ENCRYPTION_LEVEL_REQUIRED
You do not have the proper encryption level to access this session.

0x00001B96
ERROR_CTX_SESSION_IN_USE
The user %s\\%s is currently logged on to this computer. Only the current user or an administrator can log on to this computer.

0x00001B97
ERROR_CTX_NO_FORCE_LOGOFF
The user %s\\%s is already logged on to the console of this computer. You do not have permission to log in at this time. To resolve this issue, contact %s\\%s and have them log off.

0x00001B98
ERROR_CTX_ACCOUNT_RESTRICTION
Unable to log you on because of an account restriction.

0x00001B99
ERROR_RDP_PROTOCOL_ERROR
The RDP component %2 detected an error in the protocol stream and has disconnected the client.

0x00001B9A
ERROR_CTX_CDM_CONNECT
The Client Drive Mapping Service has connected on terminal connection.

0x00001B9B
ERROR_CTX_CDM_DISCONNECT
The Client Drive Mapping Service has disconnected on terminal connection.

0x00001B9C
ERROR_CTX_SECURITY_LAYER_ERROR
The terminal server security layer detected an error in the protocol stream and has disconnected the client.

0x00001B9D
ERROR_TS_INCOMPATIBLE_SESSIONS
The target session is incompatible with the current session.

0x00001F41
FRS_ERR_INVALID_API_SEQUENCE
The file replication service API was called incorrectly.

0x00001F42
FRS_ERR_STARTING_SERVICE
The file replication service cannot be started.

0x00001F43
FRS_ERR_STOPPING_SERVICE
The file replication service cannot be stopped.

0x00001F44
FRS_ERR_INTERNAL_API
The file replication service API terminated the request. The event log may have more information.

0x00001F45
FRS_ERR_INTERNAL
The file replication service terminated the request. The event log may have more information.

0x00001F46
FRS_ERR_SERVICE_COMM
The file replication service cannot be contacted. The event log may have more information.

0x00001F47
FRS_ERR_INSUFFICIENT_PRIV
The file replication service cannot satisfy the request because the user has insufficient privileges. The event log may have more information.

0x00001F48
FRS_ERR_AUTHENTICATION
The file replication service cannot satisfy the request because authenticated RPC is not available. The event log may have more information.

0x00001F49
FRS_ERR_PARENT_INSUFFICIENT_PRIV
The file replication service cannot satisfy the request because the user has insufficient privileges on the domain controller. The event log may have more information.

0x00001F4A
FRS_ERR_PARENT_AUTHENTICATION
The file replication service cannot satisfy the request because authenticated RPC is not available on the domain controller. The event log may have more information.

0x00001F4B
FRS_ERR_CHILD_TO_PARENT_COMM
The file replication service cannot communicate with the file replication service on the domain controller. The event log may have more information.

0x00001F4C
FRS_ERR_PARENT_TO_CHILD_COMM
The file replication service on the domain controller cannot communicate with the file replication service on this computer. The event log may have more information.

0x00001F4D
FRS_ERR_SYSVOL_POPULATE
The file replication service cannot populate the system volume because of an internal error. The event log may have more information.

0x00001F4E
FRS_ERR_SYSVOL_POPULATE_TIMEOUT
The file replication service cannot populate the system volume because of an internal time-out. The event log may have more information.

0x00001F4F
FRS_ERR_SYSVOL_IS_BUSY
The file replication service cannot process the request. The system volume is busy with a previous request.

0x00001F50
FRS_ERR_SYSVOL_DEMOTE
The file replication service cannot stop replicating the system volume because of an internal error. The event log may have more information.

0x00001F51
FRS_ERR_INVALID_SERVICE_PARAMETER
The file replication service detected an invalid parameter.
论坛发展靠大家,积极提供资源;请勿灌水
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|手机版|小黑屋|存档|商匡数科 ( 沪ICP备19008575号-1 )

GMT+8, 2024-9-29 06:19 , Processed in 1.291629 second(s), 20 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表