5754 lines
200 KiB
MonkeyC
5754 lines
200 KiB
MonkeyC
;/*++ BUILD Version: 0005 // Increment this if a change has global effects
|
|
;
|
|
;Copyright (c) Microsoft Corporation. All rights reserved.
|
|
;
|
|
;Module Name:
|
|
;
|
|
; ntstatus.h
|
|
;
|
|
;Abstract:
|
|
;
|
|
; Constant definitions for the NTSTATUS values.
|
|
;
|
|
;Author:
|
|
;
|
|
; Portable Systems Group 30-Mar-1989
|
|
;
|
|
;Revision History:
|
|
;
|
|
;Notes:
|
|
;
|
|
; This file is generated by the MC tool from the ntstatus.mc file.
|
|
;
|
|
; Please add new error values to the end of the file. To do otherwise
|
|
; will jumble the error values.
|
|
;
|
|
;--*/
|
|
;
|
|
;#ifndef _NTSTATUS_
|
|
;#define _NTSTATUS_
|
|
;
|
|
;#if defined (_MSC_VER) && (_MSC_VER >= 1020)
|
|
;#pragma once
|
|
;#endif
|
|
;
|
|
;#ifndef WIN32_NO_STATUS // winnt
|
|
;// begin_ntsecapi
|
|
;
|
|
;/*lint -save -e767 */ // Don't complain about different definitions // winnt
|
|
;
|
|
;
|
|
|
|
MessageIdTypedef=NTSTATUS
|
|
|
|
SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
|
|
Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
|
|
Warning=0x2:STATUS_SEVERITY_WARNING
|
|
Error=0x3:STATUS_SEVERITY_ERROR
|
|
)
|
|
|
|
FacilityNames=(System=0x0
|
|
Debugger=0x1:FACILITY_DEBUGGER
|
|
RpcRuntime=0x2:FACILITY_RPC_RUNTIME
|
|
RpcStubs=0x3:FACILITY_RPC_STUBS
|
|
Io=0x4:FACILITY_IO_ERROR_CODE
|
|
TerminalServer=0xA:FACILITY_TERMINAL_SERVER
|
|
USB=0x10:FACILITY_USB_ERROR_CODE
|
|
HID=0x11:FACILITY_HID_ERROR_CODE
|
|
FIREWIRE=0x12:FACILITY_FIREWIRE_ERROR_CODE
|
|
Cluster=0x13:FACILITY_CLUSTER_ERROR_CODE
|
|
ACPI=0x14:FACILITY_ACPI_ERROR_CODE
|
|
SXS=0x15:FACILITY_SXS_ERROR_CODE
|
|
)
|
|
|
|
;
|
|
;/////////////////////////////////////////////////////////////////////////
|
|
;//
|
|
;// Standard Success values
|
|
;//
|
|
;//
|
|
;/////////////////////////////////////////////////////////////////////////
|
|
;
|
|
;
|
|
;//
|
|
;// The success status codes 0 - 63 are reserved for wait completion status.
|
|
;// FacilityCodes 0x5 - 0xF have been allocated by various drivers.
|
|
;//
|
|
|
|
;#define STATUS_SUCCESS ((NTSTATUS)0x00000000L) // ntsubauth
|
|
;
|
|
|
|
MessageId=0x0000 Facility=System Severity=Success SymbolicName=STATUS_WAIT_0 ;// winnt
|
|
Language=English
|
|
.
|
|
|
|
|
|
MessageId=0x0001 Facility=System Severity=Success SymbolicName=STATUS_WAIT_1
|
|
Language=English
|
|
.
|
|
|
|
|
|
MessageId=0x0002 Facility=System Severity=Success SymbolicName=STATUS_WAIT_2
|
|
Language=English
|
|
.
|
|
|
|
|
|
MessageId=0x0003 Facility=System Severity=Success SymbolicName=STATUS_WAIT_3
|
|
Language=English
|
|
.
|
|
|
|
|
|
MessageId=0x003F Facility=System Severity=Success SymbolicName=STATUS_WAIT_63
|
|
Language=English
|
|
.
|
|
|
|
;
|
|
;//
|
|
;// The success status codes 128 - 191 are reserved for wait completion
|
|
;// status with an abandoned mutant object.
|
|
;//
|
|
;#define STATUS_ABANDONED ((NTSTATUS)0x00000080L)
|
|
;
|
|
|
|
MessageId=0x0080 Facility=System Severity=Success SymbolicName=STATUS_ABANDONED_WAIT_0 ;// winnt
|
|
Language=English
|
|
.
|
|
|
|
|
|
MessageId=0x00BF Facility=System Severity=Success SymbolicName=STATUS_ABANDONED_WAIT_63
|
|
Language=English
|
|
.
|
|
|
|
;
|
|
;//
|
|
;// The success status codes 256, 257, 258, and 258 are reserved for
|
|
;// User APC, Kernel APC, Alerted, and Timeout.
|
|
;//
|
|
|
|
MessageId=0x00C0 Facility=System Severity=Success SymbolicName=STATUS_USER_APC ;// winnt
|
|
Language=English
|
|
.
|
|
|
|
MessageId=0x0100 Facility=System Severity=Success SymbolicName=STATUS_KERNEL_APC
|
|
Language=English
|
|
.
|
|
|
|
MessageId=0x0101 Facility=System Severity=Success SymbolicName=STATUS_ALERTED
|
|
Language=English
|
|
.
|
|
|
|
MessageId=0x0102 Facility=System Severity=Success SymbolicName=STATUS_TIMEOUT ;// winnt
|
|
Language=English
|
|
.
|
|
|
|
MessageId=0x0103 Facility=System Severity=Success SymbolicName=STATUS_PENDING ;// winnt
|
|
Language=English
|
|
The operation that was requested is pending completion.
|
|
.
|
|
|
|
MessageId=0x0104 Facility=System Severity=Success SymbolicName=STATUS_REPARSE
|
|
Language=English
|
|
A reparse should be performed by the Object Manager since the name of the file resulted in a symbolic link.
|
|
.
|
|
|
|
MessageId=0x0105 Facility=System Severity=Success SymbolicName=STATUS_MORE_ENTRIES
|
|
Language=English
|
|
Returned by enumeration APIs to indicate more information is available to successive calls.
|
|
.
|
|
|
|
MessageId=0x0106 Facility=System Severity=Success SymbolicName=STATUS_NOT_ALL_ASSIGNED
|
|
Language=English
|
|
Indicates not all privileges referenced are assigned to the caller.
|
|
This allows, for example, all privileges to be disabled without having to know exactly which privileges are assigned.
|
|
.
|
|
|
|
MessageId=0x0107 Facility=System Severity=Success SymbolicName=STATUS_SOME_NOT_MAPPED
|
|
Language=English
|
|
Some of the information to be translated has not been translated.
|
|
.
|
|
|
|
MessageId=0x0108 Facility=System Severity=Success SymbolicName=STATUS_OPLOCK_BREAK_IN_PROGRESS
|
|
Language=English
|
|
An open/create operation completed while an oplock break is underway.
|
|
.
|
|
|
|
MessageId=0x0109 Facility=System Severity=Success SymbolicName=STATUS_VOLUME_MOUNTED
|
|
Language=English
|
|
A new volume has been mounted by a file system.
|
|
.
|
|
|
|
MessageId=0x010A Facility=System Severity=Success SymbolicName=STATUS_RXACT_COMMITTED
|
|
Language=English
|
|
This success level status indicates that the transaction state already exists for the registry sub-tree, but that a transaction commit was previously aborted.
|
|
The commit has now been completed.
|
|
.
|
|
|
|
MessageId=0x010B Facility=System Severity=Success SymbolicName=STATUS_NOTIFY_CLEANUP
|
|
Language=English
|
|
This indicates that a notify change request has been completed due to closing the handle which made the notify change request.
|
|
.
|
|
|
|
MessageId=0x010C Facility=System Severity=Success SymbolicName=STATUS_NOTIFY_ENUM_DIR
|
|
Language=English
|
|
This indicates that a notify change request is being completed and that the information is not being returned in the caller's buffer.
|
|
The caller now needs to enumerate the files to find the changes.
|
|
.
|
|
|
|
MessageId=0x010D Facility=System Severity=Success SymbolicName=STATUS_NO_QUOTAS_FOR_ACCOUNT
|
|
Language=English
|
|
{No Quotas}
|
|
No system quota limits are specifically set for this account.
|
|
.
|
|
|
|
MessageId=0x010E Facility=System Severity=Success SymbolicName=STATUS_PRIMARY_TRANSPORT_CONNECT_FAILED
|
|
Language=English
|
|
{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.
|
|
.
|
|
|
|
MessageId=0x0110 Facility=System Severity=Success SymbolicName=STATUS_PAGE_FAULT_TRANSITION
|
|
Language=English
|
|
Page fault was a transition fault.
|
|
.
|
|
|
|
MessageId=0x0111 Facility=System Severity=Success SymbolicName=STATUS_PAGE_FAULT_DEMAND_ZERO
|
|
Language=English
|
|
Page fault was a demand zero fault.
|
|
.
|
|
|
|
MessageId=0x0112 Facility=System Severity=Success SymbolicName=STATUS_PAGE_FAULT_COPY_ON_WRITE
|
|
Language=English
|
|
Page fault was a demand zero fault.
|
|
.
|
|
|
|
MessageId=0x0113 Facility=System Severity=Success SymbolicName=STATUS_PAGE_FAULT_GUARD_PAGE
|
|
Language=English
|
|
Page fault was a demand zero fault.
|
|
.
|
|
|
|
MessageId=0x0114 Facility=System Severity=Success SymbolicName=STATUS_PAGE_FAULT_PAGING_FILE
|
|
Language=English
|
|
Page fault was satisfied by reading from a secondary storage device.
|
|
.
|
|
|
|
MessageId=0x0115 Facility=System Severity=Success SymbolicName=STATUS_CACHE_PAGE_LOCKED
|
|
Language=English
|
|
Cached page was locked during operation.
|
|
.
|
|
|
|
MessageId=0x0116 Facility=System Severity=Success SymbolicName=STATUS_CRASH_DUMP
|
|
Language=English
|
|
Crash dump exists in paging file.
|
|
.
|
|
|
|
MessageId=0x0117 Facility=System Severity=Success SymbolicName=STATUS_BUFFER_ALL_ZEROS
|
|
Language=English
|
|
Specified buffer contains all zeros.
|
|
.
|
|
|
|
MessageId=0x0118 Facility=System Severity=Success SymbolicName=STATUS_REPARSE_OBJECT
|
|
Language=English
|
|
A reparse should be performed by the Object Manager since the name of the file resulted in a symbolic link.
|
|
.
|
|
|
|
MessageId=0x0119 Facility=System Severity=Success SymbolicName=STATUS_RESOURCE_REQUIREMENTS_CHANGED
|
|
Language=English
|
|
The device has succeeded a query-stop and its resource requirements have changed.
|
|
.
|
|
|
|
MessageId=0x0120 Facility=System Severity=Success SymbolicName=STATUS_TRANSLATION_COMPLETE
|
|
Language=English
|
|
The translator has translated these resources into the global space and no further translations should be performed.
|
|
.
|
|
|
|
MessageId=0x0121 Facility=System Severity=Success SymbolicName=STATUS_DS_MEMBERSHIP_EVALUATED_LOCALLY
|
|
Language=English
|
|
The directory service evaluated group memberships locally, as it was unable to contact a global catalog server.
|
|
.
|
|
|
|
MessageId=0x0122 Facility=System Severity=Success SymbolicName=STATUS_NOTHING_TO_TERMINATE
|
|
Language=English
|
|
A process being terminated has no threads to terminate.
|
|
.
|
|
|
|
MessageId=0x0123 Facility=System Severity=Success SymbolicName=STATUS_PROCESS_NOT_IN_JOB
|
|
Language=English
|
|
The specified process is not part of a job.
|
|
.
|
|
|
|
MessageId=0x0124 Facility=System Severity=Success SymbolicName=STATUS_PROCESS_IN_JOB
|
|
Language=English
|
|
The specified process is part of a job.
|
|
.
|
|
|
|
MessageId=0x0001 Facility=Debugger Severity=Success SymbolicName=DBG_EXCEPTION_HANDLED ;// winnt
|
|
Language=English
|
|
Debugger handled exception
|
|
.
|
|
|
|
MessageId=0x0002 Facility=Debugger Severity=Success SymbolicName=DBG_CONTINUE ;// winnt
|
|
Language=English
|
|
Debugger continued
|
|
.
|
|
|
|
;
|
|
;
|
|
|
|
;/////////////////////////////////////////////////////////////////////////
|
|
;//
|
|
;// Standard Information values
|
|
;//
|
|
;/////////////////////////////////////////////////////////////////////////
|
|
;
|
|
|
|
MessageId=0x0000 Facility=System Severity=Informational SymbolicName=STATUS_OBJECT_NAME_EXISTS
|
|
Language=English
|
|
{Object Exists}
|
|
An attempt was made to create an object and the object name already existed.
|
|
.
|
|
|
|
MessageId=0x0001 Facility=System Severity=Informational SymbolicName=STATUS_THREAD_WAS_SUSPENDED
|
|
Language=English
|
|
{Thread Suspended}
|
|
A thread termination occurred while the thread was suspended. The thread was resumed, and termination proceeded.
|
|
.
|
|
|
|
MessageId=0x0002 Facility=System Severity=Informational SymbolicName=STATUS_WORKING_SET_LIMIT_RANGE
|
|
Language=English
|
|
{Working Set Range Error}
|
|
An attempt was made to set the working set minimum or maximum to values which are outside of the allowable range.
|
|
.
|
|
|
|
MessageId=0x0003 Facility=System Severity=Informational SymbolicName=STATUS_IMAGE_NOT_AT_BASE
|
|
Language=English
|
|
{Image Relocated}
|
|
An image file could not be mapped at the address specified in the image file. Local fixups must be performed on this image.
|
|
.
|
|
|
|
MessageId=0x0004 Facility=System Severity=Informational SymbolicName=STATUS_RXACT_STATE_CREATED
|
|
Language=English
|
|
This informational level status indicates that a specified registry sub-tree transaction state did not yet exist and had to be created.
|
|
.
|
|
|
|
MessageId=0x0005 Facility=System Severity=Informational SymbolicName=STATUS_SEGMENT_NOTIFICATION ;// winnt
|
|
Language=English
|
|
{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.
|
|
.
|
|
|
|
MessageId=0x0006 Facility=System Severity=Informational SymbolicName=STATUS_LOCAL_USER_SESSION_KEY
|
|
Language=English
|
|
{Local Session Key}
|
|
A user session key was requested for a local RPC connection. The session key returned is a constant value and not unique to this connection.
|
|
.
|
|
|
|
MessageId=0x0007 Facility=System Severity=Informational SymbolicName=STATUS_BAD_CURRENT_DIRECTORY
|
|
Language=English
|
|
{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.
|
|
.
|
|
|
|
MessageId=0x0008 Facility=System Severity=Informational SymbolicName=STATUS_SERIAL_MORE_WRITES
|
|
Language=English
|
|
{Serial IOCTL Complete}
|
|
A serial I/O operation was completed by another write to a serial port.
|
|
(The IOCTL_SERIAL_XOFF_COUNTER reached zero.)
|
|
.
|
|
|
|
MessageId=0x0009 Facility=System Severity=Informational SymbolicName=STATUS_REGISTRY_RECOVERED
|
|
Language=English
|
|
{Registry Recovery}
|
|
One of the files containing the system's Registry data had to be recovered by use of a log or alternate copy.
|
|
The recovery was successful.
|
|
.
|
|
|
|
MessageId=0x000A Facility=System Severity=Informational SymbolicName=STATUS_FT_READ_RECOVERY_FROM_BACKUP
|
|
Language=English
|
|
{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 was unable to reassign the failing area of the device.
|
|
.
|
|
|
|
MessageId=0x000B Facility=System Severity=Informational SymbolicName=STATUS_FT_WRITE_RECOVERY
|
|
Language=English
|
|
{Redundant Write}
|
|
To satisfy a write request, the 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 was not able to reassign the failing area of the device.
|
|
.
|
|
|
|
MessageId=0x000C Facility=System Severity=Informational SymbolicName=STATUS_SERIAL_COUNTER_TIMEOUT
|
|
Language=English
|
|
{Serial IOCTL Timeout}
|
|
A serial I/O operation completed because the time-out period expired.
|
|
(The IOCTL_SERIAL_XOFF_COUNTER had not reached zero.)
|
|
.
|
|
|
|
MessageId=0x000D Facility=System Severity=Informational SymbolicName=STATUS_NULL_LM_PASSWORD
|
|
Language=English
|
|
{Password Too Complex}
|
|
The Windows password is too complex to be converted to a LAN Manager password.
|
|
The LAN Manager password returned is a NULL string.
|
|
.
|
|
|
|
MessageId=0x000E Facility=System Severity=Informational SymbolicName=STATUS_IMAGE_MACHINE_TYPE_MISMATCH
|
|
Language=English
|
|
{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.
|
|
.
|
|
|
|
MessageId=0x000F Facility=System Severity=Informational SymbolicName=STATUS_RECEIVE_PARTIAL
|
|
Language=English
|
|
{Partial Data Received}
|
|
The network transport returned partial data to its client. The remaining data will be sent later.
|
|
.
|
|
|
|
MessageId=0x0010 Facility=System Severity=Informational SymbolicName=STATUS_RECEIVE_EXPEDITED
|
|
Language=English
|
|
{Expedited Data Received}
|
|
The network transport returned data to its client that was marked as expedited by the remote system.
|
|
.
|
|
|
|
MessageId=0x0011 Facility=System Severity=Informational SymbolicName=STATUS_RECEIVE_PARTIAL_EXPEDITED
|
|
Language=English
|
|
{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.
|
|
.
|
|
|
|
MessageId=0x0012 Facility=System Severity=Informational SymbolicName=STATUS_EVENT_DONE
|
|
Language=English
|
|
{TDI Event Done}
|
|
The TDI indication has completed successfully.
|
|
.
|
|
|
|
MessageId=0x0013 Facility=System Severity=Informational SymbolicName=STATUS_EVENT_PENDING
|
|
Language=English
|
|
{TDI Event Pending}
|
|
The TDI indication has entered the pending state.
|
|
.
|
|
|
|
MessageId=0x0014 Facility=System Severity=Informational SymbolicName=STATUS_CHECKING_FILE_SYSTEM
|
|
Language=English
|
|
Checking file system on %wZ
|
|
.
|
|
|
|
MessageId=0x0015 Facility=System Severity=Informational SymbolicName=STATUS_FATAL_APP_EXIT
|
|
Language=English
|
|
{Fatal Application Exit}
|
|
%hs
|
|
.
|
|
|
|
MessageId=0x0016 Facility=System Severity=Informational SymbolicName=STATUS_PREDEFINED_HANDLE
|
|
Language=English
|
|
The specified registry key is referenced by a predefined handle.
|
|
.
|
|
|
|
MessageId=0x0017 Facility=System Severity=Informational SymbolicName=STATUS_WAS_UNLOCKED
|
|
Language=English
|
|
{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.
|
|
.
|
|
|
|
MessageId=0x0018 Facility=System Severity=Informational SymbolicName=STATUS_SERVICE_NOTIFICATION
|
|
Language=English
|
|
%hs
|
|
.
|
|
|
|
MessageId=0x0019 Facility=System Severity=Informational SymbolicName=STATUS_WAS_LOCKED
|
|
Language=English
|
|
{Page Locked}
|
|
One of the pages to lock was already locked.
|
|
.
|
|
|
|
MessageId=0x001a Facility=System Severity=Informational SymbolicName=STATUS_LOG_HARD_ERROR
|
|
Language=English
|
|
Application popup: %1 : %2
|
|
.
|
|
|
|
MessageId=0x001b Facility=System Severity=Informational SymbolicName=STATUS_ALREADY_WIN32
|
|
Language=English
|
|
.
|
|
|
|
MessageId=0x001c Facility=System Severity=Informational SymbolicName=STATUS_WX86_UNSIMULATE
|
|
Language=English
|
|
Exception status code used by Win32 x86 emulation subsystem.
|
|
.
|
|
|
|
MessageId=0x001d Facility=System Severity=Informational SymbolicName=STATUS_WX86_CONTINUE
|
|
Language=English
|
|
Exception status code used by Win32 x86 emulation subsystem.
|
|
.
|
|
|
|
MessageId=0x001e Facility=System Severity=Informational SymbolicName=STATUS_WX86_SINGLE_STEP
|
|
Language=English
|
|
Exception status code used by Win32 x86 emulation subsystem.
|
|
.
|
|
|
|
MessageId=0x001f Facility=System Severity=Informational SymbolicName=STATUS_WX86_BREAKPOINT
|
|
Language=English
|
|
Exception status code used by Win32 x86 emulation subsystem.
|
|
.
|
|
|
|
MessageId=0x0020 Facility=System Severity=Informational SymbolicName=STATUS_WX86_EXCEPTION_CONTINUE
|
|
Language=English
|
|
Exception status code used by Win32 x86 emulation subsystem.
|
|
.
|
|
|
|
MessageId=0x0021 Facility=System Severity=Informational SymbolicName=STATUS_WX86_EXCEPTION_LASTCHANCE
|
|
Language=English
|
|
Exception status code used by Win32 x86 emulation subsystem.
|
|
.
|
|
|
|
MessageId=0x0022 Facility=System Severity=Informational SymbolicName=STATUS_WX86_EXCEPTION_CHAIN
|
|
Language=English
|
|
Exception status code used by Win32 x86 emulation subsystem.
|
|
.
|
|
|
|
MessageId=0x0023 Facility=System Severity=Informational SymbolicName=STATUS_IMAGE_MACHINE_TYPE_MISMATCH_EXE
|
|
Language=English
|
|
{Machine Type Mismatch}
|
|
The image file %hs is valid, but is for a machine type other than the current machine.
|
|
.
|
|
|
|
MessageId=0x0024 Facility=System Severity=Informational SymbolicName=STATUS_NO_YIELD_PERFORMED
|
|
Language=English
|
|
A yield execution was performed and no thread was available to run.
|
|
.
|
|
|
|
MessageId=0x0025 Facility=System Severity=Informational SymbolicName=STATUS_TIMER_RESUME_IGNORED
|
|
Language=English
|
|
The resumable flag to a timer API was ignored.
|
|
.
|
|
|
|
MessageId=0x0026 Facility=System Severity=Informational SymbolicName=STATUS_ARBITRATION_UNHANDLED
|
|
Language=English
|
|
The arbiter has deferred arbitration of these resources to its parent
|
|
.
|
|
|
|
MessageId=0x0027 Facility=System Severity=Informational SymbolicName=STATUS_CARDBUS_NOT_SUPPORTED
|
|
Language=English
|
|
The device "%hs" has detected a CardBus card in its slot, but the firmware on this system is not configured to allow the CardBus controller to be run in CardBus mode.
|
|
The operating system will currently accept only 16-bit (R2) pc-cards on this controller.
|
|
.
|
|
|
|
MessageId=0x0028 Facility=System Severity=Informational SymbolicName=STATUS_WX86_CREATEWX86TIB
|
|
Language=English
|
|
Exception status code used by Win32 x86 emulation subsystem.
|
|
.
|
|
|
|
MessageId=0x0029 Facility=System Severity=Informational SymbolicName=STATUS_MP_PROCESSOR_MISMATCH
|
|
Language=English
|
|
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. Should problems occur with this system, contact
|
|
the CPU manufacturer to see if this mix of processors is supported.
|
|
.
|
|
|
|
MessageId=0x002A Facility=System Severity=Informational SymbolicName=STATUS_HIBERNATED ;
|
|
Language=English
|
|
The system was put into hibernation.
|
|
.
|
|
|
|
MessageId=0x002B Facility=System Severity=Informational SymbolicName=STATUS_RESUME_HIBERNATION ;
|
|
Language=English
|
|
The system was resumed from hibernation.
|
|
.
|
|
|
|
MessageId=0x0001 Facility=Debugger Severity=Informational SymbolicName=DBG_REPLY_LATER
|
|
Language=English
|
|
Debugger will reply later.
|
|
.
|
|
|
|
MessageId=0x0002 Facility=Debugger Severity=Informational SymbolicName=DBG_UNABLE_TO_PROVIDE_HANDLE
|
|
Language=English
|
|
Debugger can not provide handle.
|
|
.
|
|
|
|
MessageId=0x0003 Facility=Debugger Severity=Informational SymbolicName=DBG_TERMINATE_THREAD ;// winnt
|
|
Language=English
|
|
Debugger terminated thread.
|
|
.
|
|
|
|
MessageId=0x0004 Facility=Debugger Severity=Informational SymbolicName=DBG_TERMINATE_PROCESS ;// winnt
|
|
Language=English
|
|
Debugger terminated process.
|
|
.
|
|
|
|
MessageId=0x0005 Facility=Debugger Severity=Informational SymbolicName=DBG_CONTROL_C ;// winnt
|
|
Language=English
|
|
Debugger got control C.
|
|
.
|
|
|
|
MessageId=0x0006 Facility=Debugger Severity=Informational SymbolicName=DBG_PRINTEXCEPTION_C
|
|
Language=English
|
|
Debugger printerd exception on control C.
|
|
.
|
|
|
|
MessageId=0x0007 Facility=Debugger Severity=Informational SymbolicName=DBG_RIPEXCEPTION
|
|
Language=English
|
|
Debugger recevice RIP exception.
|
|
.
|
|
|
|
MessageId=0x0008 Facility=Debugger Severity=Informational SymbolicName=DBG_CONTROL_BREAK ;// winnt
|
|
Language=English
|
|
Debugger received control break.
|
|
.
|
|
|
|
;
|
|
;
|
|
|
|
;/////////////////////////////////////////////////////////////////////////
|
|
;//
|
|
;// Standard Warning values
|
|
;//
|
|
;//
|
|
;// Note: Do NOT use the value 0x80000000L, as this is a non-portable value
|
|
;// for the NT_SUCCESS macro. Warning values start with a code of 1.
|
|
;//
|
|
;/////////////////////////////////////////////////////////////////////////
|
|
;
|
|
|
|
MessageId=0x0001 Facility=System Severity=Warning SymbolicName=STATUS_GUARD_PAGE_VIOLATION ;// winnt
|
|
Language=English
|
|
{EXCEPTION}
|
|
Guard Page Exception
|
|
A page of memory that marks the end of a data structure, such as a stack or an array, has been accessed.
|
|
.
|
|
|
|
MessageId=0x0002 Facility=System Severity=Warning SymbolicName=STATUS_DATATYPE_MISALIGNMENT ;// winnt
|
|
Language=English
|
|
{EXCEPTION}
|
|
Alignment Fault
|
|
A datatype misalignment was detected in a load or store instruction.
|
|
.
|
|
|
|
MessageId=0x0003 Facility=System Severity=Warning SymbolicName=STATUS_BREAKPOINT ;// winnt
|
|
Language=English
|
|
{EXCEPTION}
|
|
Breakpoint
|
|
A breakpoint has been reached.
|
|
.
|
|
|
|
MessageId=0x0004 Facility=System Severity=Warning SymbolicName=STATUS_SINGLE_STEP ;// winnt
|
|
Language=English
|
|
{EXCEPTION}
|
|
Single Step
|
|
A single step or trace operation has just been completed.
|
|
.
|
|
|
|
MessageId=0x0005 Facility=System Severity=Warning SymbolicName=STATUS_BUFFER_OVERFLOW
|
|
Language=English
|
|
{Buffer Overflow}
|
|
The data was too large to fit into the specified buffer.
|
|
.
|
|
|
|
MessageId=0x0006 Facility=System Severity=Warning SymbolicName=STATUS_NO_MORE_FILES
|
|
Language=English
|
|
{No More Files}
|
|
No more files were found which match the file specification.
|
|
.
|
|
|
|
MessageId=0x0007 Facility=System Severity=Warning SymbolicName=STATUS_WAKE_SYSTEM_DEBUGGER
|
|
Language=English
|
|
{Kernel Debugger Awakened}
|
|
the system debugger was awakened by an interrupt.
|
|
.
|
|
|
|
MessageId=0x000A Facility=System Severity=Warning SymbolicName=STATUS_HANDLES_CLOSED
|
|
Language=English
|
|
{Handles Closed}
|
|
Handles to objects have been automatically closed as a result of the requested operation.
|
|
.
|
|
|
|
MessageId=0x000B Facility=System Severity=Warning SymbolicName=STATUS_NO_INHERITANCE
|
|
Language=English
|
|
{Non-Inheritable ACL}
|
|
An access control list (ACL) contains no components that can be inherited.
|
|
.
|
|
|
|
MessageId=0x000C Facility=System Severity=Warning SymbolicName=STATUS_GUID_SUBSTITUTION_MADE
|
|
Language=English
|
|
{GUID Substitution}
|
|
During the translation of a global identifier (GUID) to a Windows security ID (SID), no administratively-defined GUID prefix was found.
|
|
A substitute prefix was used, which will not compromise system security.
|
|
However, this may provide a more restrictive access than intended.
|
|
.
|
|
|
|
MessageId=0x000D Facility=System Severity=Warning SymbolicName=STATUS_PARTIAL_COPY
|
|
Language=English
|
|
{Partial Copy}
|
|
Due to protection conflicts not all the requested bytes could be copied.
|
|
.
|
|
|
|
MessageId=0x000E Facility=System Severity=Warning SymbolicName=STATUS_DEVICE_PAPER_EMPTY
|
|
Language=English
|
|
{Out of Paper}
|
|
The printer is out of paper.
|
|
.
|
|
|
|
MessageId=0x000F Facility=System Severity=Warning SymbolicName=STATUS_DEVICE_POWERED_OFF
|
|
Language=English
|
|
{Device Power Is Off}
|
|
The printer power has been turned off.
|
|
.
|
|
|
|
MessageId=0x0010 Facility=System Severity=Warning SymbolicName=STATUS_DEVICE_OFF_LINE
|
|
Language=English
|
|
{Device Offline}
|
|
The printer has been taken offline.
|
|
.
|
|
|
|
MessageId=0x0011 Facility=System Severity=Warning SymbolicName=STATUS_DEVICE_BUSY
|
|
Language=English
|
|
{Device Busy}
|
|
The device is currently busy.
|
|
.
|
|
|
|
MessageId=0x0012 Facility=System Severity=Warning SymbolicName=STATUS_NO_MORE_EAS
|
|
Language=English
|
|
{No More EAs}
|
|
No more extended attributes (EAs) were found for the file.
|
|
.
|
|
|
|
MessageId=0x0013 Facility=System Severity=Warning SymbolicName=STATUS_INVALID_EA_NAME
|
|
Language=English
|
|
{Illegal EA}
|
|
The specified extended attribute (EA) name contains at least one illegal character.
|
|
.
|
|
|
|
MessageId=0x0014 Facility=System Severity=Warning SymbolicName=STATUS_EA_LIST_INCONSISTENT
|
|
Language=English
|
|
{Inconsistent EA List}
|
|
The extended attribute (EA) list is inconsistent.
|
|
.
|
|
|
|
MessageId=0x0015 Facility=System Severity=Warning SymbolicName=STATUS_INVALID_EA_FLAG
|
|
Language=English
|
|
{Invalid EA Flag}
|
|
An invalid extended attribute (EA) flag was set.
|
|
.
|
|
|
|
MessageId=0x0016 Facility=System Severity=Warning SymbolicName=STATUS_VERIFY_REQUIRED
|
|
Language=English
|
|
{Verifying Disk}
|
|
The media has changed and a verify operation is in progress so no reads or writes may be performed to the device, except those used in the verify operation.
|
|
.
|
|
|
|
MessageId=0x0017 Facility=System Severity=Warning SymbolicName=STATUS_EXTRANEOUS_INFORMATION
|
|
Language=English
|
|
{Too Much Information}
|
|
The specified access control list (ACL) contained more information than was expected.
|
|
.
|
|
|
|
MessageId=0x0018 Facility=System Severity=Warning SymbolicName=STATUS_RXACT_COMMIT_NECESSARY
|
|
Language=English
|
|
This warning level status indicates that the transaction state already exists for the registry sub-tree, but that a transaction commit was previously aborted.
|
|
The commit has NOT been completed, but has not been rolled back either (so it may still be committed if desired).
|
|
.
|
|
|
|
MessageId=0x001A Facility=System Severity=Warning SymbolicName=STATUS_NO_MORE_ENTRIES
|
|
Language=English
|
|
{No More Entries}
|
|
No more entries are available from an enumeration operation.
|
|
.
|
|
|
|
MessageId=0x001B Facility=System Severity=Warning SymbolicName=STATUS_FILEMARK_DETECTED
|
|
Language=English
|
|
{Filemark Found}
|
|
A filemark was detected.
|
|
.
|
|
|
|
MessageId=0x001C Facility=System Severity=Warning SymbolicName=STATUS_MEDIA_CHANGED
|
|
Language=English
|
|
{Media Changed}
|
|
The media may have changed.
|
|
.
|
|
|
|
MessageId=0x001D Facility=System Severity=Warning SymbolicName=STATUS_BUS_RESET
|
|
Language=English
|
|
{I/O Bus Reset}
|
|
An I/O bus reset was detected.
|
|
.
|
|
|
|
MessageId=0x001E Facility=System Severity=Warning SymbolicName=STATUS_END_OF_MEDIA
|
|
Language=English
|
|
{End of Media}
|
|
The end of the media was encountered.
|
|
.
|
|
|
|
MessageId=0x001F Facility=System Severity=Warning SymbolicName=STATUS_BEGINNING_OF_MEDIA
|
|
Language=English
|
|
Beginning of tape or partition has been detected.
|
|
.
|
|
|
|
MessageId=0x0020 Facility=System Severity=Warning SymbolicName=STATUS_MEDIA_CHECK
|
|
Language=English
|
|
{Media Changed}
|
|
The media may have changed.
|
|
.
|
|
|
|
MessageId=0x0021 Facility=System Severity=Warning SymbolicName=STATUS_SETMARK_DETECTED
|
|
Language=English
|
|
A tape access reached a setmark.
|
|
.
|
|
|
|
MessageId=0x0022 Facility=System Severity=Warning SymbolicName=STATUS_NO_DATA_DETECTED
|
|
Language=English
|
|
During a tape access, the end of the data written is reached.
|
|
.
|
|
|
|
MessageId=0x0023 Facility=System Severity=Warning SymbolicName=STATUS_REDIRECTOR_HAS_OPEN_HANDLES
|
|
Language=English
|
|
The redirector is in use and cannot be unloaded.
|
|
.
|
|
|
|
MessageId=0x0024 Facility=System Severity=Warning SymbolicName=STATUS_SERVER_HAS_OPEN_HANDLES
|
|
Language=English
|
|
The server is in use and cannot be unloaded.
|
|
.
|
|
|
|
MessageId=0x0025 Facility=System Severity=Warning SymbolicName=STATUS_ALREADY_DISCONNECTED
|
|
Language=English
|
|
The specified connection has already been disconnected.
|
|
.
|
|
|
|
MessageId=0x0026 Facility=System Severity=Warning SymbolicName=STATUS_LONGJUMP
|
|
Language=English
|
|
A long jump has been executed.
|
|
.
|
|
|
|
MessageId=0x0027 Facility=System Severity=Warning SymbolicName=STATUS_CLEANER_CARTRIDGE_INSTALLED
|
|
Language=English
|
|
A cleaner cartridge is present in the tape library.
|
|
.
|
|
|
|
MessageId=0x0028 Facility=System Severity=Warning SymbolicName=STATUS_PLUGPLAY_QUERY_VETOED
|
|
Language=English
|
|
The Plug and Play query operation was not successful.
|
|
.
|
|
|
|
MessageId=0x0029 Facility=System Severity=Warning SymbolicName=STATUS_UNWIND_CONSOLIDATE
|
|
Language=English
|
|
A frame consolidation has been executed.
|
|
.
|
|
|
|
MessageId=0x0001 Facility=Debugger Severity=Warning SymbolicName=DBG_EXCEPTION_NOT_HANDLED ;// winnt
|
|
Language=English
|
|
Debugger did not handle the exception.
|
|
.
|
|
|
|
MessageId=0x0001 Facility=Cluster Severity=Warning SymbolicName=STATUS_CLUSTER_NODE_ALREADY_UP
|
|
Language=English
|
|
The cluster node is already up.
|
|
.
|
|
|
|
MessageId=0x0002 Facility=Cluster Severity=Warning SymbolicName=STATUS_CLUSTER_NODE_ALREADY_DOWN
|
|
Language=English
|
|
The cluster node is already down.
|
|
.
|
|
|
|
MessageId=0x0003 Facility=Cluster Severity=Warning SymbolicName=STATUS_CLUSTER_NETWORK_ALREADY_ONLINE
|
|
Language=English
|
|
The cluster network is already online.
|
|
.
|
|
|
|
MessageId=0x0004 Facility=Cluster Severity=Warning SymbolicName=STATUS_CLUSTER_NETWORK_ALREADY_OFFLINE
|
|
Language=English
|
|
The cluster network is already offline.
|
|
.
|
|
|
|
MessageId=0x0005 Facility=Cluster Severity=Warning SymbolicName=STATUS_CLUSTER_NODE_ALREADY_MEMBER
|
|
Language=English
|
|
The cluster node is already a member of the cluster.
|
|
.
|
|
|
|
;
|
|
;
|
|
|
|
;/////////////////////////////////////////////////////////////////////////
|
|
;//
|
|
;// Standard Error values
|
|
;//
|
|
;/////////////////////////////////////////////////////////////////////////
|
|
;
|
|
|
|
MessageId=0x0001 Facility=System Severity=Error SymbolicName=STATUS_UNSUCCESSFUL
|
|
Language=English
|
|
{Operation Failed}
|
|
The requested operation was unsuccessful.
|
|
.
|
|
|
|
MessageId=0x0002 Facility=System Severity=Error SymbolicName=STATUS_NOT_IMPLEMENTED
|
|
Language=English
|
|
{Not Implemented}
|
|
The requested operation is not implemented.
|
|
.
|
|
|
|
MessageId=0x0003 Facility=System Severity=Error SymbolicName=STATUS_INVALID_INFO_CLASS ;// ntsubauth
|
|
Language=English
|
|
{Invalid Parameter}
|
|
The specified information class is not a valid information class for the specified object.
|
|
.
|
|
|
|
MessageId=0x0004 Facility=System Severity=Error SymbolicName=STATUS_INFO_LENGTH_MISMATCH
|
|
Language=English
|
|
The specified information record length does not match the length required for the specified information class.
|
|
.
|
|
|
|
MessageId=0x0005 Facility=System Severity=Error SymbolicName=STATUS_ACCESS_VIOLATION ;// winnt
|
|
Language=English
|
|
The instruction at "0x%08lx" referenced memory at "0x%08lx". The memory could not be "%s".
|
|
.
|
|
|
|
MessageId=0x0006 Facility=System Severity=Error SymbolicName=STATUS_IN_PAGE_ERROR ;// winnt
|
|
Language=English
|
|
The instruction at "0x%08lx" referenced memory at "0x%08lx". The required data was not placed into memory because of an I/O error status of "0x%08lx".
|
|
.
|
|
|
|
MessageId=0x0007 Facility=System Severity=Error SymbolicName=STATUS_PAGEFILE_QUOTA
|
|
Language=English
|
|
The pagefile quota for the process has been exhausted.
|
|
.
|
|
|
|
MessageId=0x0008 Facility=System Severity=Error SymbolicName=STATUS_INVALID_HANDLE ;// winnt
|
|
Language=English
|
|
An invalid HANDLE was specified.
|
|
.
|
|
|
|
MessageId=0x0009 Facility=System Severity=Error SymbolicName=STATUS_BAD_INITIAL_STACK
|
|
Language=English
|
|
An invalid initial stack was specified in a call to NtCreateThread.
|
|
.
|
|
|
|
MessageId=0x000A Facility=System Severity=Error SymbolicName=STATUS_BAD_INITIAL_PC
|
|
Language=English
|
|
An invalid initial start address was specified in a call to NtCreateThread.
|
|
.
|
|
|
|
MessageId=0x000B Facility=System Severity=Error SymbolicName=STATUS_INVALID_CID
|
|
Language=English
|
|
An invalid Client ID was specified.
|
|
.
|
|
|
|
MessageId=0x000C Facility=System Severity=Error SymbolicName=STATUS_TIMER_NOT_CANCELED
|
|
Language=English
|
|
An attempt was made to cancel or set a timer that has an associated APC and the subject thread is not the thread that originally set the timer with an associated APC routine.
|
|
.
|
|
|
|
MessageId=0x000D Facility=System Severity=Error SymbolicName=STATUS_INVALID_PARAMETER
|
|
Language=English
|
|
An invalid parameter was passed to a service or function.
|
|
.
|
|
|
|
MessageId=0x000E Facility=System Severity=Error SymbolicName=STATUS_NO_SUCH_DEVICE
|
|
Language=English
|
|
A device which does not exist was specified.
|
|
.
|
|
|
|
MessageId=0x000F Facility=System Severity=Error SymbolicName=STATUS_NO_SUCH_FILE
|
|
Language=English
|
|
{File Not Found}
|
|
The file %hs does not exist.
|
|
.
|
|
|
|
MessageId=0x0010 Facility=System Severity=Error SymbolicName=STATUS_INVALID_DEVICE_REQUEST
|
|
Language=English
|
|
The specified request is not a valid operation for the target device.
|
|
.
|
|
|
|
MessageId=0x0011 Facility=System Severity=Error SymbolicName=STATUS_END_OF_FILE
|
|
Language=English
|
|
The end-of-file marker has been reached. There is no valid data in the file beyond this marker.
|
|
.
|
|
|
|
MessageId=0x0012 Facility=System Severity=Error SymbolicName=STATUS_WRONG_VOLUME
|
|
Language=English
|
|
{Wrong Volume}
|
|
The wrong volume is in the drive.
|
|
Please insert volume %hs into drive %hs.
|
|
.
|
|
|
|
MessageId=0x0013 Facility=System Severity=Error SymbolicName=STATUS_NO_MEDIA_IN_DEVICE
|
|
Language=English
|
|
{No Disk}
|
|
There is no disk in the drive.
|
|
Please insert a disk into drive %hs.
|
|
.
|
|
|
|
MessageId=0x0014 Facility=System Severity=Error SymbolicName=STATUS_UNRECOGNIZED_MEDIA
|
|
Language=English
|
|
{Unknown Disk Format}
|
|
The disk in drive %hs is not formatted properly.
|
|
Please check the disk, and reformat if necessary.
|
|
.
|
|
|
|
MessageId=0x0015 Facility=System Severity=Error SymbolicName=STATUS_NONEXISTENT_SECTOR
|
|
Language=English
|
|
{Sector Not Found}
|
|
The specified sector does not exist.
|
|
.
|
|
|
|
MessageId=0x0016 Facility=System Severity=Error SymbolicName=STATUS_MORE_PROCESSING_REQUIRED
|
|
Language=English
|
|
{Still Busy}
|
|
The specified I/O request packet (IRP) cannot be disposed of because the I/O operation is not complete.
|
|
.
|
|
|
|
MessageId=0x0017 Facility=System Severity=Error SymbolicName=STATUS_NO_MEMORY ;// winnt
|
|
Language=English
|
|
{Not Enough Quota}
|
|
Not enough virtual memory or paging file quota is available to complete the specified operation.
|
|
.
|
|
|
|
MessageId=0x0018 Facility=System Severity=Error SymbolicName=STATUS_CONFLICTING_ADDRESSES
|
|
Language=English
|
|
{Conflicting Address Range}
|
|
The specified address range conflicts with the address space.
|
|
.
|
|
|
|
MessageId=0x0019 Facility=System Severity=Error SymbolicName=STATUS_NOT_MAPPED_VIEW
|
|
Language=English
|
|
Address range to unmap is not a mapped view.
|
|
.
|
|
|
|
MessageId=0x001A Facility=System Severity=Error SymbolicName=STATUS_UNABLE_TO_FREE_VM
|
|
Language=English
|
|
Virtual memory cannot be freed.
|
|
.
|
|
|
|
MessageId=0x001B Facility=System Severity=Error SymbolicName=STATUS_UNABLE_TO_DELETE_SECTION
|
|
Language=English
|
|
Specified section cannot be deleted.
|
|
.
|
|
|
|
MessageId=0x001C Facility=System Severity=Error SymbolicName=STATUS_INVALID_SYSTEM_SERVICE
|
|
Language=English
|
|
An invalid system service was specified in a system service call.
|
|
.
|
|
|
|
MessageId=0x001D Facility=System Severity=Error SymbolicName=STATUS_ILLEGAL_INSTRUCTION ;// winnt
|
|
Language=English
|
|
{EXCEPTION}
|
|
Illegal Instruction
|
|
An attempt was made to execute an illegal instruction.
|
|
.
|
|
|
|
MessageId=0x001E Facility=System Severity=Error SymbolicName=STATUS_INVALID_LOCK_SEQUENCE
|
|
Language=English
|
|
{Invalid Lock Sequence}
|
|
An attempt was made to execute an invalid lock sequence.
|
|
.
|
|
|
|
MessageId=0x001F Facility=System Severity=Error SymbolicName=STATUS_INVALID_VIEW_SIZE
|
|
Language=English
|
|
{Invalid Mapping}
|
|
An attempt was made to create a view for a section which is bigger than the section.
|
|
.
|
|
|
|
MessageId=0x0020 Facility=System Severity=Error SymbolicName=STATUS_INVALID_FILE_FOR_SECTION
|
|
Language=English
|
|
{Bad File}
|
|
The attributes of the specified mapping file for a section of memory cannot be read.
|
|
.
|
|
|
|
MessageId=0x0021 Facility=System Severity=Error SymbolicName=STATUS_ALREADY_COMMITTED
|
|
Language=English
|
|
{Already Committed}
|
|
The specified address range is already committed.
|
|
.
|
|
|
|
MessageId=0x0022 Facility=System Severity=Error SymbolicName=STATUS_ACCESS_DENIED
|
|
Language=English
|
|
{Access Denied}
|
|
A process has requested access to an object, but has not been granted those access rights.
|
|
.
|
|
|
|
MessageId=0x0023 Facility=System Severity=Error SymbolicName=STATUS_BUFFER_TOO_SMALL
|
|
Language=English
|
|
{Buffer Too Small}
|
|
The buffer is too small to contain the entry. No information has been written to the buffer.
|
|
.
|
|
|
|
MessageId=0x0024 Facility=System Severity=Error SymbolicName=STATUS_OBJECT_TYPE_MISMATCH
|
|
Language=English
|
|
{Wrong Type}
|
|
There is a mismatch between the type of object required by the requested operation and the type of object that is specified in the request.
|
|
.
|
|
|
|
MessageId=0x0025 Facility=System Severity=Error SymbolicName=STATUS_NONCONTINUABLE_EXCEPTION ;// winnt
|
|
Language=English
|
|
{EXCEPTION}
|
|
Cannot Continue
|
|
Windows cannot continue from this exception.
|
|
.
|
|
|
|
MessageId=0x0026 Facility=System Severity=Error SymbolicName=STATUS_INVALID_DISPOSITION ;// winnt
|
|
Language=English
|
|
An invalid exception disposition was returned by an exception handler.
|
|
.
|
|
|
|
MessageId=0x0027 Facility=System Severity=Error SymbolicName=STATUS_UNWIND
|
|
Language=English
|
|
Unwind exception code.
|
|
.
|
|
|
|
MessageId=0x0028 Facility=System Severity=Error SymbolicName=STATUS_BAD_STACK
|
|
Language=English
|
|
An invalid or unaligned stack was encountered during an unwind operation.
|
|
.
|
|
|
|
MessageId=0x0029 Facility=System Severity=Error SymbolicName=STATUS_INVALID_UNWIND_TARGET
|
|
Language=English
|
|
An invalid unwind target was encountered during an unwind operation.
|
|
.
|
|
|
|
MessageId=0x002A Facility=System Severity=Error SymbolicName=STATUS_NOT_LOCKED
|
|
Language=English
|
|
An attempt was made to unlock a page of memory which was not locked.
|
|
.
|
|
|
|
MessageId=0x002B Facility=System Severity=Error SymbolicName=STATUS_PARITY_ERROR
|
|
Language=English
|
|
Device parity error on I/O operation.
|
|
.
|
|
|
|
MessageId=0x002C Facility=System Severity=Error SymbolicName=STATUS_UNABLE_TO_DECOMMIT_VM
|
|
Language=English
|
|
An attempt was made to decommit uncommitted virtual memory.
|
|
.
|
|
|
|
MessageId=0x002D Facility=System Severity=Error SymbolicName=STATUS_NOT_COMMITTED
|
|
Language=English
|
|
An attempt was made to change the attributes on memory that has not been committed.
|
|
.
|
|
|
|
MessageId=0x002E Facility=System Severity=Error SymbolicName=STATUS_INVALID_PORT_ATTRIBUTES
|
|
Language=English
|
|
Invalid Object Attributes specified to NtCreatePort or invalid Port Attributes specified to NtConnectPort
|
|
.
|
|
|
|
MessageId=0x002F Facility=System Severity=Error SymbolicName=STATUS_PORT_MESSAGE_TOO_LONG
|
|
Language=English
|
|
Length of message passed to NtRequestPort or NtRequestWaitReplyPort was longer than the maximum message allowed by the port.
|
|
.
|
|
|
|
MessageId=0x0030 Facility=System Severity=Error SymbolicName=STATUS_INVALID_PARAMETER_MIX
|
|
Language=English
|
|
An invalid combination of parameters was specified.
|
|
.
|
|
|
|
MessageId=0x0031 Facility=System Severity=Error SymbolicName=STATUS_INVALID_QUOTA_LOWER
|
|
Language=English
|
|
An attempt was made to lower a quota limit below the current usage.
|
|
.
|
|
|
|
MessageId=0x0032 Facility=System Severity=Error SymbolicName=STATUS_DISK_CORRUPT_ERROR
|
|
Language=English
|
|
{Corrupt Disk}
|
|
The file system structure on the disk is corrupt and unusable.
|
|
Please run the Chkdsk utility on the volume %hs.
|
|
.
|
|
|
|
MessageId=0x0033 Facility=System Severity=Error SymbolicName=STATUS_OBJECT_NAME_INVALID
|
|
Language=English
|
|
Object Name invalid.
|
|
.
|
|
|
|
MessageId=0x0034 Facility=System Severity=Error SymbolicName=STATUS_OBJECT_NAME_NOT_FOUND
|
|
Language=English
|
|
Object Name not found.
|
|
.
|
|
|
|
MessageId=0x0035 Facility=System Severity=Error SymbolicName=STATUS_OBJECT_NAME_COLLISION
|
|
Language=English
|
|
Object Name already exists.
|
|
.
|
|
|
|
MessageId=0x0037 Facility=System Severity=Error SymbolicName=STATUS_PORT_DISCONNECTED
|
|
Language=English
|
|
Attempt to send a message to a disconnected communication port.
|
|
.
|
|
|
|
MessageId=0x0038 Facility=System Severity=Error SymbolicName=STATUS_DEVICE_ALREADY_ATTACHED
|
|
Language=English
|
|
An attempt was made to attach to a device that was already attached to another device.
|
|
.
|
|
|
|
MessageId=0x0039 Facility=System Severity=Error SymbolicName=STATUS_OBJECT_PATH_INVALID
|
|
Language=English
|
|
Object Path Component was not a directory object.
|
|
.
|
|
|
|
MessageId=0x003A Facility=System Severity=Error SymbolicName=STATUS_OBJECT_PATH_NOT_FOUND
|
|
Language=English
|
|
{Path Not Found}
|
|
The path %hs does not exist.
|
|
.
|
|
|
|
MessageId=0x003B Facility=System Severity=Error SymbolicName=STATUS_OBJECT_PATH_SYNTAX_BAD
|
|
Language=English
|
|
Object Path Component was not a directory object.
|
|
.
|
|
|
|
MessageId=0x003C Facility=System Severity=Error SymbolicName=STATUS_DATA_OVERRUN
|
|
Language=English
|
|
{Data Overrun}
|
|
A data overrun error occurred.
|
|
.
|
|
|
|
MessageId=0x003D Facility=System Severity=Error SymbolicName=STATUS_DATA_LATE_ERROR
|
|
Language=English
|
|
{Data Late}
|
|
A data late error occurred.
|
|
.
|
|
|
|
MessageId=0x003E Facility=System Severity=Error SymbolicName=STATUS_DATA_ERROR
|
|
Language=English
|
|
{Data Error}
|
|
An error in reading or writing data occurred.
|
|
.
|
|
|
|
MessageId=0x003F Facility=System Severity=Error SymbolicName=STATUS_CRC_ERROR
|
|
Language=English
|
|
{Bad CRC}
|
|
A cyclic redundancy check (CRC) checksum error occurred.
|
|
.
|
|
|
|
MessageId=0x0040 Facility=System Severity=Error SymbolicName=STATUS_SECTION_TOO_BIG
|
|
Language=English
|
|
{Section Too Large}
|
|
The specified section is too big to map the file.
|
|
.
|
|
|
|
MessageId=0x0041 Facility=System Severity=Error SymbolicName=STATUS_PORT_CONNECTION_REFUSED
|
|
Language=English
|
|
The NtConnectPort request is refused.
|
|
.
|
|
|
|
MessageId=0x0042 Facility=System Severity=Error SymbolicName=STATUS_INVALID_PORT_HANDLE
|
|
Language=English
|
|
The type of port handle is invalid for the operation requested.
|
|
.
|
|
|
|
MessageId=0x0043 Facility=System Severity=Error SymbolicName=STATUS_SHARING_VIOLATION
|
|
Language=English
|
|
A file cannot be opened because the share access flags are incompatible.
|
|
.
|
|
|
|
MessageId=0x0044 Facility=System Severity=Error SymbolicName=STATUS_QUOTA_EXCEEDED
|
|
Language=English
|
|
Insufficient quota exists to complete the operation
|
|
.
|
|
|
|
MessageId=0x0045 Facility=System Severity=Error SymbolicName=STATUS_INVALID_PAGE_PROTECTION
|
|
Language=English
|
|
The specified page protection was not valid.
|
|
.
|
|
|
|
MessageId=0x0046 Facility=System Severity=Error SymbolicName=STATUS_MUTANT_NOT_OWNED
|
|
Language=English
|
|
An attempt to release a mutant object was made by a thread that was not the owner of the mutant object.
|
|
.
|
|
|
|
MessageId=0x0047 Facility=System Severity=Error SymbolicName=STATUS_SEMAPHORE_LIMIT_EXCEEDED
|
|
Language=English
|
|
An attempt was made to release a semaphore such that its maximum count would have been exceeded.
|
|
.
|
|
|
|
MessageId=0x0048 Facility=System Severity=Error SymbolicName=STATUS_PORT_ALREADY_SET
|
|
Language=English
|
|
An attempt to set a processes DebugPort or ExceptionPort was made, but a port already exists in the process.
|
|
.
|
|
|
|
MessageId=0x0049 Facility=System Severity=Error SymbolicName=STATUS_SECTION_NOT_IMAGE
|
|
Language=English
|
|
An attempt was made to query image information on a section which does not map an image.
|
|
.
|
|
|
|
MessageId=0x004A Facility=System Severity=Error SymbolicName=STATUS_SUSPEND_COUNT_EXCEEDED
|
|
Language=English
|
|
An attempt was made to suspend a thread whose suspend count was at its maximum.
|
|
.
|
|
|
|
MessageId=0x004B Facility=System Severity=Error SymbolicName=STATUS_THREAD_IS_TERMINATING
|
|
Language=English
|
|
An attempt was made to suspend a thread that has begun termination.
|
|
.
|
|
|
|
MessageId=0x004C Facility=System Severity=Error SymbolicName=STATUS_BAD_WORKING_SET_LIMIT
|
|
Language=English
|
|
An attempt was made to set the working set limit to an invalid value (minimum greater than maximum, etc).
|
|
.
|
|
|
|
MessageId=0x004D Facility=System Severity=Error SymbolicName=STATUS_INCOMPATIBLE_FILE_MAP
|
|
Language=English
|
|
A section was created to map a file which is not compatible to an already existing section which maps the same file.
|
|
.
|
|
|
|
MessageId=0x004E Facility=System Severity=Error SymbolicName=STATUS_SECTION_PROTECTION
|
|
Language=English
|
|
A view to a section specifies a protection which is incompatible with the initial view's protection.
|
|
.
|
|
|
|
MessageId=0x004F Facility=System Severity=Error SymbolicName=STATUS_EAS_NOT_SUPPORTED
|
|
Language=English
|
|
An operation involving EAs failed because the file system does not support EAs.
|
|
.
|
|
|
|
MessageId=0x0050 Facility=System Severity=Error SymbolicName=STATUS_EA_TOO_LARGE
|
|
Language=English
|
|
An EA operation failed because EA set is too large.
|
|
.
|
|
|
|
MessageId=0x0051 Facility=System Severity=Error SymbolicName=STATUS_NONEXISTENT_EA_ENTRY
|
|
Language=English
|
|
An EA operation failed because the name or EA index is invalid.
|
|
.
|
|
|
|
MessageId=0x0052 Facility=System Severity=Error SymbolicName=STATUS_NO_EAS_ON_FILE
|
|
Language=English
|
|
The file for which EAs were requested has no EAs.
|
|
.
|
|
|
|
MessageId=0x0053 Facility=System Severity=Error SymbolicName=STATUS_EA_CORRUPT_ERROR
|
|
Language=English
|
|
The EA is corrupt and non-readable.
|
|
.
|
|
|
|
MessageId=0x0054 Facility=System Severity=Error SymbolicName=STATUS_FILE_LOCK_CONFLICT
|
|
Language=English
|
|
A requested read/write cannot be granted due to a conflicting file lock.
|
|
.
|
|
|
|
MessageId=0x0055 Facility=System Severity=Error SymbolicName=STATUS_LOCK_NOT_GRANTED
|
|
Language=English
|
|
A requested file lock cannot be granted due to other existing locks.
|
|
.
|
|
|
|
MessageId=0x0056 Facility=System Severity=Error SymbolicName=STATUS_DELETE_PENDING
|
|
Language=English
|
|
A non close operation has been requested of a file object with a delete pending.
|
|
.
|
|
|
|
MessageId=0x0057 Facility=System Severity=Error SymbolicName=STATUS_CTL_FILE_NOT_SUPPORTED
|
|
Language=English
|
|
An attempt was made to set the control attribute on a file. This attribute is not supported in the target file system.
|
|
.
|
|
|
|
MessageId=0x0058 Facility=System Severity=Error SymbolicName=STATUS_UNKNOWN_REVISION
|
|
Language=English
|
|
Indicates a revision number encountered or specified is not one known by the service. It may be a more recent revision than the service is aware of.
|
|
.
|
|
|
|
MessageId=0x0059 Facility=System Severity=Error SymbolicName=STATUS_REVISION_MISMATCH
|
|
Language=English
|
|
Indicates two revision levels are incompatible.
|
|
.
|
|
|
|
MessageId=0x005A Facility=System Severity=Error SymbolicName=STATUS_INVALID_OWNER
|
|
Language=English
|
|
Indicates a particular Security ID may not be assigned as the owner of an object.
|
|
.
|
|
|
|
MessageId=0x005B Facility=System Severity=Error SymbolicName=STATUS_INVALID_PRIMARY_GROUP
|
|
Language=English
|
|
Indicates a particular Security ID may not be assigned as the primary group of an object.
|
|
.
|
|
|
|
MessageId=0x005C Facility=System Severity=Error SymbolicName=STATUS_NO_IMPERSONATION_TOKEN
|
|
Language=English
|
|
An attempt has been made to operate on an impersonation token by a thread that is not currently impersonating a client.
|
|
.
|
|
|
|
MessageId=0x005D Facility=System Severity=Error SymbolicName=STATUS_CANT_DISABLE_MANDATORY
|
|
Language=English
|
|
A mandatory group may not be disabled.
|
|
.
|
|
|
|
MessageId=0x005E Facility=System Severity=Error SymbolicName=STATUS_NO_LOGON_SERVERS
|
|
Language=English
|
|
There are currently no logon servers available to service the logon request.
|
|
.
|
|
|
|
MessageId=0x005F Facility=System Severity=Error SymbolicName=STATUS_NO_SUCH_LOGON_SESSION
|
|
Language=English
|
|
A specified logon session does not exist. It may already have been terminated.
|
|
.
|
|
|
|
MessageId=0x0060 Facility=System Severity=Error SymbolicName=STATUS_NO_SUCH_PRIVILEGE
|
|
Language=English
|
|
A specified privilege does not exist.
|
|
.
|
|
|
|
MessageId=0x0061 Facility=System Severity=Error SymbolicName=STATUS_PRIVILEGE_NOT_HELD
|
|
Language=English
|
|
A required privilege is not held by the client.
|
|
.
|
|
|
|
MessageId=0x0062 Facility=System Severity=Error SymbolicName=STATUS_INVALID_ACCOUNT_NAME
|
|
Language=English
|
|
The name provided is not a properly formed account name.
|
|
.
|
|
|
|
MessageId=0x0063 Facility=System Severity=Error SymbolicName=STATUS_USER_EXISTS
|
|
Language=English
|
|
The specified user already exists.
|
|
.
|
|
|
|
MessageId=0x0064 Facility=System Severity=Error SymbolicName=STATUS_NO_SUCH_USER; // ntsubauth
|
|
Language=English
|
|
The specified user does not exist.
|
|
.
|
|
|
|
MessageId=0x0065 Facility=System Severity=Error SymbolicName=STATUS_GROUP_EXISTS
|
|
Language=English
|
|
The specified group already exists.
|
|
.
|
|
|
|
MessageId=0x0066 Facility=System Severity=Error SymbolicName=STATUS_NO_SUCH_GROUP
|
|
Language=English
|
|
The specified group does not exist.
|
|
.
|
|
|
|
MessageId=0x0067 Facility=System Severity=Error SymbolicName=STATUS_MEMBER_IN_GROUP
|
|
Language=English
|
|
The specified user account is already in the specified group account.
|
|
Also used to indicate a group cannot be deleted because it contains a member.
|
|
.
|
|
|
|
MessageId=0x0068 Facility=System Severity=Error SymbolicName=STATUS_MEMBER_NOT_IN_GROUP
|
|
Language=English
|
|
The specified user account is not a member of the specified group account.
|
|
.
|
|
|
|
MessageId=0x0069 Facility=System Severity=Error SymbolicName=STATUS_LAST_ADMIN
|
|
Language=English
|
|
Indicates the requested operation would disable or delete the last remaining administration account.
|
|
This is not allowed to prevent creating a situation in which the system cannot be administrated.
|
|
.
|
|
|
|
MessageId=0x006A Facility=System Severity=Error SymbolicName=STATUS_WRONG_PASSWORD; // ntsubauth
|
|
Language=English
|
|
When trying to update a password, this return status indicates that the value provided as the current password is not correct.
|
|
.
|
|
|
|
MessageId=0x006B Facility=System Severity=Error SymbolicName=STATUS_ILL_FORMED_PASSWORD
|
|
Language=English
|
|
When trying to update a password, this return status indicates that the value provided for the new password contains values that are not allowed in passwords.
|
|
.
|
|
|
|
MessageId=0x006C Facility=System Severity=Error SymbolicName=STATUS_PASSWORD_RESTRICTION; // ntsubauth
|
|
Language=English
|
|
When trying to update a password, this status indicates that some password update rule has been violated. For example, the password may not meet length criteria.
|
|
.
|
|
|
|
MessageId=0x006D Facility=System Severity=Error SymbolicName=STATUS_LOGON_FAILURE; // ntsubauth
|
|
Language=English
|
|
The attempted logon is invalid. This is either due to a bad username or authentication information.
|
|
.
|
|
|
|
MessageId=0x006E Facility=System Severity=Error SymbolicName=STATUS_ACCOUNT_RESTRICTION; // ntsubauth
|
|
Language=English
|
|
Indicates a referenced user name and authentication information are valid, but some user account restriction has prevented successful authentication (such as time-of-day restrictions).
|
|
.
|
|
|
|
MessageId=0x006F Facility=System Severity=Error SymbolicName=STATUS_INVALID_LOGON_HOURS; // ntsubauth
|
|
Language=English
|
|
The user account has time restrictions and may not be logged onto at this time.
|
|
.
|
|
|
|
MessageId=0x0070 Facility=System Severity=Error SymbolicName=STATUS_INVALID_WORKSTATION; // ntsubauth
|
|
Language=English
|
|
The user account is restricted such that it may not be used to log on from the source workstation.
|
|
.
|
|
|
|
MessageId=0x0071 Facility=System Severity=Error SymbolicName=STATUS_PASSWORD_EXPIRED; // ntsubauth
|
|
Language=English
|
|
The user account's password has expired.
|
|
.
|
|
|
|
MessageId=0x0072 Facility=System Severity=Error SymbolicName=STATUS_ACCOUNT_DISABLED; // ntsubauth
|
|
Language=English
|
|
The referenced account is currently disabled and may not be logged on to.
|
|
.
|
|
|
|
MessageId=0x0073 Facility=System Severity=Error SymbolicName=STATUS_NONE_MAPPED
|
|
Language=English
|
|
None of the information to be translated has been translated.
|
|
.
|
|
|
|
MessageId=0x0074 Facility=System Severity=Error SymbolicName=STATUS_TOO_MANY_LUIDS_REQUESTED
|
|
Language=English
|
|
The number of LUIDs requested may not be allocated with a single allocation.
|
|
.
|
|
|
|
MessageId=0x0075 Facility=System Severity=Error SymbolicName=STATUS_LUIDS_EXHAUSTED
|
|
Language=English
|
|
Indicates there are no more LUIDs to allocate.
|
|
.
|
|
|
|
MessageId=0x0076 Facility=System Severity=Error SymbolicName=STATUS_INVALID_SUB_AUTHORITY
|
|
Language=English
|
|
Indicates the sub-authority value is invalid for the particular use.
|
|
.
|
|
|
|
MessageId=0x0077 Facility=System Severity=Error SymbolicName=STATUS_INVALID_ACL
|
|
Language=English
|
|
Indicates the ACL structure is not valid.
|
|
.
|
|
|
|
MessageId=0x0078 Facility=System Severity=Error SymbolicName=STATUS_INVALID_SID
|
|
Language=English
|
|
Indicates the SID structure is not valid.
|
|
.
|
|
|
|
MessageId=0x0079 Facility=System Severity=Error SymbolicName=STATUS_INVALID_SECURITY_DESCR
|
|
Language=English
|
|
Indicates the SECURITY_DESCRIPTOR structure is not valid.
|
|
.
|
|
|
|
MessageId=0x007A Facility=System Severity=Error SymbolicName=STATUS_PROCEDURE_NOT_FOUND
|
|
Language=English
|
|
Indicates the specified procedure address cannot be found in the DLL.
|
|
.
|
|
|
|
MessageId=0x007B Facility=System Severity=Error SymbolicName=STATUS_INVALID_IMAGE_FORMAT
|
|
Language=English
|
|
{Bad Image}
|
|
The application or DLL %hs is not a valid Windows image. Please check this against your installation diskette.
|
|
.
|
|
|
|
MessageId=0x007C Facility=System Severity=Error SymbolicName=STATUS_NO_TOKEN
|
|
Language=English
|
|
An attempt was made to reference a token that doesn't exist.
|
|
This is typically done by referencing the token associated with a thread when the thread is not impersonating a client.
|
|
.
|
|
|
|
MessageId=0x007D Facility=System Severity=Error SymbolicName=STATUS_BAD_INHERITANCE_ACL
|
|
Language=English
|
|
Indicates that an attempt to build either an inherited ACL or ACE was not successful.
|
|
This can be caused by a number of things. One of the more probable causes is the replacement of a CreatorId with an SID that didn't fit into the ACE or ACL.
|
|
.
|
|
|
|
MessageId=0x007E Facility=System Severity=Error SymbolicName=STATUS_RANGE_NOT_LOCKED
|
|
Language=English
|
|
The range specified in NtUnlockFile was not locked.
|
|
.
|
|
|
|
MessageId=0x007F Facility=System Severity=Error SymbolicName=STATUS_DISK_FULL
|
|
Language=English
|
|
An operation failed because the disk was full.
|
|
.
|
|
|
|
MessageId=0x0080 Facility=System Severity=Error SymbolicName=STATUS_SERVER_DISABLED
|
|
Language=English
|
|
The GUID allocation server is [already] disabled at the moment.
|
|
.
|
|
|
|
MessageId=0x0081 Facility=System Severity=Error SymbolicName=STATUS_SERVER_NOT_DISABLED
|
|
Language=English
|
|
The GUID allocation server is [already] enabled at the moment.
|
|
.
|
|
|
|
MessageId=0x0082 Facility=System Severity=Error SymbolicName=STATUS_TOO_MANY_GUIDS_REQUESTED
|
|
Language=English
|
|
Too many GUIDs were requested from the allocation server at once.
|
|
.
|
|
|
|
MessageId=0x0083 Facility=System Severity=Error SymbolicName=STATUS_GUIDS_EXHAUSTED
|
|
Language=English
|
|
The GUIDs could not be allocated because the Authority Agent was exhausted.
|
|
.
|
|
|
|
MessageId=0x0084 Facility=System Severity=Error SymbolicName=STATUS_INVALID_ID_AUTHORITY
|
|
Language=English
|
|
The value provided was an invalid value for an identifier authority.
|
|
.
|
|
|
|
MessageId=0x0085 Facility=System Severity=Error SymbolicName=STATUS_AGENTS_EXHAUSTED
|
|
Language=English
|
|
There are no more authority agent values available for the given identifier authority value.
|
|
.
|
|
|
|
MessageId=0x0086 Facility=System Severity=Error SymbolicName=STATUS_INVALID_VOLUME_LABEL
|
|
Language=English
|
|
An invalid volume label has been specified.
|
|
.
|
|
|
|
MessageId=0x0087 Facility=System Severity=Error SymbolicName=STATUS_SECTION_NOT_EXTENDED
|
|
Language=English
|
|
A mapped section could not be extended.
|
|
.
|
|
|
|
MessageId=0x0088 Facility=System Severity=Error SymbolicName=STATUS_NOT_MAPPED_DATA
|
|
Language=English
|
|
Specified section to flush does not map a data file.
|
|
.
|
|
|
|
MessageId=0x0089 Facility=System Severity=Error SymbolicName=STATUS_RESOURCE_DATA_NOT_FOUND
|
|
Language=English
|
|
Indicates the specified image file did not contain a resource section.
|
|
.
|
|
|
|
MessageId=0x008A Facility=System Severity=Error SymbolicName=STATUS_RESOURCE_TYPE_NOT_FOUND
|
|
Language=English
|
|
Indicates the specified resource type cannot be found in the image file.
|
|
.
|
|
|
|
MessageId=0x008B Facility=System Severity=Error SymbolicName=STATUS_RESOURCE_NAME_NOT_FOUND
|
|
Language=English
|
|
Indicates the specified resource name cannot be found in the image file.
|
|
.
|
|
|
|
MessageId=0x008C Facility=System Severity=Error SymbolicName=STATUS_ARRAY_BOUNDS_EXCEEDED ;// winnt
|
|
Language=English
|
|
{EXCEPTION}
|
|
Array bounds exceeded.
|
|
.
|
|
|
|
MessageId=0x008D Facility=System Severity=Error SymbolicName=STATUS_FLOAT_DENORMAL_OPERAND ;// winnt
|
|
Language=English
|
|
{EXCEPTION}
|
|
Floating-point denormal operand.
|
|
.
|
|
|
|
MessageId=0x008E Facility=System Severity=Error SymbolicName=STATUS_FLOAT_DIVIDE_BY_ZERO ;// winnt
|
|
Language=English
|
|
{EXCEPTION}
|
|
Floating-point division by zero.
|
|
.
|
|
|
|
MessageId=0x008F Facility=System Severity=Error SymbolicName=STATUS_FLOAT_INEXACT_RESULT ;// winnt
|
|
Language=English
|
|
{EXCEPTION}
|
|
Floating-point inexact result.
|
|
.
|
|
|
|
MessageId=0x0090 Facility=System Severity=Error SymbolicName=STATUS_FLOAT_INVALID_OPERATION ;// winnt
|
|
Language=English
|
|
{EXCEPTION}
|
|
Floating-point invalid operation.
|
|
.
|
|
|
|
MessageId=0x0091 Facility=System Severity=Error SymbolicName=STATUS_FLOAT_OVERFLOW ;// winnt
|
|
Language=English
|
|
{EXCEPTION}
|
|
Floating-point overflow.
|
|
.
|
|
|
|
MessageId=0x0092 Facility=System Severity=Error SymbolicName=STATUS_FLOAT_STACK_CHECK ;// winnt
|
|
Language=English
|
|
{EXCEPTION}
|
|
Floating-point stack check.
|
|
.
|
|
|
|
MessageId=0x0093 Facility=System Severity=Error SymbolicName=STATUS_FLOAT_UNDERFLOW ;// winnt
|
|
Language=English
|
|
{EXCEPTION}
|
|
Floating-point underflow.
|
|
.
|
|
|
|
MessageId=0x0094 Facility=System Severity=Error SymbolicName=STATUS_INTEGER_DIVIDE_BY_ZERO ;// winnt
|
|
Language=English
|
|
{EXCEPTION}
|
|
Integer division by zero.
|
|
.
|
|
|
|
MessageId=0x0095 Facility=System Severity=Error SymbolicName=STATUS_INTEGER_OVERFLOW ;// winnt
|
|
Language=English
|
|
{EXCEPTION}
|
|
Integer overflow.
|
|
.
|
|
|
|
MessageId=0x0096 Facility=System Severity=Error SymbolicName=STATUS_PRIVILEGED_INSTRUCTION ;// winnt
|
|
Language=English
|
|
{EXCEPTION}
|
|
Privileged instruction.
|
|
.
|
|
|
|
MessageId=0x0097 Facility=System Severity=Error SymbolicName=STATUS_TOO_MANY_PAGING_FILES
|
|
Language=English
|
|
An attempt was made to install more paging files than the system supports.
|
|
.
|
|
|
|
MessageId=0x0098 Facility=System Severity=Error SymbolicName=STATUS_FILE_INVALID
|
|
Language=English
|
|
The volume for a file has been externally altered such that the opened file is no longer valid.
|
|
.
|
|
|
|
MessageId=0x0099 Facility=System Severity=Error SymbolicName=STATUS_ALLOTTED_SPACE_EXCEEDED
|
|
Language=English
|
|
When a block of memory is allotted for future updates, such as the memory allocated to hold discretionary access control and primary group information, successive updates may exceed the amount of memory originally allotted.
|
|
Since quota may already have been charged to several processes which have handles to the object, it is not reasonable to alter the size of the allocated memory.
|
|
Instead, a request that requires more memory than has been allotted must fail and the STATUS_ALLOTED_SPACE_EXCEEDED error returned.
|
|
.
|
|
|
|
MessageId=0x009A Facility=System Severity=Error SymbolicName=STATUS_INSUFFICIENT_RESOURCES; // ntsubauth
|
|
Language=English
|
|
Insufficient system resources exist to complete the API.
|
|
.
|
|
|
|
MessageId=0x009B Facility=System Severity=Error SymbolicName=STATUS_DFS_EXIT_PATH_FOUND
|
|
Language=English
|
|
An attempt has been made to open a DFS exit path control file.
|
|
.
|
|
|
|
MessageId=0x009C Facility=System Severity=Error SymbolicName=STATUS_DEVICE_DATA_ERROR
|
|
Language=English
|
|
.
|
|
|
|
MessageId=0x009D Facility=System Severity=Error SymbolicName=STATUS_DEVICE_NOT_CONNECTED
|
|
Language=English
|
|
.
|
|
|
|
MessageId=0x009E Facility=System Severity=Error SymbolicName=STATUS_DEVICE_POWER_FAILURE
|
|
Language=English
|
|
.
|
|
|
|
MessageId=0x009F Facility=System Severity=Error SymbolicName=STATUS_FREE_VM_NOT_AT_BASE
|
|
Language=English
|
|
Virtual memory cannot be freed as base address is not the base of the region and a region size of zero was specified.
|
|
.
|
|
|
|
MessageId=0x00A0 Facility=System Severity=Error SymbolicName=STATUS_MEMORY_NOT_ALLOCATED
|
|
Language=English
|
|
An attempt was made to free virtual memory which is not allocated.
|
|
.
|
|
|
|
MessageId=0x00A1 Facility=System Severity=Error SymbolicName=STATUS_WORKING_SET_QUOTA
|
|
Language=English
|
|
The working set is not big enough to allow the requested pages to be locked.
|
|
.
|
|
|
|
MessageId=0x00A2 Facility=System Severity=Error SymbolicName=STATUS_MEDIA_WRITE_PROTECTED
|
|
Language=English
|
|
{Write Protect Error}
|
|
The disk cannot be written to because it is write protected.
|
|
Please remove the write protection from the volume %hs in drive %hs.
|
|
.
|
|
|
|
MessageId=0x00A3 Facility=System Severity=Error SymbolicName=STATUS_DEVICE_NOT_READY
|
|
Language=English
|
|
{Drive Not Ready}
|
|
The drive is not ready for use; its door may be open.
|
|
Please check drive %hs and make sure that a disk is inserted and that the drive door is closed.
|
|
.
|
|
|
|
MessageId=0x00A4 Facility=System Severity=Error SymbolicName=STATUS_INVALID_GROUP_ATTRIBUTES
|
|
Language=English
|
|
The specified attributes are invalid, or incompatible with the attributes for the group as a whole.
|
|
.
|
|
|
|
MessageId=0x00A5 Facility=System Severity=Error SymbolicName=STATUS_BAD_IMPERSONATION_LEVEL
|
|
Language=English
|
|
A specified impersonation level is invalid.
|
|
Also used to indicate a required impersonation level was not provided.
|
|
.
|
|
|
|
MessageId=0x00A6 Facility=System Severity=Error SymbolicName=STATUS_CANT_OPEN_ANONYMOUS
|
|
Language=English
|
|
An attempt was made to open an Anonymous level token.
|
|
Anonymous tokens may not be opened.
|
|
.
|
|
|
|
MessageId=0x00A7 Facility=System Severity=Error SymbolicName=STATUS_BAD_VALIDATION_CLASS
|
|
Language=English
|
|
The validation information class requested was invalid.
|
|
.
|
|
|
|
MessageId=0x00A8 Facility=System Severity=Error SymbolicName=STATUS_BAD_TOKEN_TYPE
|
|
Language=English
|
|
The type of a token object is inappropriate for its attempted use.
|
|
.
|
|
|
|
MessageId=0x00A9 Facility=System Severity=Error SymbolicName=STATUS_BAD_MASTER_BOOT_RECORD
|
|
Language=English
|
|
The type of a token object is inappropriate for its attempted use.
|
|
.
|
|
|
|
MessageId=0x00AA Facility=System Severity=Error SymbolicName=STATUS_INSTRUCTION_MISALIGNMENT
|
|
Language=English
|
|
An attempt was made to execute an instruction at an unaligned address and the host system does not support unaligned instruction references.
|
|
.
|
|
|
|
MessageId=0x00AB Facility=System Severity=Error SymbolicName=STATUS_INSTANCE_NOT_AVAILABLE
|
|
Language=English
|
|
The maximum named pipe instance count has been reached.
|
|
.
|
|
|
|
MessageId=0x00AC Facility=System Severity=Error SymbolicName=STATUS_PIPE_NOT_AVAILABLE
|
|
Language=English
|
|
An instance of a named pipe cannot be found in the listening state.
|
|
.
|
|
|
|
MessageId=0x00AD Facility=System Severity=Error SymbolicName=STATUS_INVALID_PIPE_STATE
|
|
Language=English
|
|
The named pipe is not in the connected or closing state.
|
|
.
|
|
|
|
MessageId=0x00AE Facility=System Severity=Error SymbolicName=STATUS_PIPE_BUSY
|
|
Language=English
|
|
The specified pipe is set to complete operations and there are current I/O operations queued so it cannot be changed to queue operations.
|
|
.
|
|
|
|
MessageId=0x00AF Facility=System Severity=Error SymbolicName=STATUS_ILLEGAL_FUNCTION
|
|
Language=English
|
|
The specified handle is not open to the server end of the named pipe.
|
|
.
|
|
|
|
MessageId=0x00B0 Facility=System Severity=Error SymbolicName=STATUS_PIPE_DISCONNECTED
|
|
Language=English
|
|
The specified named pipe is in the disconnected state.
|
|
.
|
|
|
|
MessageId=0x00B1 Facility=System Severity=Error SymbolicName=STATUS_PIPE_CLOSING
|
|
Language=English
|
|
The specified named pipe is in the closing state.
|
|
.
|
|
|
|
MessageId=0x00B2 Facility=System Severity=Error SymbolicName=STATUS_PIPE_CONNECTED
|
|
Language=English
|
|
The specified named pipe is in the connected state.
|
|
.
|
|
|
|
MessageId=0x00B3 Facility=System Severity=Error SymbolicName=STATUS_PIPE_LISTENING
|
|
Language=English
|
|
The specified named pipe is in the listening state.
|
|
.
|
|
|
|
MessageId=0x00B4 Facility=System Severity=Error SymbolicName=STATUS_INVALID_READ_MODE
|
|
Language=English
|
|
The specified named pipe is not in message mode.
|
|
.
|
|
|
|
MessageId=0x00B5 Facility=System Severity=Error SymbolicName=STATUS_IO_TIMEOUT
|
|
Language=English
|
|
{Device Timeout}
|
|
The specified I/O operation on %hs was not completed before the time-out period expired.
|
|
.
|
|
|
|
MessageId=0x00B6 Facility=System Severity=Error SymbolicName=STATUS_FILE_FORCED_CLOSED
|
|
Language=English
|
|
The specified file has been closed by another process.
|
|
.
|
|
|
|
MessageId=0x00B7 Facility=System Severity=Error SymbolicName=STATUS_PROFILING_NOT_STARTED
|
|
Language=English
|
|
Profiling not started.
|
|
.
|
|
|
|
MessageId=0x00B8 Facility=System Severity=Error SymbolicName=STATUS_PROFILING_NOT_STOPPED
|
|
Language=English
|
|
Profiling not stopped.
|
|
.
|
|
|
|
MessageId=0x00B9 Facility=System Severity=Error SymbolicName=STATUS_COULD_NOT_INTERPRET
|
|
Language=English
|
|
The passed ACL did not contain the minimum required information.
|
|
.
|
|
|
|
MessageId=0x00BA Facility=System Severity=Error SymbolicName=STATUS_FILE_IS_A_DIRECTORY
|
|
Language=English
|
|
The file that was specified as a target is a directory and the caller specified that it could be anything but a directory.
|
|
.
|
|
|
|
;//
|
|
;// Network specific errors.
|
|
;//
|
|
;//
|
|
|
|
MessageId=0x00BB Facility=System Severity=Error SymbolicName=STATUS_NOT_SUPPORTED
|
|
Language=English
|
|
The request is not supported.
|
|
.
|
|
|
|
MessageId=0x00BC Facility=System Severity=Error SymbolicName=STATUS_REMOTE_NOT_LISTENING
|
|
Language=English
|
|
This remote computer is not listening.
|
|
.
|
|
|
|
MessageId=0x00BD Facility=System Severity=Error SymbolicName=STATUS_DUPLICATE_NAME
|
|
Language=English
|
|
A duplicate name exists on the network.
|
|
.
|
|
|
|
MessageId=0x00BE Facility=System Severity=Error SymbolicName=STATUS_BAD_NETWORK_PATH
|
|
Language=English
|
|
The network path cannot be located.
|
|
.
|
|
|
|
MessageId=0x00BF Facility=System Severity=Error SymbolicName=STATUS_NETWORK_BUSY
|
|
Language=English
|
|
The network is busy.
|
|
.
|
|
|
|
MessageId=0x00C0 Facility=System Severity=Error SymbolicName=STATUS_DEVICE_DOES_NOT_EXIST
|
|
Language=English
|
|
This device does not exist.
|
|
.
|
|
|
|
MessageId=0x00C1 Facility=System Severity=Error SymbolicName=STATUS_TOO_MANY_COMMANDS
|
|
Language=English
|
|
The network BIOS command limit has been reached.
|
|
.
|
|
|
|
MessageId=0x00C2 Facility=System Severity=Error SymbolicName=STATUS_ADAPTER_HARDWARE_ERROR
|
|
Language=English
|
|
An I/O adapter hardware error has occurred.
|
|
.
|
|
|
|
MessageId=0x00C3 Facility=System Severity=Error SymbolicName=STATUS_INVALID_NETWORK_RESPONSE
|
|
Language=English
|
|
The network responded incorrectly.
|
|
.
|
|
|
|
MessageId=0x00C4 Facility=System Severity=Error SymbolicName=STATUS_UNEXPECTED_NETWORK_ERROR
|
|
Language=English
|
|
An unexpected network error occurred.
|
|
.
|
|
|
|
MessageId=0x00C5 Facility=System Severity=Error SymbolicName=STATUS_BAD_REMOTE_ADAPTER
|
|
Language=English
|
|
The remote adapter is not compatible.
|
|
.
|
|
|
|
MessageId=0x00C6 Facility=System Severity=Error SymbolicName=STATUS_PRINT_QUEUE_FULL
|
|
Language=English
|
|
The printer queue is full.
|
|
.
|
|
|
|
MessageId=0x00C7 Facility=System Severity=Error SymbolicName=STATUS_NO_SPOOL_SPACE
|
|
Language=English
|
|
Space to store the file waiting to be printed is not available on the server.
|
|
.
|
|
|
|
MessageId=0x00C8 Facility=System Severity=Error SymbolicName=STATUS_PRINT_CANCELLED
|
|
Language=English
|
|
The requested print file has been canceled.
|
|
.
|
|
|
|
MessageId=0x00C9 Facility=System Severity=Error SymbolicName=STATUS_NETWORK_NAME_DELETED
|
|
Language=English
|
|
The network name was deleted.
|
|
.
|
|
|
|
MessageId=0x00CA Facility=System Severity=Error SymbolicName=STATUS_NETWORK_ACCESS_DENIED
|
|
Language=English
|
|
Network access is denied.
|
|
.
|
|
|
|
MessageId=0x00CB Facility=System Severity=Error SymbolicName=STATUS_BAD_DEVICE_TYPE
|
|
Language=English
|
|
{Incorrect Network Resource Type}
|
|
The specified device type (LPT, for example) conflicts with the actual device type on the remote resource.
|
|
.
|
|
|
|
MessageId=0x00CC Facility=System Severity=Error SymbolicName=STATUS_BAD_NETWORK_NAME
|
|
Language=English
|
|
{Network Name Not Found}
|
|
The specified share name cannot be found on the remote server.
|
|
.
|
|
|
|
MessageId=0x00CD Facility=System Severity=Error SymbolicName=STATUS_TOO_MANY_NAMES
|
|
Language=English
|
|
The name limit for the local computer network adapter card was exceeded.
|
|
.
|
|
|
|
MessageId=0x00CE Facility=System Severity=Error SymbolicName=STATUS_TOO_MANY_SESSIONS
|
|
Language=English
|
|
The network BIOS session limit was exceeded.
|
|
.
|
|
|
|
MessageId=0x00CF Facility=System Severity=Error SymbolicName=STATUS_SHARING_PAUSED
|
|
Language=English
|
|
File sharing has been temporarily paused.
|
|
.
|
|
|
|
MessageId=0x00D0 Facility=System Severity=Error SymbolicName=STATUS_REQUEST_NOT_ACCEPTED
|
|
Language=English
|
|
No more connections can be made to this remote computer at this time because there are already as many connections as the computer can accept.
|
|
.
|
|
|
|
MessageId=0x00D1 Facility=System Severity=Error SymbolicName=STATUS_REDIRECTOR_PAUSED
|
|
Language=English
|
|
Print or disk redirection is temporarily paused.
|
|
.
|
|
|
|
MessageId=0x00D2 Facility=System Severity=Error SymbolicName=STATUS_NET_WRITE_FAULT
|
|
Language=English
|
|
A network data fault occurred.
|
|
.
|
|
|
|
MessageId=0x00D3 Facility=System Severity=Error SymbolicName=STATUS_PROFILING_AT_LIMIT
|
|
Language=English
|
|
The number of active profiling objects is at the maximum and no more may be started.
|
|
.
|
|
|
|
MessageId=0x00D4 Facility=System Severity=Error SymbolicName=STATUS_NOT_SAME_DEVICE
|
|
Language=English
|
|
{Incorrect Volume}
|
|
The target file of a rename request is located on a different device than the source of the rename request.
|
|
.
|
|
|
|
MessageId=0x00D5 Facility=System Severity=Error SymbolicName=STATUS_FILE_RENAMED
|
|
Language=English
|
|
The file specified has been renamed and thus cannot be modified.
|
|
.
|
|
|
|
MessageId=0x00D6 Facility=System Severity=Error SymbolicName=STATUS_VIRTUAL_CIRCUIT_CLOSED
|
|
Language=English
|
|
{Network Request Timeout}
|
|
The session with a remote server has been disconnected because the time-out interval for a request has expired.
|
|
.
|
|
|
|
MessageId=0x00D7 Facility=System Severity=Error SymbolicName=STATUS_NO_SECURITY_ON_OBJECT
|
|
Language=English
|
|
Indicates an attempt was made to operate on the security of an object that does not have security associated with it.
|
|
.
|
|
|
|
MessageId=0x00D8 Facility=System Severity=Error SymbolicName=STATUS_CANT_WAIT
|
|
Language=English
|
|
Used to indicate that an operation cannot continue without blocking for I/O.
|
|
.
|
|
|
|
MessageId=0x00D9 Facility=System Severity=Error SymbolicName=STATUS_PIPE_EMPTY
|
|
Language=English
|
|
Used to indicate that a read operation was done on an empty pipe.
|
|
.
|
|
|
|
MessageId=0x00DA Facility=System Severity=Error SymbolicName=STATUS_CANT_ACCESS_DOMAIN_INFO
|
|
Language=English
|
|
Configuration information could not be read from the domain controller, either because the machine is unavailable, or access has been denied.
|
|
.
|
|
|
|
MessageId=0x00DB Facility=System Severity=Error SymbolicName=STATUS_CANT_TERMINATE_SELF
|
|
Language=English
|
|
Indicates that a thread attempted to terminate itself by default (called NtTerminateThread with NULL) and it was the last thread in the current process.
|
|
.
|
|
|
|
MessageId=0x00DC Facility=System Severity=Error SymbolicName=STATUS_INVALID_SERVER_STATE
|
|
Language=English
|
|
Indicates the Sam Server was in the wrong state to perform the desired operation.
|
|
.
|
|
|
|
MessageId=0x00DD Facility=System Severity=Error SymbolicName=STATUS_INVALID_DOMAIN_STATE
|
|
Language=English
|
|
Indicates the Domain was in the wrong state to perform the desired operation.
|
|
.
|
|
|
|
MessageId=0x00DE Facility=System Severity=Error SymbolicName=STATUS_INVALID_DOMAIN_ROLE
|
|
Language=English
|
|
This operation is only allowed for the Primary Domain Controller of the domain.
|
|
.
|
|
|
|
MessageId=0x00DF Facility=System Severity=Error SymbolicName=STATUS_NO_SUCH_DOMAIN
|
|
Language=English
|
|
The specified Domain did not exist.
|
|
.
|
|
|
|
MessageId=0x00E0 Facility=System Severity=Error SymbolicName=STATUS_DOMAIN_EXISTS
|
|
Language=English
|
|
The specified Domain already exists.
|
|
.
|
|
|
|
MessageId=0x00E1 Facility=System Severity=Error SymbolicName=STATUS_DOMAIN_LIMIT_EXCEEDED
|
|
Language=English
|
|
An attempt was made to exceed the limit on the number of domains per server for this release.
|
|
.
|
|
|
|
MessageId=0x00E2 Facility=System Severity=Error SymbolicName=STATUS_OPLOCK_NOT_GRANTED
|
|
Language=English
|
|
Error status returned when oplock request is denied.
|
|
.
|
|
|
|
MessageId=0x00E3 Facility=System Severity=Error SymbolicName=STATUS_INVALID_OPLOCK_PROTOCOL
|
|
Language=English
|
|
Error status returned when an invalid oplock acknowledgment is received by a file system.
|
|
.
|
|
|
|
MessageId=0x00E4 Facility=System Severity=Error SymbolicName=STATUS_INTERNAL_DB_CORRUPTION
|
|
Language=English
|
|
This error indicates that the requested operation cannot be completed due to a catastrophic media failure or on-disk data structure corruption.
|
|
.
|
|
|
|
MessageId=0x00E5 Facility=System Severity=Error SymbolicName=STATUS_INTERNAL_ERROR
|
|
Language=English
|
|
An internal error occurred.
|
|
.
|
|
|
|
MessageId=0x00E6 Facility=System Severity=Error SymbolicName=STATUS_GENERIC_NOT_MAPPED
|
|
Language=English
|
|
Indicates generic access types were contained in an access mask which should already be mapped to non-generic access types.
|
|
.
|
|
|
|
MessageId=0x00E7 Facility=System Severity=Error SymbolicName=STATUS_BAD_DESCRIPTOR_FORMAT
|
|
Language=English
|
|
Indicates a security descriptor is not in the necessary format (absolute or self-relative).
|
|
.
|
|
|
|
;//
|
|
;// Status codes raised by the Cache Manager which must be considered as
|
|
;// "expected" by its callers.
|
|
;//
|
|
|
|
MessageId=0x00E8 Facility=System Severity=Error SymbolicName=STATUS_INVALID_USER_BUFFER
|
|
Language=English
|
|
An access to a user buffer failed at an "expected" point in time.
|
|
This code is defined since the caller does not want to accept STATUS_ACCESS_VIOLATION in its filter.
|
|
.
|
|
|
|
MessageId=0x00E9 Facility=System Severity=Error SymbolicName=STATUS_UNEXPECTED_IO_ERROR
|
|
Language=English
|
|
If an I/O error is returned which is not defined in the standard FsRtl filter, it is converted to the following error which is guaranteed to be in the filter.
|
|
In this case information is lost, however, the filter correctly handles the exception.
|
|
.
|
|
|
|
MessageId=0x00EA Facility=System Severity=Error SymbolicName=STATUS_UNEXPECTED_MM_CREATE_ERR
|
|
Language=English
|
|
If an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter.
|
|
In this case information is lost, however, the filter correctly handles the exception.
|
|
.
|
|
|
|
MessageId=0x00EB Facility=System Severity=Error SymbolicName=STATUS_UNEXPECTED_MM_MAP_ERROR
|
|
Language=English
|
|
If an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter.
|
|
In this case information is lost, however, the filter correctly handles the exception.
|
|
.
|
|
|
|
MessageId=0x00EC Facility=System Severity=Error SymbolicName=STATUS_UNEXPECTED_MM_EXTEND_ERR
|
|
Language=English
|
|
If an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter.
|
|
In this case information is lost, however, the filter correctly handles the exception.
|
|
.
|
|
|
|
MessageId=0x00ED Facility=System Severity=Error SymbolicName=STATUS_NOT_LOGON_PROCESS
|
|
Language=English
|
|
The requested action is restricted for use by logon processes only. The calling process has not registered as a logon process.
|
|
.
|
|
|
|
MessageId=0x00EE Facility=System Severity=Error SymbolicName=STATUS_LOGON_SESSION_EXISTS
|
|
Language=English
|
|
An attempt has been made to start a new session manager or LSA logon session with an ID that is already in use.
|
|
.
|
|
|
|
MessageId=0x00EF Facility=System Severity=Error SymbolicName=STATUS_INVALID_PARAMETER_1
|
|
Language=English
|
|
An invalid parameter was passed to a service or function as the first argument.
|
|
.
|
|
|
|
MessageId=0x00F0 Facility=System Severity=Error SymbolicName=STATUS_INVALID_PARAMETER_2
|
|
Language=English
|
|
An invalid parameter was passed to a service or function as the second argument.
|
|
.
|
|
|
|
MessageId=0x00F1 Facility=System Severity=Error SymbolicName=STATUS_INVALID_PARAMETER_3
|
|
Language=English
|
|
An invalid parameter was passed to a service or function as the third argument.
|
|
.
|
|
|
|
MessageId=0x00F2 Facility=System Severity=Error SymbolicName=STATUS_INVALID_PARAMETER_4
|
|
Language=English
|
|
An invalid parameter was passed to a service or function as the fourth argument.
|
|
.
|
|
|
|
MessageId=0x00F3 Facility=System Severity=Error SymbolicName=STATUS_INVALID_PARAMETER_5
|
|
Language=English
|
|
An invalid parameter was passed to a service or function as the fifth argument.
|
|
.
|
|
|
|
MessageId=0x00F4 Facility=System Severity=Error SymbolicName=STATUS_INVALID_PARAMETER_6
|
|
Language=English
|
|
An invalid parameter was passed to a service or function as the sixth argument.
|
|
.
|
|
|
|
MessageId=0x00F5 Facility=System Severity=Error SymbolicName=STATUS_INVALID_PARAMETER_7
|
|
Language=English
|
|
An invalid parameter was passed to a service or function as the seventh argument.
|
|
.
|
|
|
|
MessageId=0x00F6 Facility=System Severity=Error SymbolicName=STATUS_INVALID_PARAMETER_8
|
|
Language=English
|
|
An invalid parameter was passed to a service or function as the eighth argument.
|
|
.
|
|
|
|
MessageId=0x00F7 Facility=System Severity=Error SymbolicName=STATUS_INVALID_PARAMETER_9
|
|
Language=English
|
|
An invalid parameter was passed to a service or function as the ninth argument.
|
|
.
|
|
|
|
MessageId=0x00F8 Facility=System Severity=Error SymbolicName=STATUS_INVALID_PARAMETER_10
|
|
Language=English
|
|
An invalid parameter was passed to a service or function as the tenth argument.
|
|
.
|
|
|
|
MessageId=0x00F9 Facility=System Severity=Error SymbolicName=STATUS_INVALID_PARAMETER_11
|
|
Language=English
|
|
An invalid parameter was passed to a service or function as the eleventh argument.
|
|
.
|
|
|
|
MessageId=0x00FA Facility=System Severity=Error SymbolicName=STATUS_INVALID_PARAMETER_12
|
|
Language=English
|
|
An invalid parameter was passed to a service or function as the twelfth argument.
|
|
.
|
|
|
|
MessageId=0x00FB Facility=System Severity=Error SymbolicName=STATUS_REDIRECTOR_NOT_STARTED
|
|
Language=English
|
|
An attempt was made to access a network file, but the network software was not yet started.
|
|
.
|
|
|
|
MessageId=0x00FC Facility=System Severity=Error SymbolicName=STATUS_REDIRECTOR_STARTED
|
|
Language=English
|
|
An attempt was made to start the redirector, but the redirector has already been started.
|
|
.
|
|
|
|
MessageId=0x00FD Facility=System Severity=Error SymbolicName=STATUS_STACK_OVERFLOW ;// winnt
|
|
Language=English
|
|
A new guard page for the stack cannot be created.
|
|
.
|
|
|
|
MessageId=0x00FE Facility=System Severity=Error SymbolicName=STATUS_NO_SUCH_PACKAGE
|
|
Language=English
|
|
A specified authentication package is unknown.
|
|
.
|
|
|
|
MessageId=0x00FF Facility=System Severity=Error SymbolicName=STATUS_BAD_FUNCTION_TABLE
|
|
Language=English
|
|
A malformed function table was encountered during an unwind operation.
|
|
.
|
|
|
|
MessageId=0x0100 Facility=System Severity=Error SymbolicName=STATUS_VARIABLE_NOT_FOUND
|
|
Language=English
|
|
Indicates the specified environment variable name was not found in the specified environment block.
|
|
.
|
|
|
|
MessageId=0x0101 Facility=System Severity=Error SymbolicName=STATUS_DIRECTORY_NOT_EMPTY
|
|
Language=English
|
|
Indicates that the directory trying to be deleted is not empty.
|
|
.
|
|
|
|
MessageId=0x0102 Facility=System Severity=Error SymbolicName=STATUS_FILE_CORRUPT_ERROR
|
|
Language=English
|
|
{Corrupt File}
|
|
The file or directory %hs is corrupt and unreadable.
|
|
Please run the Chkdsk utility.
|
|
.
|
|
|
|
MessageId=0x0103 Facility=System Severity=Error SymbolicName=STATUS_NOT_A_DIRECTORY
|
|
Language=English
|
|
A requested opened file is not a directory.
|
|
.
|
|
|
|
MessageId=0x0104 Facility=System Severity=Error SymbolicName=STATUS_BAD_LOGON_SESSION_STATE
|
|
Language=English
|
|
The logon session is not in a state that is consistent with the requested operation.
|
|
.
|
|
|
|
MessageId=0x0105 Facility=System Severity=Error SymbolicName=STATUS_LOGON_SESSION_COLLISION
|
|
Language=English
|
|
An internal LSA error has occurred. An authentication package has requested the creation of a Logon Session but the ID of an already existing Logon Session has been specified.
|
|
.
|
|
|
|
MessageId=0x0106 Facility=System Severity=Error SymbolicName=STATUS_NAME_TOO_LONG
|
|
Language=English
|
|
A specified name string is too long for its intended use.
|
|
.
|
|
|
|
MessageId=0x0107 Facility=System Severity=Error SymbolicName=STATUS_FILES_OPEN
|
|
Language=English
|
|
The user attempted to force close the files on a redirected drive, but there were opened files on the drive, and the user did not specify a sufficient level of force.
|
|
.
|
|
|
|
MessageId=0x0108 Facility=System Severity=Error SymbolicName=STATUS_CONNECTION_IN_USE
|
|
Language=English
|
|
The user attempted to force close the files on a redirected drive, but there were opened directories on the drive, and the user did not specify a sufficient level of force.
|
|
.
|
|
|
|
MessageId=0x0109 Facility=System Severity=Error SymbolicName=STATUS_MESSAGE_NOT_FOUND
|
|
Language=English
|
|
RtlFindMessage could not locate the requested message ID in the message table resource.
|
|
.
|
|
|
|
MessageId=0x010A Facility=System Severity=Error SymbolicName=STATUS_PROCESS_IS_TERMINATING
|
|
Language=English
|
|
An attempt was made to duplicate an object handle into or out of an exiting process.
|
|
.
|
|
|
|
MessageId=0x010B Facility=System Severity=Error SymbolicName=STATUS_INVALID_LOGON_TYPE
|
|
Language=English
|
|
Indicates an invalid value has been provided for the LogonType requested.
|
|
.
|
|
|
|
MessageId=0x010C Facility=System Severity=Error SymbolicName=STATUS_NO_GUID_TRANSLATION
|
|
Language=English
|
|
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.
|
|
.
|
|
|
|
MessageId=0x010D Facility=System Severity=Error SymbolicName=STATUS_CANNOT_IMPERSONATE
|
|
Language=English
|
|
Indicates that an attempt has been made to impersonate via a named pipe that has not yet been read from.
|
|
.
|
|
|
|
MessageId=0x010E Facility=System Severity=Error SymbolicName=STATUS_IMAGE_ALREADY_LOADED
|
|
Language=English
|
|
Indicates that the specified image is already loaded.
|
|
.
|
|
|
|
;
|
|
;//
|
|
;// ============================================================
|
|
;// NOTE: The following ABIOS error code should be reserved on
|
|
;// non ABIOS kernel. Eventually, I will remove the ifdef
|
|
;// ABIOS.
|
|
;// ============================================================
|
|
;//
|
|
|
|
MessageId=0x010F Facility=System Severity=Error SymbolicName=STATUS_ABIOS_NOT_PRESENT
|
|
Language=English
|
|
.
|
|
|
|
MessageId=0x0110 Facility=System Severity=Error SymbolicName=STATUS_ABIOS_LID_NOT_EXIST
|
|
Language=English
|
|
.
|
|
|
|
MessageId=0x0111 Facility=System Severity=Error SymbolicName=STATUS_ABIOS_LID_ALREADY_OWNED
|
|
Language=English
|
|
.
|
|
|
|
MessageId=0x0112 Facility=System Severity=Error SymbolicName=STATUS_ABIOS_NOT_LID_OWNER
|
|
Language=English
|
|
.
|
|
|
|
MessageId=0x0113 Facility=System Severity=Error SymbolicName=STATUS_ABIOS_INVALID_COMMAND
|
|
Language=English
|
|
.
|
|
|
|
MessageId=0x0114 Facility=System Severity=Error SymbolicName=STATUS_ABIOS_INVALID_LID
|
|
Language=English
|
|
.
|
|
|
|
MessageId=0x0115 Facility=System Severity=Error SymbolicName=STATUS_ABIOS_SELECTOR_NOT_AVAILABLE
|
|
Language=English
|
|
.
|
|
|
|
MessageId=0x0116 Facility=System Severity=Error SymbolicName=STATUS_ABIOS_INVALID_SELECTOR
|
|
Language=English
|
|
.
|
|
|
|
MessageId=0x0117 Facility=System Severity=Error SymbolicName=STATUS_NO_LDT
|
|
Language=English
|
|
Indicates that an attempt was made to change the size of the LDT for a process that has no LDT.
|
|
.
|
|
|
|
MessageId=0x0118 Facility=System Severity=Error SymbolicName=STATUS_INVALID_LDT_SIZE
|
|
Language=English
|
|
Indicates that an attempt was made to grow an LDT by setting its size, or that the size was not an even number of selectors.
|
|
.
|
|
|
|
MessageId=0x0119 Facility=System Severity=Error SymbolicName=STATUS_INVALID_LDT_OFFSET
|
|
Language=English
|
|
Indicates that the starting value for the LDT information was not an integral multiple of the selector size.
|
|
.
|
|
|
|
MessageId=0x011A Facility=System Severity=Error SymbolicName=STATUS_INVALID_LDT_DESCRIPTOR
|
|
Language=English
|
|
Indicates that the user supplied an invalid descriptor when trying to set up Ldt descriptors.
|
|
.
|
|
|
|
MessageId=0x011B Facility=System Severity=Error SymbolicName=STATUS_INVALID_IMAGE_NE_FORMAT
|
|
Language=English
|
|
The specified image file did not have the correct format. It appears to be NE format.
|
|
.
|
|
|
|
MessageId=0x011C Facility=System Severity=Error SymbolicName=STATUS_RXACT_INVALID_STATE
|
|
Language=English
|
|
Indicates that the transaction state of a registry sub-tree is incompatible with the requested operation.
|
|
For example, a request has been made to start a new transaction with one already in progress,
|
|
or a request has been made to apply a transaction when one is not currently in progress.
|
|
.
|
|
|
|
MessageId=0x011D Facility=System Severity=Error SymbolicName=STATUS_RXACT_COMMIT_FAILURE
|
|
Language=English
|
|
Indicates an error has occurred during a registry transaction commit.
|
|
The database has been left in an unknown, but probably inconsistent, state.
|
|
The state of the registry transaction is left as COMMITTING.
|
|
.
|
|
|
|
MessageId=0x011E Facility=System Severity=Error SymbolicName=STATUS_MAPPED_FILE_SIZE_ZERO
|
|
Language=English
|
|
An attempt was made to map a file of size zero with the maximum size specified as zero.
|
|
.
|
|
|
|
MessageId=0x011F Facility=System Severity=Error SymbolicName=STATUS_TOO_MANY_OPENED_FILES
|
|
Language=English
|
|
Too many files are opened on a remote server.
|
|
This error should only be returned by the Windows redirector on a remote drive.
|
|
.
|
|
|
|
MessageId=0x0120 Facility=System Severity=Error SymbolicName=STATUS_CANCELLED
|
|
Language=English
|
|
The I/O request was canceled.
|
|
.
|
|
|
|
MessageId=0x0121 Facility=System Severity=Error SymbolicName=STATUS_CANNOT_DELETE
|
|
Language=English
|
|
An attempt has been made to remove a file or directory that cannot be deleted.
|
|
.
|
|
|
|
MessageId=0x0122 Facility=System Severity=Error SymbolicName=STATUS_INVALID_COMPUTER_NAME
|
|
Language=English
|
|
Indicates a name specified as a remote computer name is syntactically invalid.
|
|
.
|
|
|
|
MessageId=0x0123 Facility=System Severity=Error SymbolicName=STATUS_FILE_DELETED
|
|
Language=English
|
|
An I/O request other than close was performed on a file after it has been deleted,
|
|
which can only happen to a request which did not complete before the last handle was closed via NtClose.
|
|
.
|
|
|
|
MessageId=0x0124 Facility=System Severity=Error SymbolicName=STATUS_SPECIAL_ACCOUNT
|
|
Language=English
|
|
Indicates an operation has been attempted on a built-in (special) SAM account which is incompatible with built-in accounts.
|
|
For example, built-in accounts cannot be deleted.
|
|
.
|
|
|
|
MessageId=0x0125 Facility=System Severity=Error SymbolicName=STATUS_SPECIAL_GROUP
|
|
Language=English
|
|
The operation requested may not be performed on the specified group because it is a built-in special group.
|
|
.
|
|
|
|
MessageId=0x0126 Facility=System Severity=Error SymbolicName=STATUS_SPECIAL_USER
|
|
Language=English
|
|
The operation requested may not be performed on the specified user because it is a built-in special user.
|
|
.
|
|
|
|
MessageId=0x0127 Facility=System Severity=Error SymbolicName=STATUS_MEMBERS_PRIMARY_GROUP
|
|
Language=English
|
|
Indicates a member cannot be removed from a group because the group is currently the member's primary group.
|
|
.
|
|
|
|
MessageId=0x0128 Facility=System Severity=Error SymbolicName=STATUS_FILE_CLOSED
|
|
Language=English
|
|
An I/O request other than close and several other special case operations was attempted using a file object that had already been closed.
|
|
.
|
|
|
|
MessageId=0x0129 Facility=System Severity=Error SymbolicName=STATUS_TOO_MANY_THREADS
|
|
Language=English
|
|
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.
|
|
.
|
|
|
|
MessageId=0x012A Facility=System Severity=Error SymbolicName=STATUS_THREAD_NOT_IN_PROCESS
|
|
Language=English
|
|
An attempt was made to operate on a thread within a specific process, but the thread specified is not in the process specified.
|
|
.
|
|
|
|
MessageId=0x012B Facility=System Severity=Error SymbolicName=STATUS_TOKEN_ALREADY_IN_USE
|
|
Language=English
|
|
An attempt was made to establish a token for use as a primary token but the token is already in use. A token can only be the primary token of one process at a time.
|
|
.
|
|
|
|
MessageId=0x012C Facility=System Severity=Error SymbolicName=STATUS_PAGEFILE_QUOTA_EXCEEDED
|
|
Language=English
|
|
Page file quota was exceeded.
|
|
.
|
|
|
|
MessageId=0x012D Facility=System Severity=Error SymbolicName=STATUS_COMMITMENT_LIMIT
|
|
Language=English
|
|
{Out of Virtual Memory}
|
|
Your system is low on virtual memory. To ensure that Windows runs properly, increase the size of your virtual memory paging file. For more information, see Help.
|
|
.
|
|
|
|
MessageId=0x012E Facility=System Severity=Error SymbolicName=STATUS_INVALID_IMAGE_LE_FORMAT
|
|
Language=English
|
|
The specified image file did not have the correct format, it appears to be LE format.
|
|
.
|
|
|
|
MessageId=0x012F Facility=System Severity=Error SymbolicName=STATUS_INVALID_IMAGE_NOT_MZ
|
|
Language=English
|
|
The specified image file did not have the correct format, it did not have an initial MZ.
|
|
.
|
|
|
|
MessageId=0x0130 Facility=System Severity=Error SymbolicName=STATUS_INVALID_IMAGE_PROTECT
|
|
Language=English
|
|
The specified image file did not have the correct format, it did not have a proper e_lfarlc in the MZ header.
|
|
.
|
|
|
|
MessageId=0x0131 Facility=System Severity=Error SymbolicName=STATUS_INVALID_IMAGE_WIN_16
|
|
Language=English
|
|
The specified image file did not have the correct format, it appears to be a 16-bit Windows image.
|
|
.
|
|
|
|
MessageId=0x0132 Facility=System Severity=Error SymbolicName=STATUS_LOGON_SERVER_CONFLICT
|
|
Language=English
|
|
The Netlogon service cannot start because another Netlogon service running in the domain conflicts with the specified role.
|
|
.
|
|
|
|
MessageId=0x0133 Facility=System Severity=Error SymbolicName=STATUS_TIME_DIFFERENCE_AT_DC
|
|
Language=English
|
|
The time at the Primary Domain Controller is different than the time at the Backup Domain Controller or member server by too large an amount.
|
|
.
|
|
|
|
MessageId=0x0134 Facility=System Severity=Error SymbolicName=STATUS_SYNCHRONIZATION_REQUIRED
|
|
Language=English
|
|
The SAM database on a Windows Server is significantly out of synchronization with the copy on the Domain Controller. A complete synchronization is required.
|
|
.
|
|
|
|
MessageId=0x0135 Facility=System Severity=Error SymbolicName=STATUS_DLL_NOT_FOUND
|
|
Language=English
|
|
{Unable To Locate Component}
|
|
This application has failed to start because %hs was not found. Re-installing the application may fix this problem.
|
|
.
|
|
|
|
MessageId=0x0136 Facility=System Severity=Error SymbolicName=STATUS_OPEN_FAILED
|
|
Language=English
|
|
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.
|
|
.
|
|
|
|
MessageId=0x0137 Facility=System Severity=Error SymbolicName=STATUS_IO_PRIVILEGE_FAILED
|
|
Language=English
|
|
{Privilege Failed}
|
|
The I/O permissions for the process could not be changed.
|
|
.
|
|
|
|
MessageId=0x0138 Facility=System Severity=Error SymbolicName=STATUS_ORDINAL_NOT_FOUND
|
|
Language=English
|
|
{Ordinal Not Found}
|
|
The ordinal %ld could not be located in the dynamic link library %hs.
|
|
.
|
|
|
|
MessageId=0x0139 Facility=System Severity=Error SymbolicName=STATUS_ENTRYPOINT_NOT_FOUND
|
|
Language=English
|
|
{Entry Point Not Found}
|
|
The procedure entry point %hs could not be located in the dynamic link library %hs.
|
|
.
|
|
|
|
MessageId=0x013A Facility=System Severity=Error SymbolicName=STATUS_CONTROL_C_EXIT ;// winnt
|
|
Language=English
|
|
{Application Exit by CTRL+C}
|
|
The application terminated as a result of a CTRL+C.
|
|
.
|
|
|
|
MessageId=0x013B Facility=System Severity=Error SymbolicName=STATUS_LOCAL_DISCONNECT
|
|
Language=English
|
|
{Virtual Circuit Closed}
|
|
The network transport on your computer has closed a network connection. There may or may not be I/O requests outstanding.
|
|
.
|
|
|
|
MessageId=0x013C Facility=System Severity=Error SymbolicName=STATUS_REMOTE_DISCONNECT
|
|
Language=English
|
|
{Virtual Circuit Closed}
|
|
The network transport on a remote computer has closed a network connection. There may or may not be I/O requests outstanding.
|
|
.
|
|
|
|
MessageId=0x013D Facility=System Severity=Error SymbolicName=STATUS_REMOTE_RESOURCES
|
|
Language=English
|
|
{Insufficient Resources on Remote Computer}
|
|
The remote computer has insufficient resources to complete the network request. For instance, there may not be enough memory available on the remote computer to carry out the request at this time.
|
|
.
|
|
|
|
MessageId=0x013E Facility=System Severity=Error SymbolicName=STATUS_LINK_FAILED
|
|
Language=English
|
|
{Virtual Circuit Closed}
|
|
An existing connection (virtual circuit) has been broken at the remote computer. There is probably something wrong with the network software protocol or the network hardware on the remote computer.
|
|
.
|
|
|
|
MessageId=0x013F Facility=System Severity=Error SymbolicName=STATUS_LINK_TIMEOUT
|
|
Language=English
|
|
{Virtual Circuit Closed}
|
|
The network transport on your computer has closed a network connection because it had to wait too long for a response from the remote computer.
|
|
.
|
|
|
|
MessageId=0x0140 Facility=System Severity=Error SymbolicName=STATUS_INVALID_CONNECTION
|
|
Language=English
|
|
The connection handle given to the transport was invalid.
|
|
.
|
|
|
|
MessageId=0x0141 Facility=System Severity=Error SymbolicName=STATUS_INVALID_ADDRESS
|
|
Language=English
|
|
The address handle given to the transport was invalid.
|
|
.
|
|
|
|
MessageId=0x0142 Facility=System Severity=Error SymbolicName=STATUS_DLL_INIT_FAILED
|
|
Language=English
|
|
{DLL Initialization Failed}
|
|
Initialization of the dynamic link library %hs failed. The process is terminating abnormally.
|
|
.
|
|
|
|
MessageId=0x0143 Facility=System Severity=Error SymbolicName=STATUS_MISSING_SYSTEMFILE
|
|
Language=English
|
|
{Missing System File}
|
|
The required system file %hs is bad or missing.
|
|
.
|
|
|
|
MessageId=0x0144 Facility=System Severity=Error SymbolicName=STATUS_UNHANDLED_EXCEPTION
|
|
Language=English
|
|
{Application Error}
|
|
The exception %s (0x%08lx) occurred in the application at location 0x%08lx.
|
|
.
|
|
|
|
MessageId=0x0145 Facility=System Severity=Error SymbolicName=STATUS_APP_INIT_FAILURE
|
|
Language=English
|
|
{Application Error}
|
|
The application failed to initialize properly (0x%lx). Click on OK to terminate the application.
|
|
.
|
|
|
|
MessageId=0x0146 Facility=System Severity=Error SymbolicName=STATUS_PAGEFILE_CREATE_FAILED
|
|
Language=English
|
|
{Unable to Create Paging File}
|
|
The creation of the paging file %hs failed (%lx). The requested size was %ld.
|
|
.
|
|
|
|
MessageId=0x0147 Facility=System Severity=Error SymbolicName=STATUS_NO_PAGEFILE
|
|
Language=English
|
|
{No Paging File Specified}
|
|
No paging file was specified in the system configuration.
|
|
.
|
|
|
|
MessageId=0x0148 Facility=System Severity=Error SymbolicName=STATUS_INVALID_LEVEL
|
|
Language=English
|
|
{Incorrect System Call Level}
|
|
An invalid level was passed into the specified system call.
|
|
.
|
|
|
|
MessageId=0x0149 Facility=System Severity=Error SymbolicName=STATUS_WRONG_PASSWORD_CORE
|
|
Language=English
|
|
{Incorrect Password to LAN Manager Server}
|
|
You specified an incorrect password to a LAN Manager 2.x or MS-NET server.
|
|
.
|
|
|
|
MessageId=0x014A Facility=System Severity=Error SymbolicName=STATUS_ILLEGAL_FLOAT_CONTEXT
|
|
Language=English
|
|
{EXCEPTION}
|
|
A real-mode application issued a floating-point instruction and floating-point hardware is not present.
|
|
.
|
|
|
|
MessageId=0x014B Facility=System Severity=Error SymbolicName=STATUS_PIPE_BROKEN
|
|
Language=English
|
|
The pipe operation has failed because the other end of the pipe has been closed.
|
|
.
|
|
|
|
MessageId=0x014C Facility=System Severity=Error SymbolicName=STATUS_REGISTRY_CORRUPT
|
|
Language=English
|
|
{The Registry Is Corrupt}
|
|
The structure of one of the files that contains Registry data is corrupt, or the image of the file in memory is corrupt, or the file could not be recovered because the alternate copy or log was absent or corrupt.
|
|
.
|
|
|
|
MessageId=0x014d Facility=System Severity=Error
|
|
SymbolicName=STATUS_REGISTRY_IO_FAILED
|
|
Language=English
|
|
An I/O operation initiated by the Registry failed unrecoverably.
|
|
The Registry could not read in, or write out, or flush, one of the files that contain the system's image of the Registry.
|
|
.
|
|
|
|
MessageId=0x014e Facility=System Severity=Error
|
|
SymbolicName=STATUS_NO_EVENT_PAIR
|
|
Language=English
|
|
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.
|
|
.
|
|
|
|
MessageId=0x014f Facility=System Severity=Error
|
|
SymbolicName=STATUS_UNRECOGNIZED_VOLUME
|
|
Language=English
|
|
The volume does not contain a recognized file system.
|
|
Please make sure that all required file system drivers are loaded and that the volume is not corrupt.
|
|
.
|
|
|
|
MessageId=0x0150 Facility=System Severity=Error
|
|
SymbolicName=STATUS_SERIAL_NO_DEVICE_INITED
|
|
Language=English
|
|
No serial device was successfully initialized. The serial driver will unload.
|
|
.
|
|
|
|
MessageId=0x0151 Facility=System Severity=Error SymbolicName=STATUS_NO_SUCH_ALIAS
|
|
Language=English
|
|
The specified local group does not exist.
|
|
.
|
|
|
|
MessageId=0x0152 Facility=System Severity=Error SymbolicName=STATUS_MEMBER_NOT_IN_ALIAS
|
|
Language=English
|
|
The specified account name is not a member of the local group.
|
|
.
|
|
|
|
MessageId=0x0153 Facility=System Severity=Error SymbolicName=STATUS_MEMBER_IN_ALIAS
|
|
Language=English
|
|
The specified account name is already a member of the local group.
|
|
.
|
|
|
|
MessageId=0x0154 Facility=System Severity=Error SymbolicName=STATUS_ALIAS_EXISTS
|
|
Language=English
|
|
The specified local group already exists.
|
|
.
|
|
|
|
MessageId=0x0155 Facility=System Severity=Error SymbolicName=STATUS_LOGON_NOT_GRANTED
|
|
Language=English
|
|
A requested type of logon (e.g., Interactive, Network, Service) is not granted by the target system's local security policy.
|
|
Please ask the system administrator to grant the necessary form of logon.
|
|
.
|
|
|
|
MessageId=0x0156 Facility=System Severity=Error SymbolicName=STATUS_TOO_MANY_SECRETS
|
|
Language=English
|
|
The maximum number of secrets that may be stored in a single system has been exceeded. The length and number of secrets is limited to satisfy United States State Department export restrictions.
|
|
.
|
|
|
|
MessageId=0x0157 Facility=System Severity=Error SymbolicName=STATUS_SECRET_TOO_LONG
|
|
Language=English
|
|
The length of a secret exceeds the maximum length allowed. The length and number of secrets is limited to satisfy United States State Department export restrictions.
|
|
.
|
|
|
|
MessageId=0x0158 Facility=System Severity=Error SymbolicName=STATUS_INTERNAL_DB_ERROR
|
|
Language=English
|
|
The Local Security Authority (LSA) database contains an internal inconsistency.
|
|
.
|
|
|
|
MessageId=0x0159 Facility=System Severity=Error SymbolicName=STATUS_FULLSCREEN_MODE
|
|
Language=English
|
|
The requested operation cannot be performed in fullscreen mode.
|
|
.
|
|
|
|
MessageId=0x015A Facility=System Severity=Error SymbolicName=STATUS_TOO_MANY_CONTEXT_IDS
|
|
Language=English
|
|
During a logon attempt, the user's security context accumulated too many security IDs. This is a very unusual situation.
|
|
Remove the user from some global or local groups to reduce the number of security ids to incorporate into the security context.
|
|
.
|
|
|
|
MessageId=0x015B Facility=System Severity=Error SymbolicName=STATUS_LOGON_TYPE_NOT_GRANTED
|
|
Language=English
|
|
A user has requested a type of logon (e.g., interactive or network) that has not been granted. An administrator has control over who may logon interactively and through the network.
|
|
.
|
|
|
|
MessageId=0x015C Facility=System Severity=Error SymbolicName=STATUS_NOT_REGISTRY_FILE
|
|
Language=English
|
|
The system has attempted to load or restore a file into the registry, and the specified file is not in the format of a registry file.
|
|
.
|
|
|
|
MessageId=0x015D Facility=System Severity=Error SymbolicName=STATUS_NT_CROSS_ENCRYPTION_REQUIRED
|
|
Language=English
|
|
An attempt was made to change a user password in the security account manager without providing the necessary Windows cross-encrypted password.
|
|
.
|
|
|
|
MessageId=0x015E Facility=System Severity=Error SymbolicName=STATUS_DOMAIN_CTRLR_CONFIG_ERROR
|
|
Language=English
|
|
A Windows Server has an incorrect configuration.
|
|
.
|
|
|
|
MessageId=0x015F Facility=System Severity=Error SymbolicName=STATUS_FT_MISSING_MEMBER
|
|
Language=English
|
|
An attempt was made to explicitly access the secondary copy of information via a device control to the Fault Tolerance driver and the secondary copy is not present in the system.
|
|
.
|
|
|
|
MessageId=0x0160 Facility=System Severity=Error SymbolicName=STATUS_ILL_FORMED_SERVICE_ENTRY
|
|
Language=English
|
|
A configuration registry node representing a driver service entry was ill-formed and did not contain required value entries.
|
|
.
|
|
|
|
MessageId=0x0161 Facility=System Severity=Error SymbolicName=STATUS_ILLEGAL_CHARACTER
|
|
Language=English
|
|
An illegal character was encountered. For a multi-byte character set this includes a lead byte without a succeeding trail byte. For the Unicode character set this includes the characters 0xFFFF and 0xFFFE.
|
|
.
|
|
|
|
MessageId=0x0162 Facility=System Severity=Error SymbolicName=STATUS_UNMAPPABLE_CHARACTER
|
|
Language=English
|
|
No mapping for the Unicode character exists in the target multi-byte code page.
|
|
.
|
|
|
|
MessageId=0x0163 Facility=System Severity=Error SymbolicName=STATUS_UNDEFINED_CHARACTER
|
|
Language=English
|
|
The Unicode character is not defined in the Unicode character set installed on the system.
|
|
.
|
|
|
|
MessageId=0x0164 Facility=System Severity=Error SymbolicName=STATUS_FLOPPY_VOLUME
|
|
Language=English
|
|
The paging file cannot be created on a floppy diskette.
|
|
.
|
|
|
|
MessageId=0x0165 Facility=System Severity=ERROR SymbolicName=STATUS_FLOPPY_ID_MARK_NOT_FOUND
|
|
Language=English
|
|
{Floppy Disk Error}
|
|
While accessing a floppy disk, an ID address mark was not found.
|
|
.
|
|
|
|
MessageId=0x0166 Facility=System Severity=ERROR SymbolicName=STATUS_FLOPPY_WRONG_CYLINDER
|
|
Language=English
|
|
{Floppy Disk Error}
|
|
While accessing a floppy disk, the track address from the sector ID field was found to be different than the track address maintained by the controller.
|
|
.
|
|
|
|
MessageId=0x0167 Facility=System Severity=ERROR SymbolicName=STATUS_FLOPPY_UNKNOWN_ERROR
|
|
Language=English
|
|
{Floppy Disk Error}
|
|
The floppy disk controller reported an error that is not recognized by the floppy disk driver.
|
|
.
|
|
|
|
MessageId=0x0168 Facility=System Severity=ERROR SymbolicName=STATUS_FLOPPY_BAD_REGISTERS
|
|
Language=English
|
|
{Floppy Disk Error}
|
|
While accessing a floppy-disk, the controller returned inconsistent results via its registers.
|
|
.
|
|
|
|
MessageId=0x0169 Facility=System Severity=ERROR SymbolicName=STATUS_DISK_RECALIBRATE_FAILED
|
|
Language=English
|
|
{Hard Disk Error}
|
|
While accessing the hard disk, a recalibrate operation failed, even after retries.
|
|
.
|
|
|
|
MessageId=0x016A Facility=System Severity=ERROR SymbolicName=STATUS_DISK_OPERATION_FAILED
|
|
Language=English
|
|
{Hard Disk Error}
|
|
While accessing the hard disk, a disk operation failed even after retries.
|
|
.
|
|
|
|
MessageId=0x016B Facility=System Severity=ERROR SymbolicName=STATUS_DISK_RESET_FAILED
|
|
Language=English
|
|
{Hard Disk Error}
|
|
While accessing the hard disk, a disk controller reset was needed, but even that failed.
|
|
.
|
|
|
|
MessageId=0x016C Facility=System Severity=ERROR SymbolicName=STATUS_SHARED_IRQ_BUSY
|
|
Language=English
|
|
An attempt was made to open a device that was sharing an IRQ with other devices.
|
|
At least one other device that uses that IRQ was already opened.
|
|
Two concurrent opens of devices that share an IRQ and only work via interrupts is not supported for the particular bus type that the devices use.
|
|
.
|
|
|
|
MessageId=0x016D Facility=System Severity=ERROR SymbolicName=STATUS_FT_ORPHANING
|
|
Language=English
|
|
{FT Orphaning}
|
|
A disk that is part of a fault-tolerant volume can no longer be accessed.
|
|
.
|
|
|
|
MessageId=0x016E Facility=System Severity=ERROR SymbolicName=STATUS_BIOS_FAILED_TO_CONNECT_INTERRUPT
|
|
Language=English
|
|
The system bios failed to connect a system interrupt to the device or bus for
|
|
which the device is connected.
|
|
.
|
|
|
|
MessageId=0x0172 Facility=System Severity=ERROR SymbolicName=STATUS_PARTITION_FAILURE
|
|
Language=English
|
|
Tape could not be partitioned.
|
|
.
|
|
|
|
MessageId=0x0173 Facility=System Severity=ERROR SymbolicName=STATUS_INVALID_BLOCK_LENGTH
|
|
Language=English
|
|
When accessing a new tape of a multivolume partition, the current blocksize is incorrect.
|
|
.
|
|
|
|
MessageId=0x0174 Facility=System Severity=ERROR SymbolicName=STATUS_DEVICE_NOT_PARTITIONED
|
|
Language=English
|
|
Tape partition information could not be found when loading a tape.
|
|
.
|
|
|
|
MessageId=0x0175 Facility=System Severity=ERROR SymbolicName=STATUS_UNABLE_TO_LOCK_MEDIA
|
|
Language=English
|
|
Attempt to lock the eject media mechanism fails.
|
|
.
|
|
|
|
MessageId=0x0176 Facility=System Severity=ERROR SymbolicName=STATUS_UNABLE_TO_UNLOAD_MEDIA
|
|
Language=English
|
|
Unload media fails.
|
|
.
|
|
|
|
MessageId=0x0177 Facility=System Severity=ERROR SymbolicName=STATUS_EOM_OVERFLOW
|
|
Language=English
|
|
Physical end of tape was detected.
|
|
.
|
|
|
|
MessageId=0x0178 Facility=System Severity=Error SymbolicName=STATUS_NO_MEDIA
|
|
Language=English
|
|
{No Media}
|
|
There is no media in the drive.
|
|
Please insert media into drive %hs.
|
|
.
|
|
|
|
MessageId=0x017A Facility=System Severity=ERROR SymbolicName=STATUS_NO_SUCH_MEMBER
|
|
Language=English
|
|
A member could not be added to or removed from the local group because the member does not exist.
|
|
.
|
|
|
|
MessageId=0x017B Facility=System Severity=ERROR SymbolicName=STATUS_INVALID_MEMBER
|
|
Language=English
|
|
A new member could not be added to a local group because the member has the wrong account type.
|
|
.
|
|
|
|
MessageId=0x017C Facility=System Severity=ERROR SymbolicName=STATUS_KEY_DELETED
|
|
Language=English
|
|
Illegal operation attempted on a registry key which has been marked for deletion.
|
|
.
|
|
|
|
MessageId=0x017D Facility=System Severity=ERROR SymbolicName=STATUS_NO_LOG_SPACE
|
|
Language=English
|
|
System could not allocate required space in a registry log.
|
|
.
|
|
|
|
MessageId=0x017E Facility=System Severity=ERROR SymbolicName=STATUS_TOO_MANY_SIDS
|
|
Language=English
|
|
Too many Sids have been specified.
|
|
.
|
|
|
|
MessageId=0x017F Facility=System Severity=Error SymbolicName=STATUS_LM_CROSS_ENCRYPTION_REQUIRED
|
|
Language=English
|
|
An attempt was made to change a user password in the security account manager without providing the necessary LM cross-encrypted password.
|
|
.
|
|
|
|
MessageId=0x0180 Facility=System Severity=Error SymbolicName=STATUS_KEY_HAS_CHILDREN
|
|
Language=English
|
|
An attempt was made to create a symbolic link in a registry key that already has subkeys or values.
|
|
.
|
|
|
|
MessageId=0x0181 Facility=System Severity=Error SymbolicName=STATUS_CHILD_MUST_BE_VOLATILE
|
|
Language=English
|
|
An attempt was made to create a Stable subkey under a Volatile parent key.
|
|
.
|
|
|
|
MessageId=0x0182 Facility=System Severity=Error SymbolicName=STATUS_DEVICE_CONFIGURATION_ERROR
|
|
Language=English
|
|
The I/O device is configured incorrectly or the configuration parameters to the driver are incorrect.
|
|
.
|
|
|
|
MessageId=0x0183 Facility=System Severity=Error SymbolicName=STATUS_DRIVER_INTERNAL_ERROR
|
|
Language=English
|
|
An error was detected between two drivers or within an I/O driver.
|
|
.
|
|
|
|
MessageId=0x0184 Facility=System Severity=Error SymbolicName=STATUS_INVALID_DEVICE_STATE
|
|
Language=English
|
|
The device is not in a valid state to perform this request.
|
|
.
|
|
|
|
MessageId=0x0185 Facility=System Severity=Error SymbolicName=STATUS_IO_DEVICE_ERROR
|
|
Language=English
|
|
The I/O device reported an I/O error.
|
|
.
|
|
|
|
MessageId=0x0186 Facility=System Severity=Error SymbolicName=STATUS_DEVICE_PROTOCOL_ERROR
|
|
Language=English
|
|
A protocol error was detected between the driver and the device.
|
|
.
|
|
|
|
MessageId=0x0187 Facility=System Severity=Error SymbolicName=STATUS_BACKUP_CONTROLLER
|
|
Language=English
|
|
This operation is only allowed for the Primary Domain Controller of the domain.
|
|
.
|
|
|
|
MessageId=0x0188 Facility=System Severity=Error SymbolicName=STATUS_LOG_FILE_FULL
|
|
Language=English
|
|
Log file space is insufficient to support this operation.
|
|
.
|
|
|
|
MessageId=0x0189 Facility=System Severity=Error SymbolicName=STATUS_TOO_LATE
|
|
Language=English
|
|
A write operation was attempted to a volume after it was dismounted.
|
|
.
|
|
|
|
MessageId=0x018A Facility=System Severity=Error SymbolicName=STATUS_NO_TRUST_LSA_SECRET
|
|
Language=English
|
|
The workstation does not have a trust secret for the primary domain in the local LSA database.
|
|
.
|
|
|
|
MessageId=0x018B Facility=System Severity=Error SymbolicName=STATUS_NO_TRUST_SAM_ACCOUNT
|
|
Language=English
|
|
The SAM database on the Windows Server does not have a computer account for this workstation trust relationship.
|
|
.
|
|
|
|
MessageId=0x018C Facility=System Severity=Error SymbolicName=STATUS_TRUSTED_DOMAIN_FAILURE
|
|
Language=English
|
|
The logon request failed because the trust relationship between the primary domain and the trusted domain failed.
|
|
.
|
|
|
|
MessageId=0x018D Facility=System Severity=Error SymbolicName=STATUS_TRUSTED_RELATIONSHIP_FAILURE
|
|
Language=English
|
|
The logon request failed because the trust relationship between this workstation and the primary domain failed.
|
|
.
|
|
|
|
MessageId=0x018E Facility=System Severity=Error SymbolicName=STATUS_EVENTLOG_FILE_CORRUPT
|
|
Language=English
|
|
The Eventlog log file is corrupt.
|
|
.
|
|
|
|
MessageId=0x18F Facility=System Severity=Error SymbolicName=STATUS_EVENTLOG_CANT_START
|
|
Language=English
|
|
No Eventlog log file could be opened. The Eventlog service did not start.
|
|
.
|
|
|
|
MessageId=0x0190 Facility=System Severity=Error SymbolicName=STATUS_TRUST_FAILURE
|
|
Language=English
|
|
The network logon failed. This may be because the validation authority can't be reached.
|
|
.
|
|
|
|
MessageId=0x0191 Facility=System Severity=Error SymbolicName=STATUS_MUTANT_LIMIT_EXCEEDED
|
|
Language=English
|
|
An attempt was made to acquire a mutant such that its maximum count would have been exceeded.
|
|
.
|
|
|
|
MessageId=0x0192 Facility=System Severity=Error SymbolicName=STATUS_NETLOGON_NOT_STARTED
|
|
Language=English
|
|
An attempt was made to logon, but the netlogon service was not started.
|
|
.
|
|
|
|
MessageId=0x0193 Facility=System Severity=Error SymbolicName=STATUS_ACCOUNT_EXPIRED ;// ntsubauth
|
|
Language=English
|
|
The user's account has expired.
|
|
.
|
|
|
|
MessageId=0x0194 Facility=System Severity=Error SymbolicName=STATUS_POSSIBLE_DEADLOCK
|
|
Language=English
|
|
{EXCEPTION}
|
|
Possible deadlock condition.
|
|
.
|
|
|
|
MessageId=0x0195 Facility=System Severity=Error SymbolicName=STATUS_NETWORK_CREDENTIAL_CONFLICT
|
|
Language=English
|
|
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..
|
|
.
|
|
|
|
MessageId=0x0196 Facility=System Severity=Error SymbolicName=STATUS_REMOTE_SESSION_LIMIT
|
|
Language=English
|
|
An attempt was made to establish a session to a network server, but there are already too many sessions established to that server.
|
|
.
|
|
|
|
MessageId=0x0197 Facility=System Severity=Error SymbolicName=STATUS_EVENTLOG_FILE_CHANGED
|
|
Language=English
|
|
The log file has changed between reads.
|
|
.
|
|
|
|
MessageId=0x0198 Facility=System Severity=Error SymbolicName=STATUS_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT
|
|
Language=English
|
|
The account used is an Interdomain Trust account. Use your global user account or local user account to access this server.
|
|
.
|
|
|
|
MessageId=0x0199 Facility=System Severity=Error SymbolicName=STATUS_NOLOGON_WORKSTATION_TRUST_ACCOUNT
|
|
Language=English
|
|
The account used is a Computer Account. Use your global user account or local user account to access this server.
|
|
.
|
|
|
|
MessageId=0x019A Facility=System Severity=Error SymbolicName=STATUS_NOLOGON_SERVER_TRUST_ACCOUNT
|
|
Language=English
|
|
The account used is an Server Trust account. Use your global user account or local user account to access this server.
|
|
.
|
|
|
|
MessageId=0x019B Facility=System Severity=Error SymbolicName=STATUS_DOMAIN_TRUST_INCONSISTENT
|
|
Language=English
|
|
The name or SID of the domain specified is inconsistent with the trust information for that domain.
|
|
.
|
|
|
|
MessageId=0x019C Facility=System Severity=Error SymbolicName=STATUS_FS_DRIVER_REQUIRED
|
|
Language=English
|
|
A volume has been accessed for which a file system driver is required that has not yet been loaded.
|
|
.
|
|
|
|
MessageId=0x0202 Facility=System Severity=Error SymbolicName=STATUS_NO_USER_SESSION_KEY
|
|
Language=English
|
|
There is no user session key for the specified logon session.
|
|
.
|
|
|
|
MessageId=0x0203 Facility=System Severity=Error SymbolicName=STATUS_USER_SESSION_DELETED
|
|
Language=English
|
|
The remote user session has been deleted.
|
|
.
|
|
|
|
MessageId=0x0204 Facility=System Severity=Error SymbolicName=STATUS_RESOURCE_LANG_NOT_FOUND
|
|
Language=English
|
|
Indicates the specified resource language ID cannot be found in the
|
|
image file.
|
|
.
|
|
|
|
MessageId=0x0205 Facility=System Severity=Error SymbolicName=STATUS_INSUFF_SERVER_RESOURCES
|
|
Language=English
|
|
Insufficient server resources exist to complete the request.
|
|
.
|
|
|
|
MessageId=0x0206 Facility=System Severity=Error SymbolicName=STATUS_INVALID_BUFFER_SIZE
|
|
Language=English
|
|
The size of the buffer is invalid for the specified operation.
|
|
.
|
|
|
|
MessageId=0x0207 Facility=System Severity=Error SymbolicName=STATUS_INVALID_ADDRESS_COMPONENT
|
|
Language=English
|
|
The transport rejected the network address specified as invalid.
|
|
.
|
|
|
|
MessageId=0x0208 Facility=System Severity=Error SymbolicName=STATUS_INVALID_ADDRESS_WILDCARD
|
|
Language=English
|
|
The transport rejected the network address specified due to an invalid use of a wildcard.
|
|
.
|
|
|
|
MessageId=0x0209 Facility=System Severity=Error SymbolicName=STATUS_TOO_MANY_ADDRESSES
|
|
Language=English
|
|
The transport address could not be opened because all the available addresses are in use.
|
|
.
|
|
|
|
MessageId=0x020A Facility=System Severity=Error SymbolicName=STATUS_ADDRESS_ALREADY_EXISTS
|
|
Language=English
|
|
The transport address could not be opened because it already exists.
|
|
.
|
|
|
|
MessageId=0x020B Facility=System Severity=Error SymbolicName=STATUS_ADDRESS_CLOSED
|
|
Language=English
|
|
The transport address is now closed.
|
|
.
|
|
|
|
MessageId=0x020C Facility=System Severity=Error SymbolicName=STATUS_CONNECTION_DISCONNECTED
|
|
Language=English
|
|
The transport connection is now disconnected.
|
|
.
|
|
|
|
MessageId=0x020D Facility=System Severity=Error SymbolicName=STATUS_CONNECTION_RESET
|
|
Language=English
|
|
The transport connection has been reset.
|
|
.
|
|
|
|
MessageId=0x020E Facility=System Severity=Error SymbolicName=STATUS_TOO_MANY_NODES
|
|
Language=English
|
|
The transport cannot dynamically acquire any more nodes.
|
|
.
|
|
|
|
MessageId=0x020F Facility=System Severity=Error SymbolicName=STATUS_TRANSACTION_ABORTED
|
|
Language=English
|
|
The transport aborted a pending transaction.
|
|
.
|
|
|
|
MessageId=0x0210 Facility=System Severity=Error SymbolicName=STATUS_TRANSACTION_TIMED_OUT
|
|
Language=English
|
|
The transport timed out a request waiting for a response.
|
|
.
|
|
|
|
MessageId=0x0211 Facility=System Severity=Error SymbolicName=STATUS_TRANSACTION_NO_RELEASE
|
|
Language=English
|
|
The transport did not receive a release for a pending response.
|
|
.
|
|
|
|
MessageId=0x0212 Facility=System Severity=Error SymbolicName=STATUS_TRANSACTION_NO_MATCH
|
|
Language=English
|
|
The transport did not find a transaction matching the specific
|
|
token.
|
|
.
|
|
|
|
MessageId=0x0213 Facility=System Severity=Error SymbolicName=STATUS_TRANSACTION_RESPONDED
|
|
Language=English
|
|
The transport had previously responded to a transaction request.
|
|
.
|
|
|
|
MessageId=0x0214 Facility=System Severity=Error SymbolicName=STATUS_TRANSACTION_INVALID_ID
|
|
Language=English
|
|
The transport does not recognized the transaction request identifier specified.
|
|
.
|
|
|
|
MessageId=0x0215 Facility=System Severity=Error SymbolicName=STATUS_TRANSACTION_INVALID_TYPE
|
|
Language=English
|
|
The transport does not recognize the transaction request type specified.
|
|
.
|
|
|
|
MessageId=0x0216 Facility=System Severity=Error SymbolicName=STATUS_NOT_SERVER_SESSION
|
|
Language=English
|
|
The transport can only process the specified request on the server side of a session.
|
|
.
|
|
|
|
MessageId=0x0217 Facility=System Severity=Error SymbolicName=STATUS_NOT_CLIENT_SESSION
|
|
Language=English
|
|
The transport can only process the specified request on the client side of a session.
|
|
.
|
|
|
|
MessageId=0x0218 Facility=System Severity=Error SymbolicName=STATUS_CANNOT_LOAD_REGISTRY_FILE
|
|
Language=English
|
|
{Registry File Failure}
|
|
The registry cannot load the hive (file):
|
|
%hs
|
|
or its log or alternate.
|
|
It is corrupt, absent, or not writable.
|
|
.
|
|
|
|
MessageId=0x0219 Facility=System Severity=Error SymbolicName=STATUS_DEBUG_ATTACH_FAILED
|
|
Language=English
|
|
{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.
|
|
.
|
|
|
|
MessageId=0x021A Facility=System Severity=Error SymbolicName=STATUS_SYSTEM_PROCESS_TERMINATED
|
|
Language=English
|
|
{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.
|
|
.
|
|
|
|
MessageId=0x021B Facility=System Severity=Error SymbolicName=STATUS_DATA_NOT_ACCEPTED
|
|
Language=English
|
|
{Data Not Accepted}
|
|
The TDI client could not handle the data received during an indication.
|
|
.
|
|
|
|
MessageId=0x021C Facility=System Severity=Error SymbolicName=STATUS_NO_BROWSER_SERVERS_FOUND
|
|
Language=English
|
|
{Unable to Retrieve Browser Server List}
|
|
The list of servers for this workgroup is not currently available.
|
|
.
|
|
|
|
MessageId=0x021D Facility=System Severity=Error SymbolicName=STATUS_VDM_HARD_ERROR
|
|
Language=English
|
|
NTVDM encountered a hard error.
|
|
.
|
|
|
|
MessageId=0x021E Facility=System Severity=Error SymbolicName=STATUS_DRIVER_CANCEL_TIMEOUT
|
|
Language=English
|
|
{Cancel Timeout}
|
|
The driver %hs failed to complete a cancelled I/O request in the allotted time.
|
|
.
|
|
|
|
MessageId=0x021F Facility=System Severity=Error SymbolicName=STATUS_REPLY_MESSAGE_MISMATCH
|
|
Language=English
|
|
{Reply Message Mismatch}
|
|
An attempt was made to reply to an LPC message, but the thread specified by the client ID in the message was not waiting on that message.
|
|
.
|
|
|
|
MessageId=0x0220 Facility=System Severity=Error SymbolicName=STATUS_MAPPED_ALIGNMENT
|
|
Language=English
|
|
{Mapped View Alignment Incorrect}
|
|
An attempt was made to map a view of a file, but either the specified base address or the offset into the file were not aligned on the proper allocation granularity.
|
|
.
|
|
|
|
MessageId=0x0221 Facility=System Severity=Error SymbolicName=STATUS_IMAGE_CHECKSUM_MISMATCH
|
|
Language=English
|
|
{Bad Image Checksum}
|
|
The image %hs is possibly corrupt. The header checksum does not match the computed checksum.
|
|
.
|
|
|
|
MessageId=0x0222 Facility=System Severity=Error SymbolicName=STATUS_LOST_WRITEBEHIND_DATA
|
|
Language=English
|
|
{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. Please try to save this file elsewhere.
|
|
.
|
|
|
|
MessageId=0x0223 Facility=System Severity=Error SymbolicName=STATUS_CLIENT_SERVER_PARAMETERS_INVALID
|
|
Language=English
|
|
The parameter(s) 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.
|
|
.
|
|
|
|
MessageId=0x0224 Facility=System Severity=Error SymbolicName=STATUS_PASSWORD_MUST_CHANGE ;// ntsubauth
|
|
Language=English
|
|
The user's password must be changed before logging on the first time.
|
|
.
|
|
|
|
MessageId=0x0225 Facility=System Severity=Error SymbolicName=STATUS_NOT_FOUND
|
|
Language=English
|
|
The object was not found.
|
|
.
|
|
|
|
MessageId=0x0226 Facility=System Severity=Error SymbolicName=STATUS_NOT_TINY_STREAM
|
|
Language=English
|
|
The stream is not a tiny stream.
|
|
.
|
|
|
|
MessageId=0x0227 Facility=System Severity=Error SymbolicName=STATUS_RECOVERY_FAILURE
|
|
Language=English
|
|
A transaction recover failed.
|
|
.
|
|
|
|
MessageId=0x0228 Facility=System Severity=Error SymbolicName=STATUS_STACK_OVERFLOW_READ
|
|
Language=English
|
|
The request must be handled by the stack overflow code.
|
|
.
|
|
|
|
MessageId=0x0229 Facility=System Severity=Error SymbolicName=STATUS_FAIL_CHECK
|
|
Language=English
|
|
A consistency check failed.
|
|
.
|
|
|
|
MessageId=0x022a Facility=System Severity=Error SymbolicName=STATUS_DUPLICATE_OBJECTID
|
|
Language=English
|
|
The attempt to insert the ID in the index failed because the ID is already in the index.
|
|
.
|
|
|
|
MessageId=0x022b Facility=System Severity=Error SymbolicName=STATUS_OBJECTID_EXISTS
|
|
Language=English
|
|
The attempt to set the object's ID failed because the object already has an ID.
|
|
.
|
|
|
|
MessageId=0x022c Facility=System Severity=Error SymbolicName=STATUS_CONVERT_TO_LARGE
|
|
Language=English
|
|
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.
|
|
.
|
|
|
|
MessageId=0x022d Facility=System Severity=Error SymbolicName=STATUS_RETRY
|
|
Language=English
|
|
The request needs to be retried.
|
|
.
|
|
|
|
MessageId=0x022e Facility=System Severity=Error SymbolicName=STATUS_FOUND_OUT_OF_SCOPE
|
|
Language=English
|
|
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.
|
|
.
|
|
|
|
MessageId=0x022f Facility=System Severity=Error SymbolicName=STATUS_ALLOCATE_BUCKET
|
|
Language=English
|
|
The bucket array must be grown. Retry transaction after doing so.
|
|
.
|
|
|
|
MessageId=0x0230 Facility=System Severity=Error SymbolicName=STATUS_PROPSET_NOT_FOUND
|
|
Language=English
|
|
The property set specified does not exist on the object.
|
|
.
|
|
|
|
MessageId=0x0231 Facility=System Severity=Error SymbolicName=STATUS_MARSHALL_OVERFLOW
|
|
Language=English
|
|
The user/kernel marshalling buffer has overflowed.
|
|
.
|
|
|
|
MessageId=0x0232 Facility=System Severity=Error SymbolicName=STATUS_INVALID_VARIANT
|
|
Language=English
|
|
The supplied variant structure contains invalid data.
|
|
.
|
|
|
|
MessageId=0x0233 Facility=System Severity=Error SymbolicName=STATUS_DOMAIN_CONTROLLER_NOT_FOUND
|
|
Language=English
|
|
Could not find a domain controller for this domain.
|
|
.
|
|
|
|
MessageId=0x0234 Facility=System Severity=Error SymbolicName=STATUS_ACCOUNT_LOCKED_OUT ;// ntsubauth
|
|
Language=English
|
|
The user account has been automatically locked because too many invalid logon attempts or password change attempts have been requested.
|
|
.
|
|
|
|
MessageId=0x0235 Facility=System Severity=Error SymbolicName=STATUS_HANDLE_NOT_CLOSABLE
|
|
Language=English
|
|
NtClose was called on a handle that was protected from close via NtSetInformationObject.
|
|
.
|
|
|
|
MessageId=0x0236 Facility=System Severity=Error SymbolicName=STATUS_CONNECTION_REFUSED
|
|
Language=English
|
|
The transport connection attempt was refused by the remote system.
|
|
.
|
|
|
|
MessageId=0x0237 Facility=System Severity=Error SymbolicName=STATUS_GRACEFUL_DISCONNECT
|
|
Language=English
|
|
The transport connection was gracefully closed.
|
|
.
|
|
|
|
MessageId=0x0238 Facility=System Severity=Error SymbolicName=STATUS_ADDRESS_ALREADY_ASSOCIATED
|
|
Language=English
|
|
The transport endpoint already has an address associated with it.
|
|
.
|
|
|
|
MessageId=0x0239 Facility=System Severity=Error SymbolicName=STATUS_ADDRESS_NOT_ASSOCIATED
|
|
Language=English
|
|
An address has not yet been associated with the transport endpoint.
|
|
.
|
|
|
|
MessageId=0x023a Facility=System Severity=Error SymbolicName=STATUS_CONNECTION_INVALID
|
|
Language=English
|
|
An operation was attempted on a nonexistent transport connection.
|
|
.
|
|
|
|
MessageId=0x023b Facility=System Severity=Error SymbolicName=STATUS_CONNECTION_ACTIVE
|
|
Language=English
|
|
An invalid operation was attempted on an active transport connection.
|
|
.
|
|
|
|
MessageId=0x023c Facility=System Severity=Error SymbolicName=STATUS_NETWORK_UNREACHABLE
|
|
Language=English
|
|
The remote network is not reachable by the transport.
|
|
.
|
|
|
|
MessageId=0x023d Facility=System Severity=Error SymbolicName=STATUS_HOST_UNREACHABLE
|
|
Language=English
|
|
The remote system is not reachable by the transport.
|
|
.
|
|
|
|
MessageId=0x023e Facility=System Severity=Error SymbolicName=STATUS_PROTOCOL_UNREACHABLE
|
|
Language=English
|
|
The remote system does not support the transport protocol.
|
|
.
|
|
|
|
MessageId=0x023f Facility=System Severity=Error SymbolicName=STATUS_PORT_UNREACHABLE
|
|
Language=English
|
|
No service is operating at the destination port of the transport on the remote system.
|
|
.
|
|
|
|
MessageId=0x0240 Facility=System Severity=Error SymbolicName=STATUS_REQUEST_ABORTED
|
|
Language=English
|
|
The request was aborted.
|
|
.
|
|
|
|
MessageId=0x0241 Facility=System Severity=Error SymbolicName=STATUS_CONNECTION_ABORTED
|
|
Language=English
|
|
The transport connection was aborted by the local system.
|
|
.
|
|
|
|
MessageId=0x0242 Facility=System Severity=Error SymbolicName=STATUS_BAD_COMPRESSION_BUFFER
|
|
Language=English
|
|
The specified buffer contains ill-formed data.
|
|
.
|
|
|
|
MessageId=0x0243 Facility=System Severity=Error SymbolicName=STATUS_USER_MAPPED_FILE
|
|
Language=English
|
|
The requested operation cannot be performed on a file with a user mapped section open.
|
|
.
|
|
|
|
MessageId=0x0244 Facility=System Severity=Error SymbolicName=STATUS_AUDIT_FAILED
|
|
Language=English
|
|
{Audit Failed}
|
|
An attempt to generate a security audit failed.
|
|
.
|
|
|
|
MessageId=0x0245 Facility=System Severity=Error SymbolicName=STATUS_TIMER_RESOLUTION_NOT_SET
|
|
Language=English
|
|
The timer resolution was not previously set by the current process.
|
|
.
|
|
|
|
MessageId=0x0246 Facility=System Severity=Error SymbolicName=STATUS_CONNECTION_COUNT_LIMIT
|
|
Language=English
|
|
A connection to the server could not be made because the limit on the number of concurrent connections for this account has been reached.
|
|
.
|
|
|
|
MessageId=0x0247 Facility=System Severity=Error SymbolicName=STATUS_LOGIN_TIME_RESTRICTION
|
|
Language=English
|
|
Attempting to login during an unauthorized time of day for this account.
|
|
.
|
|
|
|
MessageId=0x0248 Facility=System Severity=Error SymbolicName=STATUS_LOGIN_WKSTA_RESTRICTION
|
|
Language=English
|
|
The account is not authorized to login from this station.
|
|
.
|
|
|
|
MessageId=0x0249 Facility=System Severity=Error SymbolicName=STATUS_IMAGE_MP_UP_MISMATCH
|
|
Language=English
|
|
{UP/MP Image Mismatch}
|
|
The image %hs has been modified for use on a uniprocessor system, but you are running it on a multiprocessor machine.
|
|
Please reinstall the image file.
|
|
.
|
|
|
|
MessageId=0x0250 Facility=System Severity=Error SymbolicName=STATUS_INSUFFICIENT_LOGON_INFO
|
|
Language=English
|
|
There is insufficient account information to log you on.
|
|
.
|
|
|
|
MessageId=0x0251 Facility=System Severity=Error SymbolicName=STATUS_BAD_DLL_ENTRYPOINT
|
|
Language=English
|
|
{Invalid DLL Entrypoint}
|
|
The dynamic link library %hs is not written correctly. The stack pointer has been left in an inconsistent state.
|
|
The entrypoint 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.
|
|
.
|
|
|
|
MessageId=0x0252 Facility=System Severity=Error SymbolicName=STATUS_BAD_SERVICE_ENTRYPOINT
|
|
Language=English
|
|
{Invalid Service Callback Entrypoint}
|
|
The %hs service is not written correctly. The stack pointer has been left in an inconsistent state.
|
|
The callback entrypoint should be declared as WINAPI or STDCALL. Selecting OK will cause the service to continue operation. However, the service process may operate incorrectly.
|
|
.
|
|
|
|
MessageId=0x0253 Facility=System Severity=Error SymbolicName=STATUS_LPC_REPLY_LOST
|
|
Language=English
|
|
The server received the messages but did not send a reply.
|
|
.
|
|
|
|
MessageId=0x0254 Facility=System Severity=Error SymbolicName=STATUS_IP_ADDRESS_CONFLICT1
|
|
Language=English
|
|
There is an IP address conflict with another system on the network
|
|
.
|
|
|
|
MessageId=0x0255 Facility=System Severity=Error SymbolicName=STATUS_IP_ADDRESS_CONFLICT2
|
|
Language=English
|
|
There is an IP address conflict with another system on the network
|
|
.
|
|
|
|
MessageId=0x0256 Facility=System Severity=Error SymbolicName=STATUS_REGISTRY_QUOTA_LIMIT
|
|
Language=English
|
|
{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.
|
|
.
|
|
|
|
MessageId=0x0257 Facility=System Severity=Error SymbolicName=STATUS_PATH_NOT_COVERED
|
|
Language=English
|
|
The contacted server does not support the indicated part of the DFS namespace.
|
|
.
|
|
|
|
MessageId=0x0258 Facility=System Severity=Error SymbolicName=STATUS_NO_CALLBACK_ACTIVE
|
|
Language=English
|
|
A callback return system service cannot be executed when no callback is active.
|
|
.
|
|
|
|
MessageId=0x0259 Facility=System Severity=Error SymbolicName=STATUS_LICENSE_QUOTA_EXCEEDED
|
|
Language=English
|
|
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 there are already as many connections as the service can accept.
|
|
.
|
|
|
|
MessageId=0x025A Facility=System Severity=Error SymbolicName=STATUS_PWD_TOO_SHORT
|
|
Language=English
|
|
The password provided is too short to meet the policy of your user account.
|
|
Please choose a longer password.
|
|
.
|
|
|
|
MessageId=0x025B Facility=System Severity=Error SymbolicName=STATUS_PWD_TOO_RECENT
|
|
Language=English
|
|
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 then please contact your administrator immediately to have a new one assigned.
|
|
.
|
|
|
|
MessageId=0x025C Facility=System Severity=Error SymbolicName=STATUS_PWD_HISTORY_CONFLICT
|
|
Language=English
|
|
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. Please select a password that you have not previously used.
|
|
.
|
|
|
|
MessageId=0x025E Facility=System Severity=Error SymbolicName=STATUS_PLUGPLAY_NO_DEVICE
|
|
Language=English
|
|
You have attempted to load a legacy device driver while its device instance had been disabled.
|
|
.
|
|
|
|
MessageId=0x025F Facility=System Severity=Error SymbolicName=STATUS_UNSUPPORTED_COMPRESSION
|
|
Language=English
|
|
The specified compression format is unsupported.
|
|
.
|
|
|
|
MessageId=0x0260 Facility=System Severity=Error SymbolicName=STATUS_INVALID_HW_PROFILE
|
|
Language=English
|
|
The specified hardware profile configuration is invalid.
|
|
.
|
|
|
|
MessageId=0x0261 Facility=System Severity=Error SymbolicName=STATUS_INVALID_PLUGPLAY_DEVICE_PATH
|
|
Language=English
|
|
The specified Plug and Play registry device path is invalid.
|
|
.
|
|
|
|
MessageId=0x0262 Facility=System Severity=Error SymbolicName=STATUS_DRIVER_ORDINAL_NOT_FOUND
|
|
Language=English
|
|
{Driver Entry Point Not Found}
|
|
The %hs device driver could not locate the ordinal %ld in driver %hs.
|
|
.
|
|
|
|
MessageId=0x0263 Facility=System Severity=Error SymbolicName=STATUS_DRIVER_ENTRYPOINT_NOT_FOUND
|
|
Language=English
|
|
{Driver Entry Point Not Found}
|
|
The %hs device driver could not locate the entry point %hs in driver %hs.
|
|
.
|
|
|
|
MessageId=0x0264 Facility=System Severity=Error SymbolicName=STATUS_RESOURCE_NOT_OWNED
|
|
Language=English
|
|
{Application Error}
|
|
The application attempted to release a resource it did not own. Click on OK to terminate the application.
|
|
.
|
|
|
|
MessageId=0x0265 Facility=System Severity=Error SymbolicName=STATUS_TOO_MANY_LINKS
|
|
Language=English
|
|
An attempt was made to create more links on a file than the file system supports.
|
|
.
|
|
|
|
MessageId=0x0266 Facility=System Severity=Error SymbolicName=STATUS_QUOTA_LIST_INCONSISTENT
|
|
Language=English
|
|
The specified quota list is internally inconsistent with its descriptor.
|
|
.
|
|
|
|
MessageId=0x0267 Facility=System Severity=Error SymbolicName=STATUS_FILE_IS_OFFLINE
|
|
Language=English
|
|
The specified file has been relocated to offline storage.
|
|
.
|
|
|
|
MessageId=0x0268 Facility=System Severity=Error SymbolicName=STATUS_EVALUATION_EXPIRATION
|
|
Language=English
|
|
{Windows Evaluation Notification}
|
|
The evaluation period for this installation of Windows has expired. This system will shutdown in 1 hour. To restore access to this installation of Windows, please upgrade this installation using a licensed distribution of this product.
|
|
.
|
|
|
|
MessageId=0x0269 Facility=System Severity=Error SymbolicName=STATUS_ILLEGAL_DLL_RELOCATION
|
|
Language=English
|
|
{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.
|
|
.
|
|
|
|
MessageId=0x026A Facility=System Severity=Error SymbolicName=STATUS_LICENSE_VIOLATION
|
|
Language=English
|
|
{License Violation}
|
|
The system has detected tampering with your registered product type. This is a violation of your software license. Tampering with product type is not permitted.
|
|
.
|
|
|
|
MessageId=0x026B Facility=System Severity=Error SymbolicName=STATUS_DLL_INIT_FAILED_LOGOFF
|
|
Language=English
|
|
{DLL Initialization Failed}
|
|
The application failed to initialize because the window station is shutting down.
|
|
.
|
|
|
|
MessageId=0x026C Facility=System Severity=Error SymbolicName=STATUS_DRIVER_UNABLE_TO_LOAD
|
|
Language=English
|
|
{Unable to Load Device Driver}
|
|
%hs device driver could not be loaded.
|
|
Error Status was 0x%x
|
|
.
|
|
|
|
MessageId=0x026D Facility=System Severity=Error SymbolicName=STATUS_DFS_UNAVAILABLE
|
|
Language=English
|
|
DFS is unavailable on the contacted server.
|
|
.
|
|
|
|
MessageId=0x026E Facility=System Severity=Error SymbolicName=STATUS_VOLUME_DISMOUNTED
|
|
Language=English
|
|
An operation was attempted to a volume after it was dismounted.
|
|
.
|
|
|
|
MessageId=0x026F Facility=System Severity=Error SymbolicName=STATUS_WX86_INTERNAL_ERROR
|
|
Language=English
|
|
An internal error occurred in the Win32 x86 emulation subsystem.
|
|
.
|
|
|
|
MessageId=0x0270 Facility=System Severity=Error SymbolicName=STATUS_WX86_FLOAT_STACK_CHECK
|
|
Language=English
|
|
Win32 x86 emulation subsystem Floating-point stack check.
|
|
.
|
|
|
|
MessageId=0x0271 Facility=System Severity=Error SymbolicName=STATUS_VALIDATE_CONTINUE
|
|
Language=English
|
|
The validation process needs to continue on to the next step.
|
|
.
|
|
|
|
MessageId=0x0272 Facility=System Severity=Error SymbolicName=STATUS_NO_MATCH
|
|
Language=English
|
|
There was no match for the specified key in the index.
|
|
.
|
|
|
|
MessageId=0x0273 Facility=System Severity=Error SymbolicName=STATUS_NO_MORE_MATCHES
|
|
Language=English
|
|
There are no more matches for the current index enumeration.
|
|
.
|
|
|
|
MessageId=0x0275 Facility=System Severity=Error SymbolicName=STATUS_NOT_A_REPARSE_POINT
|
|
Language=English
|
|
The NTFS file or directory is not a reparse point.
|
|
.
|
|
|
|
MessageId=0x0276 Facility=System Severity=Error SymbolicName=STATUS_IO_REPARSE_TAG_INVALID
|
|
Language=English
|
|
The Windows I/O reparse tag passed for the NTFS reparse point is invalid.
|
|
.
|
|
|
|
MessageId=0x0277 Facility=System Severity=Error SymbolicName=STATUS_IO_REPARSE_TAG_MISMATCH
|
|
Language=English
|
|
The Windows I/O reparse tag does not match the one present in the NTFS reparse point.
|
|
.
|
|
|
|
MessageId=0x0278 Facility=System Severity=Error SymbolicName=STATUS_IO_REPARSE_DATA_INVALID
|
|
Language=English
|
|
The user data passed for the NTFS reparse point is invalid.
|
|
.
|
|
|
|
MessageId=0x0279 Facility=System Severity=Error SymbolicName=STATUS_IO_REPARSE_TAG_NOT_HANDLED
|
|
Language=English
|
|
The layered file system driver for this IO tag did not handle it when needed.
|
|
.
|
|
|
|
MessageId=0x0280 Facility=System Severity=Error SymbolicName=STATUS_REPARSE_POINT_NOT_RESOLVED
|
|
Language=English
|
|
The NTFS symbolic link could not be resolved even though the initial file name is valid.
|
|
.
|
|
|
|
MessageId=0x0281 Facility=System Severity=Error SymbolicName=STATUS_DIRECTORY_IS_A_REPARSE_POINT
|
|
Language=English
|
|
The NTFS directory is a reparse point.
|
|
.
|
|
|
|
MessageId=0x0282 Facility=System Severity=Error SymbolicName=STATUS_RANGE_LIST_CONFLICT
|
|
Language=English
|
|
The range could not be added to the range list because of a conflict.
|
|
.
|
|
|
|
MessageId=0x0283 Facility=System Severity=Error SymbolicName=STATUS_SOURCE_ELEMENT_EMPTY
|
|
Language=English
|
|
The specified medium changer source element contains no media.
|
|
.
|
|
|
|
MessageId=0x0284 Facility=System Severity=Error SymbolicName=STATUS_DESTINATION_ELEMENT_FULL
|
|
Language=English
|
|
The specified medium changer destination element already contains media.
|
|
.
|
|
|
|
MessageId=0x0285 Facility=System Severity=Error SymbolicName=STATUS_ILLEGAL_ELEMENT_ADDRESS
|
|
Language=English
|
|
The specified medium changer element does not exist.
|
|
.
|
|
|
|
MessageId=0x0286 Facility=System Severity=Error SymbolicName=STATUS_MAGAZINE_NOT_PRESENT
|
|
Language=English
|
|
The specified element is contained within a magazine that is no longer present.
|
|
.
|
|
|
|
MessageId=0x0287 Facility=System Severity=Error SymbolicName=STATUS_REINITIALIZATION_NEEDED
|
|
Language=English
|
|
The device requires reinitialization due to hardware errors.
|
|
.
|
|
|
|
MessageId=0x0288 Facility=System Severity=Warning SymbolicName=STATUS_DEVICE_REQUIRES_CLEANING
|
|
Language=English
|
|
The device has indicated that cleaning is necessary.
|
|
.
|
|
|
|
MessageId=0x0289 Facility=System Severity=Warning SymbolicName=STATUS_DEVICE_DOOR_OPEN
|
|
Language=English
|
|
The device has indicated that it's door is open. Further operations require it closed and secured.
|
|
.
|
|
|
|
MessageId=0x028A Facility=System Severity=Error SymbolicName=STATUS_ENCRYPTION_FAILED
|
|
Language=English
|
|
The file encryption attempt failed.
|
|
.
|
|
|
|
MessageId=0x028B Facility=System Severity=Error SymbolicName=STATUS_DECRYPTION_FAILED
|
|
Language=English
|
|
The file decryption attempt failed.
|
|
.
|
|
|
|
MessageId=0x028C Facility=System Severity=Error SymbolicName=STATUS_RANGE_NOT_FOUND
|
|
Language=English
|
|
The specified range could not be found in the range list.
|
|
.
|
|
|
|
MessageId=0x028D Facility=System Severity=Error SymbolicName=STATUS_NO_RECOVERY_POLICY
|
|
Language=English
|
|
There is no encryption recovery policy configured for this system.
|
|
.
|
|
|
|
MessageId=0x028E Facility=System Severity=Error SymbolicName=STATUS_NO_EFS
|
|
Language=English
|
|
The required encryption driver is not loaded for this system.
|
|
.
|
|
|
|
MessageId=0x028F Facility=System Severity=Error SymbolicName=STATUS_WRONG_EFS
|
|
Language=English
|
|
The file was encrypted with a different encryption driver than is currently loaded.
|
|
.
|
|
|
|
MessageId=0x0290 Facility=System Severity=Error SymbolicName=STATUS_NO_USER_KEYS
|
|
Language=English
|
|
There are no EFS keys defined for the user.
|
|
.
|
|
|
|
MessageId=0x0291 Facility=System Severity=Error SymbolicName=STATUS_FILE_NOT_ENCRYPTED
|
|
Language=English
|
|
The specified file is not encrypted.
|
|
.
|
|
|
|
MessageId=0x0292 Facility=System Severity=Error SymbolicName=STATUS_NOT_EXPORT_FORMAT
|
|
Language=English
|
|
The specified file is not in the defined EFS export format.
|
|
.
|
|
|
|
MessageId=0x0293 Facility=System Severity=Error SymbolicName=STATUS_FILE_ENCRYPTED
|
|
Language=English
|
|
The specified file is encrypted and the user does not have the ability to decrypt it.
|
|
.
|
|
|
|
MessageId=0x0294 Facility=System Severity=Informational SymbolicName=STATUS_WAKE_SYSTEM
|
|
Language=English
|
|
The system has awoken
|
|
.
|
|
|
|
MessageId=0x0295 Facility=System Severity=Error SymbolicName=STATUS_WMI_GUID_NOT_FOUND
|
|
Language=English
|
|
The guid passed was not recognized as valid by a WMI data provider.
|
|
.
|
|
|
|
MessageId=0x0296 Facility=System Severity=Error SymbolicName=STATUS_WMI_INSTANCE_NOT_FOUND
|
|
Language=English
|
|
The instance name passed was not recognized as valid by a WMI data provider.
|
|
.
|
|
|
|
MessageId=0x0297 Facility=System Severity=Error SymbolicName=STATUS_WMI_ITEMID_NOT_FOUND
|
|
Language=English
|
|
The data item id passed was not recognized as valid by a WMI data provider.
|
|
.
|
|
|
|
MessageId=0x0298 Facility=System Severity=Error SymbolicName=STATUS_WMI_TRY_AGAIN
|
|
Language=English
|
|
The WMI request could not be completed and should be retried.
|
|
.
|
|
|
|
MessageId=0x0299 Facility=System Severity=Error SymbolicName=STATUS_SHARED_POLICY
|
|
Language=English
|
|
The policy object is shared and can only be modified at the root
|
|
.
|
|
|
|
MessageId=0x029A Facility=System Severity=Error SymbolicName=STATUS_POLICY_OBJECT_NOT_FOUND
|
|
Language=English
|
|
The policy object does not exist when it should
|
|
.
|
|
|
|
MessageId=0x029B Facility=System Severity=Error SymbolicName=STATUS_POLICY_ONLY_IN_DS
|
|
Language=English
|
|
The requested policy information only lives in the Ds
|
|
.
|
|
|
|
MessageId=0x029C Facility=System Severity=Error SymbolicName=STATUS_VOLUME_NOT_UPGRADED
|
|
Language=English
|
|
The volume must be upgraded to enable this feature
|
|
.
|
|
|
|
MessageId=0x029D Facility=System Severity=Error SymbolicName=STATUS_REMOTE_STORAGE_NOT_ACTIVE
|
|
Language=English
|
|
The remote storage service is not operational at this time.
|
|
.
|
|
|
|
MessageId=0x029E Facility=System Severity=Error SymbolicName=STATUS_REMOTE_STORAGE_MEDIA_ERROR
|
|
Language=English
|
|
The remote storage service encountered a media error.
|
|
.
|
|
|
|
MessageId=0x029F Facility=System Severity=Error SymbolicName=STATUS_NO_TRACKING_SERVICE
|
|
Language=English
|
|
The tracking (workstation) service is not running.
|
|
.
|
|
|
|
MessageId=0x02A0 Facility=System Severity=Error SymbolicName=STATUS_SERVER_SID_MISMATCH
|
|
Language=English
|
|
The server process is running under a SID different than that required by client.
|
|
.
|
|
|
|
;//
|
|
;// Directory Service specific Errors
|
|
;//
|
|
|
|
MessageId=0x02A1 Facility=System Severity=Error SymbolicName=STATUS_DS_NO_ATTRIBUTE_OR_VALUE
|
|
Language=English
|
|
The specified directory service attribute or value does not exist.
|
|
.
|
|
|
|
MessageId=0x02A2 Facility=System Severity=Error SymbolicName=STATUS_DS_INVALID_ATTRIBUTE_SYNTAX
|
|
Language=English
|
|
The attribute syntax specified to the directory service is invalid.
|
|
.
|
|
|
|
MessageId=0x02A3 Facility=System Severity=Error SymbolicName=STATUS_DS_ATTRIBUTE_TYPE_UNDEFINED
|
|
Language=English
|
|
The attribute type specified to the directory service is not defined.
|
|
.
|
|
|
|
MessageId=0x02A4 Facility=System Severity=Error SymbolicName=STATUS_DS_ATTRIBUTE_OR_VALUE_EXISTS
|
|
Language=English
|
|
The specified directory service attribute or value already exists.
|
|
.
|
|
|
|
MessageId=0x02A5 Facility=System Severity=Error SymbolicName=STATUS_DS_BUSY
|
|
Language=English
|
|
The directory service is busy.
|
|
.
|
|
|
|
MessageId=0x02A6 Facility=System Severity=Error SymbolicName=STATUS_DS_UNAVAILABLE
|
|
Language=English
|
|
The directory service is not available.
|
|
.
|
|
|
|
MessageId=0x02A7 Facility=System Severity=Error SymbolicName=STATUS_DS_NO_RIDS_ALLOCATED
|
|
Language=English
|
|
The directory service was unable to allocate a relative identifier.
|
|
.
|
|
|
|
MessageId=0x02A8 Facility=System Severity=Error SymbolicName=STATUS_DS_NO_MORE_RIDS
|
|
Language=English
|
|
The directory service has exhausted the pool of relative identifiers.
|
|
.
|
|
|
|
MessageId=0x02A9 Facility=System Severity=Error SymbolicName=STATUS_DS_INCORRECT_ROLE_OWNER
|
|
Language=English
|
|
The requested operation could not be performed because the directory service is not the master for that type of operation.
|
|
.
|
|
|
|
MessageId=0x02AA Facility=System Severity=Error SymbolicName=STATUS_DS_RIDMGR_INIT_ERROR
|
|
Language=English
|
|
The directory service was unable to initialize the subsystem that allocates relative identifiers.
|
|
.
|
|
|
|
MessageId=0x02AB Facility=System Severity=Error SymbolicName=STATUS_DS_OBJ_CLASS_VIOLATION
|
|
Language=English
|
|
The requested operation did not satisfy one or more constraints associated with the class of the object.
|
|
.
|
|
|
|
MessageId=0x02AC Facility=System Severity=Error SymbolicName=STATUS_DS_CANT_ON_NON_LEAF
|
|
Language=English
|
|
The directory service can perform the requested operation only on a leaf object.
|
|
.
|
|
|
|
MessageId=0x02AD Facility=System Severity=Error SymbolicName=STATUS_DS_CANT_ON_RDN
|
|
Language=English
|
|
The directory service cannot perform the requested operation on the Relatively Defined Name (RDN) attribute of an object.
|
|
.
|
|
|
|
MessageId=0x02AE Facility=System Severity=Error SymbolicName=STATUS_DS_CANT_MOD_OBJ_CLASS
|
|
Language=English
|
|
The directory service detected an attempt to modify the object class of an object.
|
|
.
|
|
|
|
MessageId=0x02AF Facility=System Severity=Error SymbolicName=STATUS_DS_CROSS_DOM_MOVE_FAILED
|
|
Language=English
|
|
An error occurred while performing a cross domain move operation.
|
|
.
|
|
|
|
MessageId=0x02B0 Facility=System Severity=Error SymbolicName=STATUS_DS_GC_NOT_AVAILABLE
|
|
Language=English
|
|
Unable to Contact the Global Catalog Server.
|
|
.
|
|
|
|
MessageId=0x02B1 Facility=System Severity=Error SymbolicName=STATUS_DIRECTORY_SERVICE_REQUIRED
|
|
Language=English
|
|
The requested operation requires a directory service, and none was available.
|
|
.
|
|
|
|
MessageId=0x02B2 Facility=System Severity=Error SymbolicName=STATUS_REPARSE_ATTRIBUTE_CONFLICT
|
|
Language=English
|
|
The reparse attribute cannot be set as it is incompatible with an existing attribute.
|
|
.
|
|
|
|
MessageId=0x02B3 Facility=System Severity=Error SymbolicName=STATUS_CANT_ENABLE_DENY_ONLY
|
|
Language=English
|
|
A group marked use for deny only can not be enabled.
|
|
.
|
|
|
|
MessageId=0x02B4 Facility=System Severity=Error SymbolicName=STATUS_FLOAT_MULTIPLE_FAULTS ;// winnt
|
|
Language=English
|
|
{EXCEPTION}
|
|
Multiple floating point faults.
|
|
.
|
|
|
|
MessageId=0x02B5 Facility=System Severity=Error SymbolicName=STATUS_FLOAT_MULTIPLE_TRAPS ;// winnt
|
|
Language=English
|
|
{EXCEPTION}
|
|
Multiple floating point traps.
|
|
.
|
|
|
|
MessageId=0x02B6 Facility=System Severity=Error SymbolicName=STATUS_DEVICE_REMOVED
|
|
Language=English
|
|
The device has been removed.
|
|
.
|
|
|
|
MessageId=0x02B7 Facility=System Severity=Error SymbolicName=STATUS_JOURNAL_DELETE_IN_PROGRESS
|
|
Language=English
|
|
The volume change journal is being deleted.
|
|
.
|
|
|
|
MessageId=0x02B8 Facility=System Severity=Error SymbolicName=STATUS_JOURNAL_NOT_ACTIVE
|
|
Language=English
|
|
The volume change journal is not active.
|
|
.
|
|
|
|
MessageId=0x02B9 Facility=System Severity=Error SymbolicName=STATUS_NOINTERFACE
|
|
Language=English
|
|
The requested interface is not supported.
|
|
.
|
|
|
|
MessageId=0x02C1 Facility=System Severity=Error SymbolicName=STATUS_DS_ADMIN_LIMIT_EXCEEDED
|
|
Language=English
|
|
A directory service resource limit has been exceeded.
|
|
.
|
|
|
|
MessageId=0x02C2 Facility=System Severity=Error SymbolicName=STATUS_DRIVER_FAILED_SLEEP
|
|
Language=English
|
|
{System Standby Failed}
|
|
The driver %hs does not support standby mode. Updating this driver may allow the system to go to standby mode.
|
|
.
|
|
|
|
MessageId=0x02C3 Facility=System Severity=Error SymbolicName=STATUS_MUTUAL_AUTHENTICATION_FAILED
|
|
Language=English
|
|
Mutual Authentication failed. The server's password is out of date at the domain controller.
|
|
.
|
|
|
|
MessageId=0x02C4 Facility=System Severity=Error SymbolicName=STATUS_CORRUPT_SYSTEM_FILE
|
|
Language=English
|
|
The system file %1 has become corrupt and has been replaced.
|
|
.
|
|
|
|
MessageId=0x02C5 Facility=System Severity=Error SymbolicName=STATUS_DATATYPE_MISALIGNMENT_ERROR ;
|
|
Language=English
|
|
{EXCEPTION}
|
|
Alignment Error
|
|
A datatype misalignment error was detected in a load or store instruction.
|
|
.
|
|
|
|
MessageId=0x02C6 Facility=System Severity=Error SymbolicName=STATUS_WMI_READ_ONLY
|
|
Language=English
|
|
The WMI data item or data block is read only.
|
|
.
|
|
|
|
MessageId=0x02C7 Facility=System Severity=Error SymbolicName=STATUS_WMI_SET_FAILURE
|
|
Language=English
|
|
The WMI data item or data block could not be changed.
|
|
.
|
|
|
|
MessageId=0x02C8 Facility=System Severity=Error SymbolicName=STATUS_COMMITMENT_MINIMUM
|
|
Language=English
|
|
{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.
|
|
.
|
|
|
|
MessageId=0x02C9 Facility=System Severity=Error SymbolicName=STATUS_REG_NAT_CONSUMPTION ;// winnt
|
|
Language=English
|
|
{EXCEPTION}
|
|
Register NaT consumption faults.
|
|
A NaT value is consumed on a non speculative instruction.
|
|
.
|
|
|
|
MessageId=0x02CA Facility=System Severity=Error SymbolicName=STATUS_TRANSPORT_FULL
|
|
Language=English
|
|
The medium changer's transport element contains media, which is causing the operation to fail.
|
|
.
|
|
|
|
MessageId=0x02CB Facility=System Severity=Error SymbolicName=STATUS_DS_SAM_INIT_FAILURE
|
|
Language=English
|
|
Security Accounts Manager initialization failed because of the following error:
|
|
%hs
|
|
Error Status: 0x%x.
|
|
Please click OK to shutdown this system and reboot into Directory Services Restore Mode, check the event log for more detailed information.
|
|
.
|
|
|
|
MessageId=0x02CC Facility=System Severity=Error SymbolicName=STATUS_ONLY_IF_CONNECTED
|
|
Language=English
|
|
This operation is supported only when you are connected to the server.
|
|
.
|
|
|
|
MessageId=0x02CD Facility=System Severity=Error SymbolicName=STATUS_DS_SENSITIVE_GROUP_VIOLATION
|
|
Language=English
|
|
Only an administrator can modify the membership list of an administrative group.
|
|
.
|
|
|
|
MessageId=0x02CE Facility=System Severity=Error SymbolicName=STATUS_PNP_RESTART_ENUMERATION
|
|
Language=English
|
|
A device was removed so enumeration must be restarted.
|
|
.
|
|
|
|
MessageId=0x02CF Facility=System Severity=Error SymbolicName=STATUS_JOURNAL_ENTRY_DELETED
|
|
Language=English
|
|
The journal entry has been deleted from the journal.
|
|
.
|
|
|
|
MessageId=0x02D0 Facility=System Severity=Error SymbolicName=STATUS_DS_CANT_MOD_PRIMARYGROUPID
|
|
Language=English
|
|
Cannot change the primary group ID of a domain controller account.
|
|
.
|
|
|
|
MessageId=0x02D1 Facility=System Severity=Error SymbolicName=STATUS_SYSTEM_IMAGE_BAD_SIGNATURE
|
|
Language=English
|
|
{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.
|
|
.
|
|
|
|
MessageId=0x02D2 Facility=System Severity=Error SymbolicName=STATUS_PNP_REBOOT_REQUIRED
|
|
Language=English
|
|
Device will not start without a reboot.
|
|
.
|
|
|
|
MessageId=0x02D3 Facility=System Severity=Error SymbolicName=STATUS_POWER_STATE_INVALID
|
|
Language=English
|
|
Current device power state cannot support this request.
|
|
.
|
|
|
|
MessageId=0x02D4 Facility=System Severity=Error SymbolicName=STATUS_DS_INVALID_GROUP_TYPE
|
|
Language=English
|
|
The specified group type is invalid.
|
|
.
|
|
|
|
MessageId=0x02D5 Facility=System Severity=Error SymbolicName=STATUS_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN
|
|
Language=English
|
|
In mixed domain no nesting of global group if group is security enabled.
|
|
.
|
|
|
|
MessageId=0x02D6 Facility=System Severity=Error SymbolicName=STATUS_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN
|
|
Language=English
|
|
In mixed domain, cannot nest local groups with other local groups, if the group is security enabled.
|
|
.
|
|
|
|
MessageId=0x02D7 Facility=System Severity=Error SymbolicName=STATUS_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER
|
|
Language=English
|
|
A global group cannot have a local group as a member.
|
|
.
|
|
|
|
MessageId=0x02D8 Facility=System Severity=Error SymbolicName=STATUS_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER
|
|
Language=English
|
|
A global group cannot have a universal group as a member.
|
|
.
|
|
|
|
MessageId=0x02D9 Facility=System Severity=Error SymbolicName=STATUS_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER
|
|
Language=English
|
|
A universal group cannot have a local group as a member.
|
|
.
|
|
|
|
MessageId=0x02DA Facility=System Severity=Error SymbolicName=STATUS_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER
|
|
Language=English
|
|
A global group cannot have a cross domain member.
|
|
.
|
|
|
|
MessageId=0x02DB Facility=System Severity=Error SymbolicName=STATUS_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER
|
|
Language=English
|
|
A local group cannot have another cross domain local group as a member.
|
|
.
|
|
|
|
MessageId=0x02DC Facility=System Severity=Error SymbolicName=STATUS_DS_HAVE_PRIMARY_MEMBERS
|
|
Language=English
|
|
Can not change to security disabled group because of having primary members in this group.
|
|
.
|
|
|
|
MessageId=0x02DD Facility=System Severity=Error SymbolicName=STATUS_WMI_NOT_SUPPORTED
|
|
Language=English
|
|
The WMI operation is not supported by the data block or method.
|
|
.
|
|
|
|
MessageId=0x02DE Facility=System Severity=Error SymbolicName=STATUS_INSUFFICIENT_POWER
|
|
Language=English
|
|
There is not enough power to complete the requested operation.
|
|
.
|
|
|
|
MessageId=0x02DF Facility=System Severity=Error SymbolicName=STATUS_SAM_NEED_BOOTKEY_PASSWORD
|
|
Language=English
|
|
Security Account Manager needs to get the boot password.
|
|
.
|
|
|
|
MessageId=0x02E0 Facility=System Severity=Error SymbolicName=STATUS_SAM_NEED_BOOTKEY_FLOPPY
|
|
Language=English
|
|
Security Account Manager needs to get the boot key from floppy disk.
|
|
.
|
|
|
|
MessageId=0x02E1 Facility=System Severity=Error SymbolicName=STATUS_DS_CANT_START
|
|
Language=English
|
|
Directory Service can not start.
|
|
.
|
|
|
|
MessageId=0x02E2 Facility=System Severity=Error SymbolicName=STATUS_DS_INIT_FAILURE
|
|
Language=English
|
|
Directory Services could not start because of the following error:
|
|
%hs
|
|
Error Status: 0x%x.
|
|
Please click OK to shutdown this system and reboot into Directory Services Restore Mode, check the event log for more detailed information.
|
|
.
|
|
|
|
MessageId=0x02E3 Facility=System Severity=Error SymbolicName=STATUS_SAM_INIT_FAILURE
|
|
Language=English
|
|
Security Accounts Manager initialization failed because of the following error:
|
|
%hs
|
|
Error Status: 0x%x.
|
|
Please click OK to shutdown this system and reboot into Safe Mode, check the event log for more detailed information.
|
|
.
|
|
|
|
MessageId=0x02E4 Facility=System Severity=Error SymbolicName=STATUS_DS_GC_REQUIRED
|
|
Language=English
|
|
The requested operation can be performed only on a global catalog server.
|
|
.
|
|
|
|
MessageId=0x02E5 Facility=System Severity=Error SymbolicName=STATUS_DS_LOCAL_MEMBER_OF_LOCAL_ONLY
|
|
Language=English
|
|
A local group can only be a member of other local groups in the same domain.
|
|
.
|
|
|
|
|
|
MessageId=0x02E6 Facility=System Severity=Error SymbolicName=STATUS_DS_NO_FPO_IN_UNIVERSAL_GROUPS
|
|
Language=English
|
|
Foreign security principals cannot be members of universal groups.
|
|
.
|
|
|
|
MessageId=0x02E7 Facility=System Severity=Error SymbolicName=STATUS_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED
|
|
Language=English
|
|
Your computer could not be joined to the domain. You have exceeded the maximum number of computer accounts you are allowed to create in this domain. Contact your system administrator to have this limit reset or increased.
|
|
.
|
|
|
|
MessageId=0x02E8 Facility=System Severity=Error SymbolicName=STATUS_MULTIPLE_FAULT_VIOLATION
|
|
Language=English
|
|
.
|
|
|
|
MessageId=0x02E9 Facility=System Severity=Error SymbolicName=STATUS_CURRENT_DOMAIN_NOT_ALLOWED
|
|
Language=English
|
|
This operation can not be performed on the current domain.
|
|
.
|
|
|
|
MessageId=0x02EA Facility=System Severity=Error SymbolicName=STATUS_CANNOT_MAKE
|
|
Language=English
|
|
The directory or file cannot be created.
|
|
.
|
|
|
|
MessageId=0x02EB Facility=System Severity=Error SymbolicName=STATUS_SYSTEM_SHUTDOWN
|
|
Language=English
|
|
The system is in the process of shutting down.
|
|
.
|
|
|
|
MessageId=0x02EC Facility=System Severity=Error SymbolicName=STATUS_DS_INIT_FAILURE_CONSOLE
|
|
Language=English
|
|
Directory Services could not start because of the following error:
|
|
%hs
|
|
Error Status: 0x%x.
|
|
Please click OK to shutdown the system. You can use the recovery console to diagnose the system further.
|
|
.
|
|
|
|
MessageId=0x02ED Facility=System Severity=Error SymbolicName=STATUS_DS_SAM_INIT_FAILURE_CONSOLE
|
|
Language=English
|
|
Security Accounts Manager initialization failed because of the following error:
|
|
%hs
|
|
Error Status: 0x%x.
|
|
Please click OK to shutdown the system. You can use the recovery console to diagnose the system further.
|
|
.
|
|
|
|
MessageId=0x02EE Facility=System Severity=Error SymbolicName=STATUS_UNFINISHED_CONTEXT_DELETED
|
|
Language=English
|
|
A security context was deleted before the context was completed. This is considered a logon failure.
|
|
.
|
|
|
|
MessageId=0x02EF Facility=System Severity=Error SymbolicName=STATUS_NO_TGT_REPLY
|
|
Language=English
|
|
The client is trying to negotiate a context and the server requires user-to-user but didn't send a TGT reply.
|
|
.
|
|
|
|
MessageId=0x02F0 Facility=System Severity=Error SymbolicName=STATUS_OBJECTID_NOT_FOUND
|
|
Language=English
|
|
An object ID was not found in the file.
|
|
.
|
|
|
|
MessageId=0x02F1 Facility=System Severity=Error SymbolicName=STATUS_NO_IP_ADDRESSES
|
|
Language=English
|
|
Unable to accomplish the requested task because the local machine does not have any IP addresses.
|
|
.
|
|
|
|
MessageId=0x02F2 Facility=System Severity=Error SymbolicName=STATUS_WRONG_CREDENTIAL_HANDLE
|
|
Language=English
|
|
The supplied credential handle does not match the credential associated with the security context.
|
|
.
|
|
|
|
MessageId=0x02F3 Facility=System Severity=Error SymbolicName=STATUS_CRYPTO_SYSTEM_INVALID
|
|
Language=English
|
|
The crypto system or checksum function is invalid because a required function is unavailable.
|
|
.
|
|
|
|
MessageId=0x02F4 Facility=System Severity=Error SymbolicName=STATUS_MAX_REFERRALS_EXCEEDED
|
|
Language=English
|
|
The number of maximum ticket referrals has been exceeded.
|
|
.
|
|
|
|
MessageId=0x02F5 Facility=System Severity=Error SymbolicName=STATUS_MUST_BE_KDC
|
|
Language=English
|
|
The local machine must be a Kerberos KDC (domain controller) and it is not.
|
|
.
|
|
|
|
MessageId=0x02F6 Facility=System Severity=Error SymbolicName=STATUS_STRONG_CRYPTO_NOT_SUPPORTED
|
|
Language=English
|
|
The other end of the security negotiation is requires strong crypto but it is not supported on the local machine.
|
|
.
|
|
|
|
MessageId=0x02F7 Facility=System Severity=Error SymbolicName=STATUS_TOO_MANY_PRINCIPALS
|
|
Language=English
|
|
The KDC reply contained more than one principal name.
|
|
.
|
|
|
|
MessageId=0x02F8 Facility=System Severity=Error SymbolicName=STATUS_NO_PA_DATA
|
|
Language=English
|
|
Expected to find PA data for a hint of what etype to use, but it was not found.
|
|
.
|
|
|
|
MessageId=0x02F9 Facility=System Severity=Error SymbolicName=STATUS_PKINIT_NAME_MISMATCH
|
|
Language=English
|
|
The client cert name does not matches the user name or the KDC name is incorrect.
|
|
.
|
|
|
|
MessageId=0x02FA Facility=System Severity=Error SymbolicName=STATUS_SMARTCARD_LOGON_REQUIRED
|
|
Language=English
|
|
Smartcard logon is required and was not used.
|
|
.
|
|
|
|
MessageId=0x02FB Facility=System Severity=Error SymbolicName=STATUS_KDC_INVALID_REQUEST
|
|
Language=English
|
|
An invalid request was sent to the KDC.
|
|
.
|
|
|
|
MessageId=0x02FC Facility=System Severity=Error SymbolicName=STATUS_KDC_UNABLE_TO_REFER
|
|
Language=English
|
|
The KDC was unable to generate a referral for the service requested.
|
|
.
|
|
|
|
MessageId=0x02FD Facility=System Severity=Error SymbolicName=STATUS_KDC_UNKNOWN_ETYPE
|
|
Language=English
|
|
The encryption type requested is not supported by the KDC.
|
|
.
|
|
|
|
MessageId=0x02fe Facility=System Severity=Error SymbolicName=STATUS_SHUTDOWN_IN_PROGRESS
|
|
Language=English
|
|
A system shutdown is in progress.
|
|
.
|
|
|
|
MessageId=0x02FF Facility=System Severity=Error SymbolicName=STATUS_SERVER_SHUTDOWN_IN_PROGRESS
|
|
Language=English
|
|
The server machine is shutting down.
|
|
.
|
|
|
|
MessageId=0x0300 Facility=System Severity=Error SymbolicName=STATUS_NOT_SUPPORTED_ON_SBS
|
|
Language=English
|
|
This operation is not supported on a Microsoft Small Business Server
|
|
.
|
|
|
|
MessageId=0x0301 Facility=System Severity=Error SymbolicName=STATUS_WMI_GUID_DISCONNECTED
|
|
Language=English
|
|
The WMI GUID is no longer available
|
|
.
|
|
|
|
MessageId=0x0302 Facility=System Severity=Error SymbolicName=STATUS_WMI_ALREADY_DISABLED
|
|
Language=English
|
|
Collection or events for the WMI GUID is already disabled.
|
|
.
|
|
|
|
MessageId=0x0303 Facility=System Severity=Error SymbolicName=STATUS_WMI_ALREADY_ENABLED
|
|
Language=English
|
|
Collection or events for the WMI GUID is already enabled.
|
|
.
|
|
|
|
MessageId=0x0304 Facility=System Severity=Error SymbolicName=STATUS_MFT_TOO_FRAGMENTED
|
|
Language=English
|
|
The Master File Table on the volume is too fragmented to complete this operation.
|
|
.
|
|
|
|
|
|
MessageId=0x0305 Facility=System Severity=Error SymbolicName=STATUS_COPY_PROTECTION_FAILURE
|
|
Language=English
|
|
Copy protection failure.
|
|
.
|
|
|
|
MessageId=0x0306 Facility=System Severity=Error SymbolicName=STATUS_CSS_AUTHENTICATION_FAILURE
|
|
Language=English
|
|
Copy protection error - DVD CSS Authentication failed.
|
|
.
|
|
|
|
MessageId=0x0307 Facility=System Severity=Error SymbolicName=STATUS_CSS_KEY_NOT_PRESENT
|
|
Language=English
|
|
Copy protection error - The given sector does not contain a valid key.
|
|
.
|
|
|
|
MessageId=0x0308 Facility=System Severity=Error SymbolicName=STATUS_CSS_KEY_NOT_ESTABLISHED
|
|
Language=English
|
|
Copy protection error - DVD session key not established.
|
|
.
|
|
|
|
MessageId=0x0309 Facility=System Severity=Error SymbolicName=STATUS_CSS_SCRAMBLED_SECTOR
|
|
Language=English
|
|
Copy protection error - The read failed because the sector is encrypted.
|
|
.
|
|
|
|
MessageId=0x030a Facility=System Severity=Error SymbolicName=STATUS_CSS_REGION_MISMATCH
|
|
Language=English
|
|
Copy protection error - The given DVD's region does not correspond to the
|
|
region setting of the drive.
|
|
.
|
|
|
|
MessageId=0x030b Facility=System Severity=Error SymbolicName=STATUS_CSS_RESETS_EXHAUSTED
|
|
Language=English
|
|
Copy protection error - The drive's region setting may be permanent.
|
|
.
|
|
|
|
;/*++
|
|
;
|
|
; MessageId's 0x030c - 0x031f (inclusive) are reserved for future **STORAGE**
|
|
; copy protection errors.
|
|
;
|
|
;--*/
|
|
|
|
|
|
MessageId=0x0320 Facility=System Severity=Error SymbolicName=STATUS_PKINIT_FAILURE
|
|
Language=English
|
|
The kerberos protocol encountered an error while validating the KDC certificate during smartcard Logon
|
|
.
|
|
|
|
MessageId=0x0321 Facility=System Severity=Error SymbolicName=STATUS_SMARTCARD_SUBSYSTEM_FAILURE
|
|
Language=English
|
|
The kerberos protocol encountered an error while attempting to utilize the smartcard subsystem.
|
|
.
|
|
|
|
MessageId=0x0322 Facility=System Severity=Error SymbolicName=STATUS_NO_KERB_KEY Language=English
|
|
The target server does not have acceptable kerberos credentials.
|
|
.
|
|
|
|
;/*++
|
|
;
|
|
; MessageId's 0x0323 - 0x034f (inclusive) are reserved for other future copy
|
|
; protection errors.
|
|
;
|
|
;--*/
|
|
|
|
|
|
MessageId=0x0350 Facility=System Severity=Error SymbolicName=STATUS_HOST_DOWN
|
|
Language=English
|
|
The transport determined that the remote system is down.
|
|
.
|
|
|
|
MessageId=0x0351 Facility=System Severity=Error SymbolicName=STATUS_UNSUPPORTED_PREAUTH
|
|
Language=English
|
|
An unsupported preauthentication mechanism was presented to the kerberos package.
|
|
.
|
|
|
|
MessageId=0x0352 Facility=System Severity=Error SymbolicName=STATUS_EFS_ALG_BLOB_TOO_BIG
|
|
Language=English
|
|
The encryption algorithm used on the source file needs a bigger key buffer than the one used on the destination file.
|
|
.
|
|
|
|
MessageId=0x0353 Facility=System Severity=Error SymbolicName=STATUS_PORT_NOT_SET
|
|
Language=English
|
|
An attempt to remove a processes DebugPort was made, but a port was not already associated with the process.
|
|
.
|
|
|
|
MessageId=0x0354 Facility=System Severity=Error SymbolicName=STATUS_DEBUGGER_INACTIVE
|
|
Language=English
|
|
An attempt to do an operation on a debug port failed because the port is in the process of being deleted.
|
|
.
|
|
|
|
MessageId=0x0355 Facility=System Severity=Error SymbolicName=STATUS_DS_VERSION_CHECK_FAILURE
|
|
Language=English
|
|
This version of Windows is not compatible with the behavior version of directory forest, domain or domain controller.
|
|
.
|
|
|
|
MessageId=0x0356 Facility=System Severity=Error SymbolicName=STATUS_AUDITING_DISABLED
|
|
Language=English
|
|
The specified event is currently not being audited.
|
|
.
|
|
|
|
MessageId=0x0357 Facility=System Severity=Error SymbolicName=STATUS_PRENT4_MACHINE_ACCOUNT
|
|
Language=English
|
|
The machine account was created pre-NT4. The account needs to be recreated.
|
|
.
|
|
|
|
MessageId=0x0358 Facility=System Severity=Error SymbolicName=STATUS_DS_AG_CANT_HAVE_UNIVERSAL_MEMBER
|
|
Language=English
|
|
A account group can not have a universal group as a member.
|
|
.
|
|
|
|
MessageId=0x0359 Facility=System Severity=Error SymbolicName=STATUS_INVALID_IMAGE_WIN_32
|
|
Language=English
|
|
The specified image file did not have the correct format, it appears to be a 32-bit Windows image.
|
|
.
|
|
|
|
MessageId=0x035A Facility=System Severity=Error SymbolicName=STATUS_INVALID_IMAGE_WIN_64
|
|
Language=English
|
|
The specified image file did not have the correct format, it appears to be a 64-bit Windows image.
|
|
.
|
|
|
|
MessageId=0x035B Facility=System Severity=Error SymbolicName=STATUS_BAD_BINDINGS
|
|
Language=English
|
|
Client's supplied SSPI channel bindings were incorrect.
|
|
.
|
|
|
|
MessageId=0x035C Facility=System Severity=Error SymbolicName=STATUS_NETWORK_SESSION_EXPIRED
|
|
Language=English
|
|
The client's session has expired, so the client must reauthenticate to continue accessing the remote resources.
|
|
.
|
|
|
|
MessageId=0x035D Facility=System Severity=Error SymbolicName=STATUS_APPHELP_BLOCK
|
|
Language=English
|
|
AppHelp dialog canceled thus preventing the application from starting.
|
|
.
|
|
|
|
MessageId=0x035E Facility=System Severity=Error SymbolicName=STATUS_ALL_SIDS_FILTERED
|
|
Language=English
|
|
The SID filtering operation removed all SIDs.
|
|
.
|
|
|
|
MessageId=0x035F Facility=System Severity=Error SymbolicName=STATUS_NOT_SAFE_MODE_DRIVER
|
|
Language=English
|
|
The driver was not loaded because the system is booting into safe mode.
|
|
.
|
|
|
|
MessageId=0x0361 Facility=System Severity=Error SymbolicName=STATUS_ACCESS_DISABLED_BY_POLICY_DEFAULT
|
|
Language=English
|
|
Access to %1 has been restricted by your Administrator by the default software restriction policy level.
|
|
.
|
|
|
|
MessageId=0x0362 Facility=System Severity=Error SymbolicName=STATUS_ACCESS_DISABLED_BY_POLICY_PATH
|
|
Language=English
|
|
Access to %1 has been restricted by your Administrator by location with policy rule %2 placed on path %3
|
|
.
|
|
|
|
MessageId=0x0363 Facility=System Severity=Error SymbolicName=STATUS_ACCESS_DISABLED_BY_POLICY_PUBLISHER
|
|
Language=English
|
|
Access to %1 has been restricted by your Administrator by software publisher policy.
|
|
.
|
|
|
|
MessageId=0x0364 Facility=System Severity=Error SymbolicName=STATUS_ACCESS_DISABLED_BY_POLICY_OTHER
|
|
Language=English
|
|
Access to %1 has been restricted by your Administrator by policy rule %2.
|
|
.
|
|
|
|
MessageId=0x0365 Facility=System Severity=Error SymbolicName=STATUS_FAILED_DRIVER_ENTRY
|
|
Language=English
|
|
The driver was not loaded because it failed it's initialization call.
|
|
.
|
|
|
|
MessageId=0x0366 Facility=System Severity=Error SymbolicName=STATUS_DEVICE_ENUMERATION_ERROR
|
|
Language=English
|
|
The "%hs" 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.
|
|
.
|
|
|
|
MessageId=0x0367 Facility=System Severity=Success SymbolicName=STATUS_WAIT_FOR_OPLOCK
|
|
Language=English
|
|
An operation is blocked waiting for an oplock.
|
|
.
|
|
|
|
MessageId=0x0368 Facility=System Severity=Error SymbolicName=STATUS_MOUNT_POINT_NOT_RESOLVED
|
|
Language=English
|
|
The create operation failed because the name contained at least one mount point which resolves to a volume to which the specified device object is not attached.
|
|
.
|
|
|
|
MessageId=0x0369 Facility=System Severity=Error SymbolicName=STATUS_INVALID_DEVICE_OBJECT_PARAMETER
|
|
Language=English
|
|
The device object parameter is either not a valid device object or is not attached to the volume specified by the file name.
|
|
.
|
|
|
|
MessageId=0x036a Facility=System Severity=Error SymbolicName=STATUS_MCA_OCCURED
|
|
Language=English
|
|
A Machine Check Error has occured. Please check the system eventlog for additional information.
|
|
.
|
|
|
|
MessageId=0x036B Facility=System Severity=Error SymbolicName=STATUS_DRIVER_BLOCKED_CRITICAL
|
|
Language=English
|
|
Driver %2 has been blocked from loading.
|
|
.
|
|
|
|
MessageId=0x036C Facility=System Severity=Error SymbolicName=STATUS_DRIVER_BLOCKED
|
|
Language=English
|
|
Driver %2 has been blocked from loading.
|
|
.
|
|
|
|
MessageId=0x036D Facility=System Severity=Error SymbolicName=STATUS_DRIVER_DATABASE_ERROR
|
|
Language=English
|
|
There was error [%2] processing the driver database.
|
|
.
|
|
|
|
MessageId=0x036E Facility=System Severity=Error SymbolicName=STATUS_SYSTEM_HIVE_TOO_LARGE
|
|
Language=English
|
|
System hive size has exceeded its limit.
|
|
.
|
|
|
|
MessageId=0x036f Facility=System Severity=Error SymbolicName=STATUS_INVALID_IMPORT_OF_NON_DLL
|
|
Language=English
|
|
A dynamic link library (DLL) referenced a module that was neither a DLL nor the process's executable image.
|
|
.
|
|
|
|
MessageId=0x0370 Facility=System Severity=Informational SymbolicName=STATUS_DS_SHUTTING_DOWN
|
|
Language=English
|
|
The Directory Service is shuting down.
|
|
.
|
|
|
|
MessageId=0x0380 Facility=System Severity=Error SymbolicName=STATUS_SMARTCARD_WRONG_PIN
|
|
Language=English
|
|
An incorrect PIN was presented to the smart card
|
|
.
|
|
|
|
MessageId=0x381 Facility=System Severity=Error SymbolicName=STATUS_SMARTCARD_CARD_BLOCKED
|
|
Language=English
|
|
The smart card is blocked
|
|
.
|
|
|
|
MessageId=0x382 Facility=System Severity=Error SymbolicName=STATUS_SMARTCARD_CARD_NOT_AUTHENTICATED
|
|
Language=English
|
|
No PIN was presented to the smart card
|
|
.
|
|
|
|
MessageId=0x383 Facility=System Severity=Error SymbolicName=STATUS_SMARTCARD_NO_CARD
|
|
Language=English
|
|
No smart card available
|
|
.
|
|
|
|
MessageId=0x384 Facility=System Severity=Error SymbolicName=STATUS_SMARTCARD_NO_KEY_CONTAINER
|
|
Language=English
|
|
The requested key container does not exist on the smart card
|
|
.
|
|
|
|
MessageId=0x385 Facility=System Severity=Error SymbolicName=STATUS_SMARTCARD_NO_CERTIFICATE
|
|
Language=English
|
|
The requested certificate does not exist on the smart card
|
|
.
|
|
|
|
MessageId=0x386 Facility=System Severity=Error SymbolicName=STATUS_SMARTCARD_NO_KEYSET
|
|
Language=English
|
|
The requested keyset does not exist
|
|
.
|
|
|
|
MessageId=0x387 Facility=System Severity=Error SymbolicName=STATUS_SMARTCARD_IO_ERROR
|
|
Language=English
|
|
A communication error with the smart card has been detected.
|
|
.
|
|
|
|
MessageId=0x388 Facility=System Severity=Error SymbolicName=STATUS_DOWNGRADE_DETECTED
|
|
Language=English
|
|
The system detected a possible attempt to compromise security. Please ensure that you can contact the server that authenticated you.
|
|
.
|
|
|
|
MessageId=0x389 Facility=System Severity=Error SymbolicName=STATUS_SMARTCARD_CERT_REVOKED
|
|
Language=English
|
|
The smartcard certificate used for authentication has been revoked.
|
|
Please contact your system administrator. There may be additional information in the
|
|
event log.
|
|
.
|
|
|
|
MessageId=0x38A Facility=System Severity=Error SymbolicName=STATUS_ISSUING_CA_UNTRUSTED
|
|
Language=English
|
|
An untrusted certificate authority was detected While processing the
|
|
smartcard certificate used for authentication. Please contact your system
|
|
administrator.
|
|
.
|
|
|
|
MessageId=0x38B Facility=System Severity=Error SymbolicName=STATUS_REVOCATION_OFFLINE_C
|
|
Language=English
|
|
The revocation status of the smartcard certificate used for
|
|
authentication could not be determined. Please contact your system administrator.
|
|
.
|
|
|
|
MessageId=0x38C Facility=System Severity=Error SymbolicName=STATUS_PKINIT_CLIENT_FAILURE
|
|
Language=English
|
|
The smartcard certificate used for authentication was not trusted. Please
|
|
contact your system administrator.
|
|
.
|
|
|
|
MessageId=0x38D Facility=System Severity=Error SymbolicName=STATUS_SMARTCARD_CERT_EXPIRED
|
|
Language=English
|
|
The smartcard certificate used for authentication has expired. Please
|
|
contact your system administrator.
|
|
.
|
|
|
|
MessageId=0x38E Facility=System Severity=Error SymbolicName=STATUS_DRIVER_FAILED_PRIOR_UNLOAD
|
|
Language=English
|
|
The driver could not be loaded because a previous version of the driver is still in memory.
|
|
.
|
|
|
|
; /* MessageId up to 0x400 is reserved for smart cards */
|
|
|
|
;
|
|
; /* This code is used by .Net server. reserved. */
|
|
;
|
|
; /* MessageId=0x408 Facility=System Severity=Error SymbolicName=STATUS_USER2USER_REQUIRED */
|
|
; /* Language=English */
|
|
; /* Kerberos sub-protocol User2User is required. */
|
|
; /* . */
|
|
|
|
; /* This code is used by .Net server. reserved. */
|
|
;
|
|
; /* MessageId=0x0415 Facility=System Severity=ERROR SymbolicName=STATUS_HUNG_DISPLAY_DRIVER_THREAD */
|
|
; /* Language=English */
|
|
; /* {Display Driver Stopped Responding} */
|
|
; /* The %hs display driver has stopped working normally. Save your work and reboot the system to restore full display functionality. */
|
|
; /* The next time you reboot the machine a dialog will be displayed giving you a chance to upload data about this failure to Microsoft. */
|
|
; /* . */
|
|
|
|
MessageId=0x9898 Facility=System Severity=Error SymbolicName=STATUS_WOW_ASSERTION
|
|
Language=English
|
|
WOW Assertion Error.
|
|
.
|
|
|
|
MessageId=0x0001 Facility=Debugger Severity=Error SymbolicName=DBG_NO_STATE_CHANGE
|
|
Language=English
|
|
Debugger did not perform a state change.
|
|
.
|
|
|
|
MessageId=0x0002 Facility=Debugger Severity=Error SymbolicName=DBG_APP_NOT_IDLE
|
|
Language=English
|
|
Debugger has found the application is not idle.
|
|
.
|
|
|
|
|
|
MessageId=0x0001 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_INVALID_STRING_BINDING
|
|
Language=English
|
|
The string binding is invalid.
|
|
.
|
|
|
|
MessageId=0x0002 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_WRONG_KIND_OF_BINDING Language=English
|
|
The binding handle is not the correct type.
|
|
.
|
|
|
|
MessageId=0x0003 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_INVALID_BINDING
|
|
Language=English
|
|
The binding handle is invalid.
|
|
.
|
|
|
|
MessageId=0x0004 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_PROTSEQ_NOT_SUPPORTED
|
|
Language=English
|
|
The RPC protocol sequence is not supported.
|
|
.
|
|
|
|
MessageId=0x0005 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_INVALID_RPC_PROTSEQ
|
|
Language=English
|
|
The RPC protocol sequence is invalid.
|
|
.
|
|
|
|
MessageId=0x0006 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_INVALID_STRING_UUID
|
|
Language=English
|
|
The string UUID is invalid.
|
|
.
|
|
|
|
MessageId=0x0007 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_INVALID_ENDPOINT_FORMAT
|
|
Language=English
|
|
The endpoint format is invalid.
|
|
.
|
|
|
|
MessageId=0x0008 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_INVALID_NET_ADDR
|
|
Language=English
|
|
The network address is invalid.
|
|
.
|
|
|
|
MessageId=0x0009 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_NO_ENDPOINT_FOUND
|
|
Language=English
|
|
No endpoint was found.
|
|
.
|
|
|
|
MessageId=0x000A Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_INVALID_TIMEOUT
|
|
Language=English
|
|
The timeout value is invalid.
|
|
.
|
|
|
|
MessageId=0x000B Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_OBJECT_NOT_FOUND
|
|
Language=English
|
|
The object UUID was not found.
|
|
.
|
|
|
|
MessageId=0x000C Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_ALREADY_REGISTERED
|
|
Language=English
|
|
The object UUID has already been registered.
|
|
.
|
|
|
|
MessageId=0x000D Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_TYPE_ALREADY_REGISTERED
|
|
Language=English
|
|
The type UUID has already been registered.
|
|
.
|
|
|
|
MessageId=0x000E Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_ALREADY_LISTENING
|
|
Language=English
|
|
The RPC server is already listening.
|
|
.
|
|
|
|
MessageId=0x000F Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_NO_PROTSEQS_REGISTERED
|
|
Language=English
|
|
No protocol sequences have been registered.
|
|
.
|
|
|
|
MessageId=0x0010 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_NOT_LISTENING
|
|
Language=English
|
|
The RPC server is not listening.
|
|
.
|
|
|
|
MessageId=0x0011 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_UNKNOWN_MGR_TYPE
|
|
Language=English
|
|
The manager type is unknown.
|
|
.
|
|
|
|
MessageId=0x0012 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_UNKNOWN_IF
|
|
Language=English
|
|
The interface is unknown.
|
|
.
|
|
|
|
MessageId=0x0013 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_NO_BINDINGS
|
|
Language=English
|
|
There are no bindings.
|
|
.
|
|
|
|
MessageId=0x0014 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_NO_PROTSEQS
|
|
Language=English
|
|
There are no protocol sequences.
|
|
.
|
|
|
|
MessageId=0x0015 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_CANT_CREATE_ENDPOINT
|
|
Language=English
|
|
The endpoint cannot be created.
|
|
.
|
|
|
|
MessageId=0x0016 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_OUT_OF_RESOURCES
|
|
Language=English
|
|
Not enough resources are available to complete this operation.
|
|
.
|
|
|
|
MessageId=0x0017 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_SERVER_UNAVAILABLE
|
|
Language=English
|
|
The RPC server is unavailable.
|
|
.
|
|
|
|
MessageId=0x0018 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_SERVER_TOO_BUSY
|
|
Language=English
|
|
The RPC server is too busy to complete this operation.
|
|
.
|
|
|
|
MessageId=0x0019 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_INVALID_NETWORK_OPTIONS
|
|
Language=English
|
|
The network options are invalid.
|
|
.
|
|
|
|
MessageId=0x001A Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_NO_CALL_ACTIVE
|
|
Language=English
|
|
There are no remote procedure calls active on this thread.
|
|
.
|
|
|
|
MessageId=0x001B Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_CALL_FAILED
|
|
Language=English
|
|
The remote procedure call failed.
|
|
.
|
|
|
|
MessageId=0x001C Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_CALL_FAILED_DNE
|
|
Language=English
|
|
The remote procedure call failed and did not execute.
|
|
.
|
|
|
|
MessageId=0x001D Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_PROTOCOL_ERROR
|
|
Language=English
|
|
An RPC protocol error occurred.
|
|
.
|
|
|
|
MessageId=0x001F Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_UNSUPPORTED_TRANS_SYN
|
|
Language=English
|
|
The transfer syntax is not supported by the RPC server.
|
|
.
|
|
|
|
MessageId=0x0021 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_UNSUPPORTED_TYPE
|
|
Language=English
|
|
The type UUID is not supported.
|
|
.
|
|
|
|
MessageId=0x0022 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_INVALID_TAG
|
|
Language=English
|
|
The tag is invalid.
|
|
.
|
|
|
|
MessageId=0x0023 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_INVALID_BOUND
|
|
Language=English
|
|
The array bounds are invalid.
|
|
.
|
|
|
|
MessageId=0x0024 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_NO_ENTRY_NAME
|
|
Language=English
|
|
The binding does not contain an entry name.
|
|
.
|
|
|
|
MessageId=0x0025 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_INVALID_NAME_SYNTAX
|
|
Language=English
|
|
The name syntax is invalid.
|
|
.
|
|
|
|
MessageId=0x0026 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_UNSUPPORTED_NAME_SYNTAX
|
|
Language=English
|
|
The name syntax is not supported.
|
|
.
|
|
|
|
MessageId=0x0028 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_UUID_NO_ADDRESS
|
|
Language=English
|
|
No network address is available to use to construct a UUID.
|
|
.
|
|
|
|
MessageId=0x0029 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_DUPLICATE_ENDPOINT
|
|
Language=English
|
|
The endpoint is a duplicate.
|
|
.
|
|
|
|
MessageId=0x002A Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_UNKNOWN_AUTHN_TYPE
|
|
Language=English
|
|
The authentication type is unknown.
|
|
.
|
|
|
|
MessageId=0x002B Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_MAX_CALLS_TOO_SMALL
|
|
Language=English
|
|
The maximum number of calls is too small.
|
|
.
|
|
|
|
MessageId=0x002C Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_STRING_TOO_LONG
|
|
Language=English
|
|
The string is too long.
|
|
.
|
|
|
|
MessageId=0x002D Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_PROTSEQ_NOT_FOUND
|
|
Language=English
|
|
The RPC protocol sequence was not found.
|
|
.
|
|
|
|
MessageId=0x002E Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_PROCNUM_OUT_OF_RANGE
|
|
Language=English
|
|
The procedure number is out of range.
|
|
.
|
|
|
|
MessageId=0x002F Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_BINDING_HAS_NO_AUTH
|
|
Language=English
|
|
The binding does not contain any authentication information.
|
|
.
|
|
|
|
MessageId=0x0030 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_UNKNOWN_AUTHN_SERVICE
|
|
Language=English
|
|
The authentication service is unknown.
|
|
.
|
|
|
|
MessageId=0x0031 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_UNKNOWN_AUTHN_LEVEL
|
|
Language=English
|
|
The authentication level is unknown.
|
|
.
|
|
|
|
MessageId=0x0032 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_INVALID_AUTH_IDENTITY
|
|
Language=English
|
|
The security context is invalid.
|
|
.
|
|
|
|
MessageId=0x0033 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_UNKNOWN_AUTHZ_SERVICE
|
|
Language=English
|
|
The authorization service is unknown.
|
|
.
|
|
|
|
MessageId=0x0034 Facility=RpcRuntime Severity=Error SymbolicName=EPT_NT_INVALID_ENTRY
|
|
Language=English
|
|
The entry is invalid.
|
|
.
|
|
|
|
MessageId=0x0035 Facility=RpcRuntime Severity=Error SymbolicName=EPT_NT_CANT_PERFORM_OP
|
|
Language=English
|
|
The operation cannot be performed.
|
|
.
|
|
|
|
MessageId=0x0036 Facility=RpcRuntime Severity=Error SymbolicName=EPT_NT_NOT_REGISTERED
|
|
Language=English
|
|
There are no more endpoints available from the endpoint mapper.
|
|
.
|
|
|
|
MessageId=0x0037 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_NOTHING_TO_EXPORT
|
|
Language=English
|
|
No interfaces have been exported.
|
|
.
|
|
|
|
MessageId=0x0038 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_INCOMPLETE_NAME
|
|
Language=English
|
|
The entry name is incomplete.
|
|
.
|
|
|
|
MessageId=0x0039 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_INVALID_VERS_OPTION
|
|
Language=English
|
|
The version option is invalid.
|
|
.
|
|
|
|
MessageId=0x003A Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_NO_MORE_MEMBERS
|
|
Language=English
|
|
There are no more members.
|
|
.
|
|
|
|
MessageId=0x003B Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_NOT_ALL_OBJS_UNEXPORTED
|
|
Language=English
|
|
There is nothing to unexport.
|
|
.
|
|
|
|
MessageId=0x003C Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_INTERFACE_NOT_FOUND
|
|
Language=English
|
|
The interface was not found.
|
|
.
|
|
|
|
MessageId=0x003D Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_ENTRY_ALREADY_EXISTS
|
|
Language=English
|
|
The entry already exists.
|
|
.
|
|
|
|
MessageId=0x003E Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_ENTRY_NOT_FOUND
|
|
Language=English
|
|
The entry is not found.
|
|
.
|
|
|
|
MessageId=0x003F Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_NAME_SERVICE_UNAVAILABLE
|
|
Language=English
|
|
The name service is unavailable.
|
|
.
|
|
|
|
MessageId=0x0040 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_INVALID_NAF_ID
|
|
Language=English
|
|
The network address family is invalid.
|
|
.
|
|
|
|
MessageId=0x0041 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_CANNOT_SUPPORT
|
|
Language=English
|
|
The requested operation is not supported.
|
|
.
|
|
|
|
MessageId=0x0042 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_NO_CONTEXT_AVAILABLE
|
|
Language=English
|
|
No security context is available to allow impersonation.
|
|
.
|
|
|
|
MessageId=0x0043 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_INTERNAL_ERROR
|
|
Language=English
|
|
An internal error occurred in RPC.
|
|
.
|
|
|
|
MessageId=0x0044 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_ZERO_DIVIDE
|
|
Language=English
|
|
The RPC server attempted an integer divide by zero.
|
|
.
|
|
|
|
MessageId=0x0045 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_ADDRESS_ERROR
|
|
Language=English
|
|
An addressing error occurred in the RPC server.
|
|
.
|
|
|
|
MessageId=0x0046 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_FP_DIV_ZERO
|
|
Language=English
|
|
A floating point operation at the RPC server caused a divide by zero.
|
|
.
|
|
|
|
MessageId=0x0047 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_FP_UNDERFLOW
|
|
Language=English
|
|
A floating point underflow occurred at the RPC server.
|
|
.
|
|
|
|
MessageId=0x0048 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_FP_OVERFLOW
|
|
Language=English
|
|
A floating point overflow occurred at the RPC server.
|
|
.
|
|
|
|
MessageId=0x0001 Facility=RpcStubs Severity=Error SymbolicName=RPC_NT_NO_MORE_ENTRIES Language=English
|
|
The list of RPC servers available for auto-handle binding has been exhausted.
|
|
.
|
|
|
|
MessageId=0x0002 Facility=RpcStubs Severity=Error SymbolicName=RPC_NT_SS_CHAR_TRANS_OPEN_FAIL Language=English
|
|
The file designated by DCERPCCHARTRANS cannot be opened.
|
|
.
|
|
|
|
MessageId=0x0003 Facility=RpcStubs Severity=Error SymbolicName=RPC_NT_SS_CHAR_TRANS_SHORT_FILE Language=English
|
|
The file containing the character translation table has fewer than 512 bytes.
|
|
.
|
|
|
|
MessageId=0x0004 Facility=RpcStubs Severity=Error SymbolicName=RPC_NT_SS_IN_NULL_CONTEXT Language=English
|
|
A null context handle is passed as an [in] parameter.
|
|
.
|
|
|
|
MessageId=0x0005 Facility=RpcStubs Severity=Error SymbolicName=RPC_NT_SS_CONTEXT_MISMATCH Language=English
|
|
The context handle does not match any known context handles.
|
|
.
|
|
|
|
MessageId=0x0006 Facility=RpcStubs Severity=Error SymbolicName=RPC_NT_SS_CONTEXT_DAMAGED Language=English
|
|
The context handle changed during a call.
|
|
.
|
|
|
|
MessageId=0x0007 Facility=RpcStubs Severity=Error SymbolicName=RPC_NT_SS_HANDLES_MISMATCH Language=English
|
|
The binding handles passed to a remote procedure call do not match.
|
|
.
|
|
|
|
MessageId=0x0008 Facility=RpcStubs Severity=Error SymbolicName=RPC_NT_SS_CANNOT_GET_CALL_HANDLE Language=English
|
|
The stub is unable to get the call handle.
|
|
.
|
|
|
|
MessageId=0x0009 Facility=RpcStubs Severity=Error SymbolicName=RPC_NT_NULL_REF_POINTER Language=English
|
|
A null reference pointer was passed to the stub.
|
|
.
|
|
|
|
MessageId=0x000A Facility=RpcStubs Severity=Error SymbolicName=RPC_NT_ENUM_VALUE_OUT_OF_RANGE Language=English
|
|
The enumeration value is out of range.
|
|
.
|
|
|
|
MessageId=0x000B Facility=RpcStubs Severity=Error SymbolicName=RPC_NT_BYTE_COUNT_TOO_SMALL Language=English
|
|
The byte count is too small.
|
|
.
|
|
|
|
MessageId=0x000C Facility=RpcStubs Severity=Error SymbolicName=RPC_NT_BAD_STUB_DATA Language=English
|
|
The stub received bad data.
|
|
.
|
|
|
|
MessageId=0x0049 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_CALL_IN_PROGRESS Language=English
|
|
A remote procedure call is already in progress for this thread.
|
|
.
|
|
|
|
MessageId=0x004A Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_NO_MORE_BINDINGS
|
|
Language=English
|
|
There are no more bindings.
|
|
.
|
|
|
|
MessageId=0x004B Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_GROUP_MEMBER_NOT_FOUND
|
|
Language=English
|
|
The group member was not found.
|
|
.
|
|
|
|
MessageId=0x004C Facility=RpcRuntime Severity=Error SymbolicName=EPT_NT_CANT_CREATE
|
|
Language=English
|
|
The endpoint mapper database entry could not be created.
|
|
.
|
|
|
|
MessageId=0x004D Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_INVALID_OBJECT
|
|
Language=English
|
|
The object UUID is the nil UUID.
|
|
.
|
|
|
|
MessageId=0x004F Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_NO_INTERFACES
|
|
Language=English
|
|
No interfaces have been registered.
|
|
.
|
|
|
|
MessageId=0x0050 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_CALL_CANCELLED
|
|
Language=English
|
|
The remote procedure call was cancelled.
|
|
.
|
|
|
|
MessageId=0x0051 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_BINDING_INCOMPLETE
|
|
Language=English
|
|
The binding handle does not contain all required information.
|
|
.
|
|
|
|
MessageId=0x0052 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_COMM_FAILURE
|
|
Language=English
|
|
A communications failure occurred during a remote procedure call.
|
|
.
|
|
|
|
MessageId=0x0053 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_UNSUPPORTED_AUTHN_LEVEL
|
|
Language=English
|
|
The requested authentication level is not supported.
|
|
.
|
|
|
|
MessageId=0x0054 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_NO_PRINC_NAME
|
|
Language=English
|
|
No principal name registered.
|
|
.
|
|
|
|
MessageId=0x0055 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_NOT_RPC_ERROR
|
|
Language=English
|
|
The error specified is not a valid Windows RPC error code.
|
|
.
|
|
|
|
MessageId=0x0056 Facility=RpcRuntime Severity=Informational SymbolicName=RPC_NT_UUID_LOCAL_ONLY
|
|
Language=English
|
|
A UUID that is valid only on this computer has been allocated.
|
|
.
|
|
|
|
MessageId=0x0057 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_SEC_PKG_ERROR
|
|
Language=English
|
|
A security package specific error occurred.
|
|
.
|
|
|
|
MessageId=0x0058 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_NOT_CANCELLED
|
|
Language=English
|
|
Thread is not cancelled.
|
|
.
|
|
|
|
MessageId=0x0059 Facility=RpcStubs Severity=Error SymbolicName=RPC_NT_INVALID_ES_ACTION
|
|
Language=English
|
|
Invalid operation on the encoding/decoding handle.
|
|
.
|
|
|
|
MessageId=0x005A Facility=RpcStubs Severity=Error SymbolicName=RPC_NT_WRONG_ES_VERSION
|
|
Language=English
|
|
Incompatible version of the serializing package.
|
|
.
|
|
|
|
MessageId=0x005B Facility=RpcStubs Severity=Error SymbolicName=RPC_NT_WRONG_STUB_VERSION
|
|
Language=English
|
|
Incompatible version of the RPC stub.
|
|
.
|
|
|
|
MessageId=0x005C Facility=RpcStubs Severity=Error SymbolicName=RPC_NT_INVALID_PIPE_OBJECT
|
|
Language=English
|
|
The RPC pipe object is invalid or corrupted.
|
|
.
|
|
|
|
MessageId=0x005D Facility=RpcStubs Severity=Error SymbolicName=RPC_NT_INVALID_PIPE_OPERATION
|
|
Language=English
|
|
An invalid operation was attempted on an RPC pipe object.
|
|
.
|
|
|
|
MessageId=0x005E Facility=RpcStubs Severity=Error SymbolicName=RPC_NT_WRONG_PIPE_VERSION
|
|
Language=English
|
|
Unsupported RPC pipe version.
|
|
.
|
|
|
|
MessageId=0x005F Facility=RpcStubs Severity=Error SymbolicName=RPC_NT_PIPE_CLOSED
|
|
Language=English
|
|
The RPC pipe object has already been closed.
|
|
.
|
|
|
|
MessageId=0x0060 Facility=RpcStubs Severity=Error SymbolicName=RPC_NT_PIPE_DISCIPLINE_ERROR
|
|
Language=English
|
|
The RPC call completed before all pipes were processed.
|
|
.
|
|
|
|
MessageId=0x0061 Facility=RpcStubs Severity=Error SymbolicName=RPC_NT_PIPE_EMPTY
|
|
Language=English
|
|
No more data is available from the RPC pipe.
|
|
.
|
|
|
|
MessageId=0x0062 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_INVALID_ASYNC_HANDLE
|
|
Language=English
|
|
Invalid asynchronous remote procedure call handle.
|
|
.
|
|
|
|
MessageId=0x0063 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_INVALID_ASYNC_CALL
|
|
Language=English
|
|
Invalid asynchronous RPC call handle for this operation.
|
|
.
|
|
|
|
MessageId=0x00AF Facility=RpcRuntime Severity=Informational SymbolicName=RPC_NT_SEND_INCOMPLETE
|
|
Language=English
|
|
Some data remains to be sent in the request buffer.
|
|
.
|
|
|
|
MessageId=0x0001 Facility=ACPI Severity=Error SymbolicName=STATUS_ACPI_INVALID_OPCODE
|
|
Language=English
|
|
An attempt was made to run an invalid AML opcode
|
|
.
|
|
|
|
MessageId=0x0002 Facility=ACPI Severity=Error SymbolicName=STATUS_ACPI_STACK_OVERFLOW
|
|
Language=English
|
|
The AML Interpreter Stack has overflowed
|
|
.
|
|
|
|
MessageId=0x0003 Facility=ACPI Severity=Error SymbolicName=STATUS_ACPI_ASSERT_FAILED
|
|
Language=English
|
|
An inconsistent state has occurred
|
|
.
|
|
|
|
MessageId=0x0004 Facility=ACPI Severity=Error SymbolicName=STATUS_ACPI_INVALID_INDEX
|
|
Language=English
|
|
An attempt was made to access an array outside of its bounds
|
|
.
|
|
|
|
MessageId=0x0005 Facility=ACPI Severity=Error SymbolicName=STATUS_ACPI_INVALID_ARGUMENT
|
|
Language=English
|
|
A required argument was not specified
|
|
.
|
|
|
|
MessageId=0x0006 Facility=ACPI Severity=Error SymbolicName=STATUS_ACPI_FATAL
|
|
Language=English
|
|
A fatal error has occurred
|
|
.
|
|
|
|
MessageId=0x0007 Facility=ACPI Severity=Error SymbolicName=STATUS_ACPI_INVALID_SUPERNAME
|
|
Language=English
|
|
An invalid SuperName was specified
|
|
.
|
|
|
|
MessageId=0x0008 Facility=ACPI Severity=Error SymbolicName=STATUS_ACPI_INVALID_ARGTYPE
|
|
Language=English
|
|
An argument with an incorrect type was specified
|
|
.
|
|
|
|
MessageId=0x0009 Facility=ACPI Severity=Error SymbolicName=STATUS_ACPI_INVALID_OBJTYPE
|
|
Language=English
|
|
An object with an incorrect type was specified
|
|
.
|
|
|
|
MessageId=0x000A Facility=ACPI Severity=Error SymbolicName=STATUS_ACPI_INVALID_TARGETTYPE
|
|
Language=English
|
|
A target with an incorrect type was specified
|
|
.
|
|
|
|
MessageId=0x000B Facility=ACPI Severity=Error SymbolicName=STATUS_ACPI_INCORRECT_ARGUMENT_COUNT
|
|
Language=English
|
|
An incorrect number of arguments were specified
|
|
.
|
|
|
|
MessageId=0x000C Facility=ACPI Severity=Error SymbolicName=STATUS_ACPI_ADDRESS_NOT_MAPPED
|
|
Language=English
|
|
An address failed to translate
|
|
.
|
|
|
|
MessageId=0x000D Facility=ACPI Severity=Error SymbolicName=STATUS_ACPI_INVALID_EVENTTYPE
|
|
Language=English
|
|
An incorrect event type was specified
|
|
.
|
|
|
|
MessageId=0x000E Facility=ACPI Severity=Error SymbolicName=STATUS_ACPI_HANDLER_COLLISION
|
|
Language=English
|
|
A handler for the target already exists
|
|
.
|
|
|
|
MessageId=0x000F Facility=ACPI Severity=Error SymbolicName=STATUS_ACPI_INVALID_DATA
|
|
Language=English
|
|
Invalid data for the target was specified
|
|
.
|
|
|
|
MessageId=0x0010 Facility=ACPI Severity=Error SymbolicName=STATUS_ACPI_INVALID_REGION
|
|
Language=English
|
|
An invalid region for the target was specified
|
|
.
|
|
|
|
MessageId=0x0011 Facility=ACPI Severity=Error SymbolicName=STATUS_ACPI_INVALID_ACCESS_SIZE
|
|
Language=English
|
|
An attempt was made to access a field outside of the defined range
|
|
.
|
|
|
|
MessageId=0x0012 Facility=ACPI Severity=Error SymbolicName=STATUS_ACPI_ACQUIRE_GLOBAL_LOCK
|
|
Language=English
|
|
The Global system lock could not be acquired
|
|
.
|
|
|
|
MessageId=0x0013 Facility=ACPI Severity=Error SymbolicName=STATUS_ACPI_ALREADY_INITIALIZED
|
|
Language=English
|
|
An attempt was made to reinitialize the ACPI subsystem
|
|
.
|
|
|
|
MessageId=0x0014 Facility=ACPI Severity=Error SymbolicName=STATUS_ACPI_NOT_INITIALIZED
|
|
Language=English
|
|
The ACPI subsystem has not been initialized
|
|
.
|
|
|
|
MessageId=0x0015 Facility=ACPI Severity=Error SymbolicName=STATUS_ACPI_INVALID_MUTEX_LEVEL
|
|
Language=English
|
|
An incorrect mutex was specified
|
|
.
|
|
|
|
MessageId=0x0016 Facility=ACPI Severity=Error SymbolicName=STATUS_ACPI_MUTEX_NOT_OWNED
|
|
Language=English
|
|
The mutex is not currently owned
|
|
.
|
|
|
|
MessageId=0x0017 Facility=ACPI Severity=Error SymbolicName=STATUS_ACPI_MUTEX_NOT_OWNER
|
|
Language=English
|
|
An attempt was made to access the mutex by a process that was not the owner
|
|
.
|
|
|
|
MessageId=0x0018 Facility=ACPI Severity=Error SymbolicName=STATUS_ACPI_RS_ACCESS
|
|
Language=English
|
|
An error occurred during an access to Region Space
|
|
.
|
|
|
|
MessageId=0x0019 Facility=ACPI Severity=Error SymbolicName=STATUS_ACPI_INVALID_TABLE
|
|
Language=English
|
|
An attempt was made to use an incorrect table
|
|
.
|
|
|
|
MessageId=0x0020 Facility=ACPI Severity=Error SymbolicName=STATUS_ACPI_REG_HANDLER_FAILED
|
|
Language=English
|
|
The registration of an ACPI event failed
|
|
.
|
|
|
|
MessageId=0x0021 Facility=ACPI Severity=Error SymbolicName=STATUS_ACPI_POWER_REQUEST_FAILED
|
|
Language=English
|
|
An ACPI Power Object failed to transition state
|
|
.
|
|
|
|
;//
|
|
;// Terminal Server specific Errors
|
|
;//
|
|
|
|
MessageId=0x0001 Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_WINSTATION_NAME_INVALID
|
|
Language=English
|
|
Session name %1 is invalid.
|
|
.
|
|
|
|
MessageId=0x0002 Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_INVALID_PD
|
|
Language=English
|
|
The protocol driver %1 is invalid.
|
|
.
|
|
|
|
MessageId=0x0003 Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_PD_NOT_FOUND
|
|
Language=English
|
|
The protocol driver %1 was not found in the system path.
|
|
.
|
|
|
|
MessageId=0x0004 Facility=TerminalServer Severity=Informational SymbolicName=STATUS_CTX_CDM_CONNECT
|
|
Language=English
|
|
The Client Drive Mapping Service Has Connected on Terminal Connection.
|
|
.
|
|
|
|
MessageId=0x0005 Facility=TerminalServer Severity=Informational SymbolicName=STATUS_CTX_CDM_DISCONNECT
|
|
Language=English
|
|
The Client Drive Mapping Service Has Disconnected on Terminal Connection.
|
|
.
|
|
|
|
MessageId=0x0006 Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_CLOSE_PENDING
|
|
Language=English
|
|
A close operation is pending on the Terminal Connection.
|
|
.
|
|
|
|
MessageId=0x0007 Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_NO_OUTBUF
|
|
Language=English
|
|
There are no free output buffers available.
|
|
.
|
|
|
|
MessageId=0x0008 Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_MODEM_INF_NOT_FOUND
|
|
Language=English
|
|
The MODEM.INF file was not found.
|
|
.
|
|
|
|
MessageId=0x0009 Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_INVALID_MODEMNAME
|
|
Language=English
|
|
The modem (%1) was not found in MODEM.INF.
|
|
.
|
|
|
|
MessageId=0x000A Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_RESPONSE_ERROR
|
|
Language=English
|
|
The modem did not accept the command sent to it.
|
|
Verify the configured modem name matches the attached modem.
|
|
.
|
|
|
|
MessageId=0x000B Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_MODEM_RESPONSE_TIMEOUT
|
|
Language=English
|
|
The modem did not respond to the command sent to it.
|
|
Verify the modem is properly cabled and powered on.
|
|
.
|
|
|
|
MessageId=0x000C Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_MODEM_RESPONSE_NO_CARRIER
|
|
Language=English
|
|
Carrier detect has failed or carrier has been dropped due to disconnect.
|
|
.
|
|
|
|
MessageId=0x000D Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_MODEM_RESPONSE_NO_DIALTONE
|
|
Language=English
|
|
Dial tone not detected within required time.
|
|
Verify phone cable is properly attached and functional.
|
|
.
|
|
|
|
MessageId=0x000E Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_MODEM_RESPONSE_BUSY
|
|
Language=English
|
|
Busy signal detected at remote site on callback.
|
|
.
|
|
|
|
MessageId=0x000F Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_MODEM_RESPONSE_VOICE
|
|
Language=English
|
|
Voice detected at remote site on callback.
|
|
.
|
|
|
|
MessageId=0x0010 Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_TD_ERROR
|
|
Language=English
|
|
Transport driver error
|
|
.
|
|
|
|
MessageId=0x0012 Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_LICENSE_CLIENT_INVALID
|
|
Language=English
|
|
The client you are using is not licensed to use this system. Your logon request is denied.
|
|
.
|
|
|
|
MessageId=0x0013 Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_LICENSE_NOT_AVAILABLE
|
|
Language=English
|
|
The system has reached its licensed logon limit.
|
|
Please try again later.
|
|
.
|
|
|
|
MessageId=0x0014 Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_LICENSE_EXPIRED
|
|
Language=English
|
|
The system license has expired. Your logon request is denied.
|
|
.
|
|
|
|
MessageId=0x0015 Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_WINSTATION_NOT_FOUND
|
|
Language=English
|
|
The specified session cannot be found.
|
|
.
|
|
|
|
MessageId=0x0016 Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_WINSTATION_NAME_COLLISION
|
|
Language=English
|
|
The specified session name is already in use.
|
|
.
|
|
|
|
MessageId=0x0017 Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_WINSTATION_BUSY
|
|
Language=English
|
|
The requested operation cannot be completed because the Terminal Connection is currently busy processing a connect, disconnect, reset, or delete operation.
|
|
.
|
|
|
|
MessageId=0x0018 Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_BAD_VIDEO_MODE
|
|
Language=English
|
|
An attempt has been made to connect to a session whose video mode is not supported by the current client.
|
|
.
|
|
|
|
MessageId=0x0022 Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_GRAPHICS_INVALID
|
|
Language=English
|
|
The application attempted to enable DOS graphics mode.
|
|
DOS graphics mode is not supported.
|
|
.
|
|
|
|
MessageId=0x0024 Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_NOT_CONSOLE
|
|
Language=English
|
|
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.
|
|
.
|
|
|
|
MessageId=0x0026 Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_CLIENT_QUERY_TIMEOUT
|
|
Language=English
|
|
The client failed to respond to the server connect message.
|
|
.
|
|
|
|
MessageId=0x0027 Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_CONSOLE_DISCONNECT
|
|
Language=English
|
|
Disconnecting the console session is not supported.
|
|
.
|
|
|
|
MessageId=0x0028 Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_CONSOLE_CONNECT
|
|
Language=English
|
|
Reconnecting a disconnected session to the console is not supported.
|
|
.
|
|
|
|
MessageId=0x002A Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_SHADOW_DENIED
|
|
Language=English
|
|
The request to control another session remotely was denied.
|
|
.
|
|
|
|
MessageId=0x002B Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_WINSTATION_ACCESS_DENIED
|
|
Language=English
|
|
A process has requested access to a session, but has not been granted those access rights.
|
|
.
|
|
|
|
MessageId=0x002E Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_INVALID_WD
|
|
Language=English
|
|
The Terminal Connection driver %1 is invalid.
|
|
.
|
|
|
|
MessageId=0x002F Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_WD_NOT_FOUND
|
|
Language=English
|
|
The Terminal Connection driver %1 was not found in the system path.
|
|
.
|
|
|
|
MessageId=0x0030 Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_SHADOW_INVALID
|
|
Language=English
|
|
The requested session cannot be controlled remotely.
|
|
You cannot control your own session, a session that is trying to control your session,
|
|
a session that has no user logged on, nor control other sessions from the console.
|
|
.
|
|
|
|
MessageId=0x0031 Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_SHADOW_DISABLED
|
|
Language=English
|
|
The requested session is not configured to allow remote control.
|
|
.
|
|
|
|
MessageId=0x0032 Facility=TerminalServer Severity=Error SymbolicName=STATUS_RDP_PROTOCOL_ERROR
|
|
Language=English
|
|
The RDP protocol component %2 detected an error in the protocol stream and has disconnected the client.
|
|
.
|
|
|
|
MessageId=0x0033 Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_CLIENT_LICENSE_NOT_SET
|
|
Language=English
|
|
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 Client.
|
|
Please call your system administrator for help in entering a valid, unique license number for this Terminal Server Client.
|
|
Click OK to continue.
|
|
.
|
|
|
|
MessageId=0x0034 Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_CLIENT_LICENSE_IN_USE
|
|
Language=English
|
|
Your request to connect to this Terminal server has been rejected.
|
|
Your Terminal Server Client license number is currently being used by another user.
|
|
Please call your system administrator to obtain a new copy of the Terminal Server Client with a valid, unique license number.
|
|
Click OK to continue.
|
|
.
|
|
|
|
MessageId=0x0035 Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_SHADOW_ENDED_BY_MODE_CHANGE
|
|
Language=English
|
|
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.
|
|
.
|
|
|
|
MessageId=0x0036 Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_SHADOW_NOT_RUNNING
|
|
Language=English
|
|
Remote control could not be terminated because the specified session is not currently being remotely controlled.
|
|
.
|
|
|
|
MessageId=0x0035 Facility=Io Severity=Error SymbolicName=STATUS_PNP_BAD_MPS_TABLE
|
|
Language=English
|
|
A device is missing in the system BIOS MPS table. This device will not be used.
|
|
Please contact your system vendor for system BIOS update.
|
|
.
|
|
|
|
MessageId=0x0036 Facility=Io Severity=Error SymbolicName=STATUS_PNP_TRANSLATION_FAILED
|
|
Language=English
|
|
A translator failed to translate resources.
|
|
.
|
|
|
|
MessageId=0x0037 Facility=Io Severity=Error SymbolicName=STATUS_PNP_IRQ_TRANSLATION_FAILED
|
|
Language=English
|
|
A IRQ translator failed to translate resources.
|
|
.
|
|
|
|
MessageId=0x0001 Facility=Sxs Severity=Error SymbolicName=STATUS_SXS_SECTION_NOT_FOUND
|
|
Language=English
|
|
The requested section is not present in the activation context.
|
|
.
|
|
|
|
MessageId=0x0002 Facility=Sxs Severity=Error SymbolicName=STATUS_SXS_CANT_GEN_ACTCTX
|
|
Language=English
|
|
Windows was not able to process the application binding information.
|
|
Please refer to your System Event Log for further information.
|
|
.
|
|
|
|
MessageId=0x0003 Facility=Sxs Severity=Error SymbolicName=STATUS_SXS_INVALID_ACTCTXDATA_FORMAT
|
|
Language=English
|
|
The application binding data format is invalid.
|
|
.
|
|
|
|
MessageId=0x0004 Facility=Sxs Severity=Error SymbolicName=STATUS_SXS_ASSEMBLY_NOT_FOUND
|
|
Language=English
|
|
The referenced assembly is not installed on your system.
|
|
.
|
|
|
|
MessageId=0x0005 Facility=Sxs Severity=Error SymbolicName=STATUS_SXS_MANIFEST_FORMAT_ERROR
|
|
Language=English
|
|
The manifest file does not begin with the required tag and format information.
|
|
.
|
|
|
|
MessageId=0x0006 Facility=Sxs Severity=Error SymbolicName=STATUS_SXS_MANIFEST_PARSE_ERROR
|
|
Language=English
|
|
The manifest file contains one or more syntax errors.
|
|
.
|
|
|
|
MessageId=0x0007 Facility=Sxs Severity=Error SymbolicName=STATUS_SXS_ACTIVATION_CONTEXT_DISABLED
|
|
Language=English
|
|
The application attempted to activate a disabled activation context.
|
|
.
|
|
|
|
MessageId=0x0008 Facility=Sxs Severity=Error SymbolicName=STATUS_SXS_KEY_NOT_FOUND
|
|
Language=English
|
|
The requested lookup key was not found in any active activation context.
|
|
.
|
|
|
|
MessageId=0x0009 Facility=Sxs Severity=Error SymbolicName=STATUS_SXS_VERSION_CONFLICT
|
|
Language=English
|
|
A component version required by the application conflicts with another component version already active.
|
|
.
|
|
|
|
MessageId=0x000a Facility=Sxs Severity=Error SymbolicName=STATUS_SXS_WRONG_SECTION_TYPE
|
|
Language=English
|
|
The type requested activation context section does not match the query API used.
|
|
.
|
|
|
|
MessageId=0x000b Facility=Sxs Severity=Error SymbolicName=STATUS_SXS_THREAD_QUERIES_DISABLED
|
|
Language=English
|
|
Lack of system resources has required isolated activation to be disabled for the current thread of execution.
|
|
.
|
|
|
|
MessageId=0x000c Facility=Sxs Severity=Error SymbolicName=STATUS_SXS_ASSEMBLY_MISSING
|
|
Language=English
|
|
The referenced assembly could not be found.
|
|
.
|
|
|
|
MessageId=0x000d Facility=Sxs Severity=Informational SymbolicName=STATUS_SXS_RELEASE_ACTIVATION_CONTEXT
|
|
Language=English
|
|
A kernel mode component is releasing a reference on an activation context.
|
|
.
|
|
|
|
MessageId=0x000e Facility=Sxs Severity=Error SymbolicName=STATUS_SXS_PROCESS_DEFAULT_ALREADY_SET
|
|
Language=English
|
|
An attempt to set the process default activation context failed because the process default activation context was already set.
|
|
.
|
|
|
|
;#if defined(STATUS_SUCCESS) || (_WIN32_WINNT > 0x0500) || (_WIN32_FUSION >= 0x0100) // winnt
|
|
|
|
MessageId=0x000f Facility=Sxs Severity=Error SymbolicName=STATUS_SXS_EARLY_DEACTIVATION ;// winnt
|
|
Language=English
|
|
The activation context being deactivated is not the most recently activated one.
|
|
.
|
|
|
|
MessageId=0x0010 Facility=Sxs Severity=Error SymbolicName=STATUS_SXS_INVALID_DEACTIVATION ;// winnt
|
|
Language=English
|
|
The activation context being deactivated is not active for the current thread of execution.
|
|
.
|
|
|
|
;#endif // winnt
|
|
|
|
MessageId=0x0011 Facility=Sxs Severity=Error SymbolicName=STATUS_SXS_MULTIPLE_DEACTIVATION
|
|
Language=English
|
|
The activation context being deactivated has already been deactivated.
|
|
.
|
|
|
|
MessageId=0x0012 Facility=Sxs Severity=Error SymbolicName=STATUS_SXS_SYSTEM_DEFAULT_ACTIVATION_CONTEXT_EMPTY
|
|
Language=English
|
|
The activation context of system default assembly could not be generated.
|
|
.
|
|
|
|
MessageId=0x0013 Facility=Sxs Severity=Error SymbolicName=STATUS_SXS_PROCESS_TERMINATION_REQUESTED
|
|
Language=English
|
|
A component used by the isolation facility has requested to terminate the process.
|
|
.
|
|
|
|
MessageId=0x0001 Facility=Cluster Severity=Error SymbolicName=STATUS_CLUSTER_INVALID_NODE
|
|
Language=English
|
|
The cluster node is not valid.
|
|
.
|
|
|
|
MessageId=0x0002 Facility=Cluster Severity=Error SymbolicName=STATUS_CLUSTER_NODE_EXISTS
|
|
Language=English
|
|
The cluster node already exists.
|
|
.
|
|
|
|
MessageId=0x0003 Facility=Cluster Severity=Error SymbolicName=STATUS_CLUSTER_JOIN_IN_PROGRESS
|
|
Language=English
|
|
A node is in the process of joining the cluster.
|
|
.
|
|
|
|
MessageId=0x0004 Facility=Cluster Severity=Error SymbolicName=STATUS_CLUSTER_NODE_NOT_FOUND
|
|
Language=English
|
|
The cluster node was not found.
|
|
.
|
|
|
|
MessageId=0x0005 Facility=Cluster Severity=Error SymbolicName=STATUS_CLUSTER_LOCAL_NODE_NOT_FOUND
|
|
Language=English
|
|
The cluster local node information was not found.
|
|
.
|
|
|
|
MessageId=0x0006 Facility=Cluster Severity=Error SymbolicName=STATUS_CLUSTER_NETWORK_EXISTS
|
|
Language=English
|
|
The cluster network already exists.
|
|
.
|
|
|
|
MessageId=0x0007 Facility=Cluster Severity=Error SymbolicName=STATUS_CLUSTER_NETWORK_NOT_FOUND
|
|
Language=English
|
|
The cluster network was not found.
|
|
.
|
|
|
|
MessageId=0x0008 Facility=Cluster Severity=Error SymbolicName=STATUS_CLUSTER_NETINTERFACE_EXISTS
|
|
Language=English
|
|
The cluster network interface already exists.
|
|
.
|
|
|
|
MessageId=0x0009 Facility=Cluster Severity=Error SymbolicName=STATUS_CLUSTER_NETINTERFACE_NOT_FOUND
|
|
Language=English
|
|
The cluster network interface was not found.
|
|
.
|
|
|
|
MessageId=0x000a Facility=Cluster Severity=Error SymbolicName=STATUS_CLUSTER_INVALID_REQUEST
|
|
Language=English
|
|
The cluster request is not valid for this object.
|
|
.
|
|
|
|
MessageId=0x000b Facility=Cluster Severity=Error SymbolicName=STATUS_CLUSTER_INVALID_NETWORK_PROVIDER
|
|
Language=English
|
|
The cluster network provider is not valid.
|
|
.
|
|
|
|
MessageId=0x000c Facility=Cluster Severity=Error SymbolicName=STATUS_CLUSTER_NODE_DOWN
|
|
Language=English
|
|
The cluster node is down.
|
|
.
|
|
|
|
MessageId=0x000d Facility=Cluster Severity=Error SymbolicName=STATUS_CLUSTER_NODE_UNREACHABLE
|
|
Language=English
|
|
The cluster node is not reachable.
|
|
.
|
|
|
|
MessageId=0x000e Facility=Cluster Severity=Error SymbolicName=STATUS_CLUSTER_NODE_NOT_MEMBER
|
|
Language=English
|
|
The cluster node is not a member of the cluster.
|
|
.
|
|
|
|
MessageId=0x000f Facility=Cluster Severity=Error SymbolicName=STATUS_CLUSTER_JOIN_NOT_IN_PROGRESS
|
|
Language=English
|
|
A cluster join operation is not in progress.
|
|
.
|
|
|
|
MessageId=0x0010 Facility=Cluster Severity=Error SymbolicName=STATUS_CLUSTER_INVALID_NETWORK
|
|
Language=English
|
|
The cluster network is not valid.
|
|
.
|
|
|
|
MessageId=0x0011 Facility=Cluster Severity=Error SymbolicName=STATUS_CLUSTER_NO_NET_ADAPTERS
|
|
Language=English
|
|
No network adapters are available.
|
|
.
|
|
|
|
MessageId=0x0012 Facility=Cluster Severity=Error SymbolicName=STATUS_CLUSTER_NODE_UP
|
|
Language=English
|
|
The cluster node is up.
|
|
.
|
|
|
|
MessageId=0x0013 Facility=Cluster Severity=Error SymbolicName=STATUS_CLUSTER_NODE_PAUSED
|
|
Language=English
|
|
The cluster node is paused.
|
|
.
|
|
|
|
MessageId=0x0014 Facility=Cluster Severity=Error SymbolicName=STATUS_CLUSTER_NODE_NOT_PAUSED
|
|
Language=English
|
|
The cluster node is not paused.
|
|
.
|
|
|
|
MessageId=0x0015 Facility=Cluster Severity=Error SymbolicName=STATUS_CLUSTER_NO_SECURITY_CONTEXT
|
|
Language=English
|
|
No cluster security context is available.
|
|
.
|
|
|
|
MessageId=0x0016 Facility=Cluster Severity=Error SymbolicName=STATUS_CLUSTER_NETWORK_NOT_INTERNAL
|
|
Language=English
|
|
The cluster network is not configured for internal cluster communication.
|
|
.
|
|
|
|
MessageId=0x0017 Facility=Cluster Severity=Error SymbolicName=STATUS_CLUSTER_POISONED
|
|
Language=English
|
|
The cluster node has been poisoned.
|
|
.
|
|
|
|
;/*lint -restore */ // Resume checking for different macro definitions // winnt
|
|
;// end_ntsecapi
|
|
;
|
|
;#endif // WIN32_NO_STATUS // winnt
|
|
;#endif // _NTSTATUS_
|