Index: sdk/include/reactos/mc/ntstatus.mc =================================================================== --- sdk/include/reactos/mc/ntstatus.mc (révision 71359) +++ sdk/include/reactos/mc/ntstatus.mc (copie de travail) @@ -1,26 +1,74 @@ +;/* +; * ntstatus.h +; * +; * Windows NT status codes +; * +; * This file is part of the ReactOS PSDK package. +; * +; * This file is generated by the MC tool from the ntstatus.mc file. +; * +; * Contributors: +; * Created by Casper S. Hornstrup +; * Hermes Belusca-Maito (hermes.belusca@sfr.fr) +; * +; * THIS SOFTWARE IS NOT COPYRIGHTED +; * +; * This source code is offered for use in the public domain. You may +; * use, modify or distribute it freely. +; * +; * This code is distributed in the hope that it will be useful but +; * WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY +; * DISCLAIMED. This includes but is not limited to warranties of +; * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +; * +; */ +; +;#ifndef _NTSTATUS_ +;#define _NTSTATUS_ +; +;#ifdef __cplusplus +;extern "C" { +;#endif +; +;#ifndef WIN32_NO_STATUS +; + MessageIdTypedef=NTSTATUS + SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS -Informational=0x1:STATUS_SEVERITY_INFORMATIONAL -Warning=0x2:STATUS_SEVERITY_WARNING -Error=0x3:STATUS_SEVERITY_ERROR -) + 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 -CTX=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 -) + Debugger=0x1:FACILITY_DEBUGGER + RpcRuntime=0x2:FACILITY_RPC_RUNTIME + RpcStubs=0x3:FACILITY_RPC_STUBS + Io=0x4:FACILITY_IO_ERROR_CODE + CTX=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 + ) + LanguageNames=(English=0x409:MSG00409) -MessageId=0x00 +; +;/* 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) +; + +MessageId=0x0 Severity=Success Facility=System SymbolicName=STATUS_WAIT_0 @@ -28,7 +76,7 @@ STATUS_WAIT_0 . -MessageId=0x01 +MessageId=0x1 Severity=Success Facility=System SymbolicName=STATUS_WAIT_1 @@ -36,7 +84,7 @@ STATUS_WAIT_1 . -MessageId=0x02 +MessageId=0x2 Severity=Success Facility=System SymbolicName=STATUS_WAIT_2 @@ -44,7 +92,7 @@ STATUS_WAIT_2 . -MessageId=0x03 +MessageId=0x3 Severity=Success Facility=System SymbolicName=STATUS_WAIT_3 @@ -52,14 +100,34 @@ STATUS_WAIT_3 . +MessageId=0x3f +Severity=Success +Facility=System +SymbolicName=STATUS_WAIT_63 +Language=English +STATUS_WAIT_63 +. + +; +;#define STATUS_ABANDONED ((NTSTATUS)0x00000080L) +; + MessageId=0x80 Severity=Success Facility=System -SymbolicName=STATUS_ABANDONED +SymbolicName=STATUS_ABANDONED_WAIT_0 Language=English STATUS_ABANDONED_WAIT_0 . +MessageId=0xbf +Severity=Success +Facility=System +SymbolicName=STATUS_ABANDONED_WAIT_63 +Language=English +STATUS_ABANDONED_WAIT_63 +. + MessageId=0xc0 Severity=Success Facility=System @@ -121,7 +189,7 @@ Facility=System SymbolicName=STATUS_NOT_ALL_ASSIGNED Language=English -Indicates not all privileges referenced are assigned to the caller. +Indicates not all privileges or groups referenced are assigned to the caller. This allows, for example, all privileges to be disabled without having to know exactly which privileges are assigned. . @@ -149,6 +217,23 @@ A new volume has been mounted by a file system. . +MessageId=0x10a +Severity=Success +Facility=System +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=0x10b +Severity=Success +Facility=System +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=0x10c Severity=Success Facility=System @@ -158,6 +243,25 @@ The caller now needs to enumerate the files to find the changes. . +MessageId=0x10d +Severity=Success +Facility=System +SymbolicName=STATUS_NO_QUOTAS_FOR_ACCOUNT +Language=English +{No Quotas} +No system quota limits are specifically set for this account. +. + +MessageId=0x10e +Severity=Success +Facility=System +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=0x110 Severity=Success Facility=System @@ -295,6 +399,110 @@ A file system or file system filter driver has successfully completed an FsFilter operation. . +MessageId=0x127 +Severity=Success +Facility=System +SymbolicName=STATUS_INTERRUPT_VECTOR_ALREADY_CONNECTED +Language=English +The specified interrupt vector was already connected. +. + +MessageId=0x128 +Severity=Success +Facility=System +SymbolicName=STATUS_INTERRUPT_STILL_CONNECTED +Language=English +The specified interrupt vector is still connected. +. + +MessageId=0x129 +Severity=Success +Facility=System +SymbolicName=STATUS_PROCESS_CLONED +Language=English +The current process is a cloned process. +. + +MessageId=0x12a +Severity=Success +Facility=System +SymbolicName=STATUS_FILE_LOCKED_WITH_ONLY_READERS +Language=English +The file was locked and all users of the file can only read. +. + +MessageId=0x12b +Severity=Success +Facility=System +SymbolicName=STATUS_FILE_LOCKED_WITH_WRITERS +Language=English +The file was locked and at least one user of the file can write. +. + +MessageId=0x202 +Severity=Success +Facility=System +SymbolicName=STATUS_RESOURCEMANAGER_READ_ONLY +Language=English +The specified ResourceManager made no changes or updates to the resource under this transaction. +. + +MessageId=0x210 +Severity=Success +Facility=System +SymbolicName=STATUS_RING_PREVIOUSLY_EMPTY +Language=English +The specified ring buffer was empty before the packet was successfully inserted. +. + +MessageId=0x211 +Severity=Success +Facility=System +SymbolicName=STATUS_RING_PREVIOUSLY_FULL +Language=English +The specified ring buffer was full before the packet was successfully removed. +. + +MessageId=0x212 +Severity=Success +Facility=System +SymbolicName=STATUS_RING_PREVIOUSLY_ABOVE_QUOTA +Language=English +The specified ring buffer has dropped below its quota of outstanding transactions. +. + +MessageId=0x213 +Severity=Success +Facility=System +SymbolicName=STATUS_RING_NEWLY_EMPTY +Language=English +The specified ring buffer has, with the removal of the current packet, now become empty. +. + +MessageId=0x214 +Severity=Success +Facility=System +SymbolicName=STATUS_RING_SIGNAL_OPPOSITE_ENDPOINT +Language=English +The specified ring buffer was either previously empty or previously full which implies that the caller should signal the opposite endpoint. +. + +MessageId=0x215 +Severity=Success +Facility=System +SymbolicName=STATUS_OPLOCK_SWITCHED_TO_NEW_HANDLE +Language=English +The oplock that was associated with this handle is now associated with a different handle. +. + +MessageId=0x216 +Severity=Success +Facility=System +SymbolicName=STATUS_OPLOCK_HANDLE_CLOSED +Language=English +The handle with which this oplock was associated has been closed. The oplock is now broken. +. + MessageId=0x367 Severity=Success Facility=System @@ -319,6 +527,11 @@ Debugger continued . + +; +;/* Standard Information values */ +; + MessageId=0x0 Severity=Informational Facility=System @@ -418,8 +631,8 @@ SymbolicName=STATUS_FT_READ_RECOVERY_FROM_BACKUP Language=English {Redundant Read} -To satisfy a read request, the Windows 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. +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=0xb @@ -428,8 +641,8 @@ SymbolicName=STATUS_FT_WRITE_RECOVERY Language=English {Redundant Write} -To satisfy a write request, the Windows NT fault-tolerant file system successfully wrote a redundant copy of the information. -This was done because the file system encountered a failure on a member of the fault-tolerant volume but was unable to reassign the failing area of the device. +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=0xc @@ -448,7 +661,8 @@ 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 that returned is a NULL string. +The ReactOS password is too complex to be converted to a LAN Manager password. +The LAN Manager password returned is a NULL string. . MessageId=0xe @@ -457,7 +671,7 @@ 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. +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=0xf @@ -556,6 +770,22 @@ One of the pages to lock was already locked. . +MessageId=0x1a +Severity=Informational +Facility=System +SymbolicName=STATUS_LOG_HARD_ERROR +Language=English +Application popup: %1 : %2 +. + +MessageId=0x1b +Severity=Informational +Facility=System +SymbolicName=STATUS_ALREADY_WIN32 +Language=English +STATUS_ALREADY_WIN32 +. + MessageId=0x1c Severity=Informational Facility=System @@ -564,6 +794,30 @@ Exception status code used by Win32 x86 emulation subsystem. . +MessageId=0x1d +Severity=Informational +Facility=System +SymbolicName=STATUS_WX86_CONTINUE +Language=English +Exception status code used by Win32 x86 emulation subsystem. +. + +MessageId=0x1e +Severity=Informational +Facility=System +SymbolicName=STATUS_WX86_SINGLE_STEP +Language=English +Exception status code used by Win32 x86 emulation subsystem. +. + +MessageId=0x1f +Severity=Informational +Facility=System +SymbolicName=STATUS_WX86_BREAKPOINT +Language=English +Exception status code used by Win32 x86 emulation subsystem. +. + MessageId=0x20 Severity=Informational Facility=System @@ -647,20 +901,44 @@ the CPU manufacturer to see if this mix of processors is supported. . -MessageId=0x294 +MessageId=0x2a Severity=Informational Facility=System -SymbolicName=STATUS_WAKE_SYSTEM +SymbolicName=STATUS_HIBERNATED Language=English -The system has awoken +The system was put into hibernation. . +MessageId=0x2b +Severity=Informational +Facility=System +SymbolicName=STATUS_RESUME_HIBERNATION +Language=English +The system was resumed from hibernation. +. + +MessageId=0x2c +Severity=Informational +Facility=System +SymbolicName=STATUS_FIRMWARE_UPDATED +Language=English +ReactOS has detected that the system firmware (BIOS) was updated [previous firmware date = %2, current firmware date %3]. +. + +MessageId=0x2d +Severity=Informational +Facility=System +SymbolicName=STATUS_DRIVERS_LEAKING_LOCKED_PAGES +Language=English +A device driver is leaking locked I/O pages causing system degradation. The system has automatically enabled tracking code in order to try and catch the culprit. +. + MessageId=0x370 Severity=Informational Facility=System SymbolicName=STATUS_DS_SHUTTING_DOWN Language=English -The Directory Service is shuting down. +The Directory Service is shutting down. . MessageId=0x1 @@ -735,14 +1013,6 @@ Debugger command communication exception. . -MessageId=0x56 -Severity=Informational -Facility=RpcRuntime -SymbolicName=RPC_NT_UUID_LOCAL_ONLY -Language=English -A UUID that is valid only on this computer has been allocated. -. - MessageId=0x1 Severity=Warning Facility=System @@ -810,6 +1080,24 @@ the system debugger was awakened by an interrupt. . +MessageId=0xa +Severity=Warning +Facility=System +SymbolicName=STATUS_HANDLES_CLOSED +Language=English +{Handles Closed} +Handles to objects have been automatically closed as a result of the requested operation. +. + +MessageId=0xb +Severity=Warning +Facility=System +SymbolicName=STATUS_NO_INHERITANCE +Language=English +{Non-Inheritable ACL} +An access control list (ACL) contains no components that can be inherited. +. + MessageId=0xc Severity=Warning Facility=System @@ -821,6 +1109,33 @@ However, this may provide a more restrictive access than intended. . +MessageId=0xd +Severity=Warning +Facility=System +SymbolicName=STATUS_PARTIAL_COPY +Language=English +{Partial Copy} +Due to protection conflicts not all the requested bytes could be copied. +. + +MessageId=0xe +Severity=Warning +Facility=System +SymbolicName=STATUS_DEVICE_PAPER_EMPTY +Language=English +{Out of Paper} +The printer is out of paper. +. + +MessageId=0xf +Severity=Warning +Facility=System +SymbolicName=STATUS_DEVICE_POWERED_OFF +Language=English +{Device Power Is Off} +The printer power has been turned off. +. + MessageId=0x10 Severity=Warning Facility=System @@ -902,6 +1217,24 @@ The commit has NOT been completed, but has not been rolled back either (so it may still be committed if desired). . +MessageId=0x1a +Severity=Warning +Facility=System +SymbolicName=STATUS_NO_MORE_ENTRIES +Language=English +{No More Entries} +No more entries are available from an enumeration operation. +. + +MessageId=0x1b +Severity=Warning +Facility=System +SymbolicName=STATUS_FILEMARK_DETECTED +Language=English +{Filemark Found} +A filemark was detected. +. + MessageId=0x1c Severity=Warning Facility=System @@ -911,6 +1244,32 @@ The media may have changed. . +MessageId=0x1d +Severity=Warning +Facility=System +SymbolicName=STATUS_BUS_RESET +Language=English +{I/O Bus Reset} +An I/O bus reset was detected. +. + +MessageId=0x1e +Severity=Warning +Facility=System +SymbolicName=STATUS_END_OF_MEDIA +Language=English +{End of Media} +The end of the media was encountered. +. + +MessageId=0x1f +Severity=Warning +Facility=System +SymbolicName=STATUS_BEGINNING_OF_MEDIA +Language=English +Beginning of tape or partition has been detected. +. + MessageId=0x20 Severity=Warning Facility=System @@ -992,6 +1351,58 @@ A frame consolidation has been executed. . +MessageId=0x2a +Severity=Warning +Facility=System +SymbolicName=STATUS_REGISTRY_HIVE_RECOVERED +Language=English +{Registry Hive Recovered} +Registry hive (file): +%hs +was corrupted and it has been recovered. Some data might have been lost. +. + +MessageId=0x2b +Severity=Warning +Facility=System +SymbolicName=STATUS_DLL_MIGHT_BE_INSECURE +Language=English +The application is attempting to run executable code from the module %hs. This may be insecure. An alternative, %hs, is available. Should the application use the secure module %hs? +. + +MessageId=0x2c +Severity=Warning +Facility=System +SymbolicName=STATUS_DLL_MIGHT_BE_INCOMPATIBLE +Language=English +The application is loading executable code from the module %hs. This is secure, but may be incompatible with previous releases of the operating system. An alternative, %hs, is available. Should the application use the secure module %hs? +. + +MessageId=0x2d +Severity=Warning +Facility=System +SymbolicName=STATUS_STOPPED_ON_SYMLINK +Language=English +The create operation stopped after reaching a symbolic link. +. + +MessageId=0x2e +Severity=Warning +Facility=System +SymbolicName=STATUS_CANNOT_GRANT_REQUESTED_OPLOCK +Language=English +An oplock of the requested level cannot be granted. An oplock of a lower level may be available. +. + +MessageId=0x2f +Severity=Warning +Facility=System +SymbolicName=STATUS_NO_ACE_CONDITION +Language=English +{No ACE Condition} +The specified access control entry (ACE) does not contain a condition. +. + MessageId=0x288 Severity=Warning Facility=System @@ -1005,7 +1416,7 @@ Facility=System SymbolicName=STATUS_DEVICE_DOOR_OPEN Language=English -The device has indicated that it's door is open. Further operations require it closed and secured. +The device has indicated that its door is open. Further operations require it closed and secured. . MessageId=0x1 @@ -1131,6 +1542,22 @@ An invalid initial stack was specified in a call to NtCreateThread. . +MessageId=0xa +Severity=Error +Facility=System +SymbolicName=STATUS_BAD_INITIAL_PC +Language=English +An invalid initial start address was specified in a call to NtCreateThread. +. + +MessageId=0xb +Severity=Error +Facility=System +SymbolicName=STATUS_INVALID_CID +Language=English +An invalid Client ID was specified. +. + MessageId=0xc Severity=Error Facility=System @@ -1139,6 +1566,31 @@ 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=0xd +Severity=Error +Facility=System +SymbolicName=STATUS_INVALID_PARAMETER +Language=English +An invalid parameter was passed to a service or function. +. + +MessageId=0xe +Severity=Error +Facility=System +SymbolicName=STATUS_NO_SUCH_DEVICE +Language=English +A device which does not exist was specified. +. + +MessageId=0xf +Severity=Error +Facility=System +SymbolicName=STATUS_NO_SUCH_FILE +Language=English +{File Not Found} +The file %hs does not exist. +. + MessageId=0x10 Severity=Error Facility=System @@ -1229,6 +1681,22 @@ Address range to unmap is not a mapped view. . +MessageId=0x1a +Severity=Error +Facility=System +SymbolicName=STATUS_UNABLE_TO_FREE_VM +Language=English +Virtual memory cannot be freed. +. + +MessageId=0x1b +Severity=Error +Facility=System +SymbolicName=STATUS_UNABLE_TO_DELETE_SECTION +Language=English +Specified section cannot be deleted. +. + MessageId=0x1c Severity=Error Facility=System @@ -1237,6 +1705,34 @@ An invalid system service was specified in a system service call. . +MessageId=0x1d +Severity=Error +Facility=System +SymbolicName=STATUS_ILLEGAL_INSTRUCTION +Language=English +{EXCEPTION} +Illegal Instruction +An attempt was made to execute an illegal instruction. +. + +MessageId=0x1e +Severity=Error +Facility=System +SymbolicName=STATUS_INVALID_LOCK_SEQUENCE +Language=English +{Invalid Lock Sequence} +An attempt was made to execute an invalid lock sequence. +. + +MessageId=0x1f +Severity=Error +Facility=System +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=0x20 Severity=Error Facility=System @@ -1324,6 +1820,22 @@ An invalid unwind target was encountered during an unwind operation. . +MessageId=0x2a +Severity=Error +Facility=System +SymbolicName=STATUS_NOT_LOCKED +Language=English +An attempt was made to unlock a page of memory which was not locked. +. + +MessageId=0x2b +Severity=Error +Facility=System +SymbolicName=STATUS_PARITY_ERROR +Language=English +Device parity error on I/O operation. +. + MessageId=0x2c Severity=Error Facility=System @@ -1332,6 +1844,30 @@ An attempt was made to decommit uncommitted virtual memory. . +MessageId=0x2d +Severity=Error +Facility=System +SymbolicName=STATUS_NOT_COMMITTED +Language=English +An attempt was made to change the attributes on memory that has not been committed. +. + +MessageId=0x2e +Severity=Error +Facility=System +SymbolicName=STATUS_INVALID_PORT_ATTRIBUTES +Language=English +Invalid Object Attributes specified to NtCreatePort or invalid Port Attributes specified to NtConnectPort +. + +MessageId=0x2f +Severity=Error +Facility=System +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=0x30 Severity=Error Facility=System @@ -1406,6 +1942,23 @@ Object Path Component was not a directory object. . +MessageId=0x3a +Severity=Error +Facility=System +SymbolicName=STATUS_OBJECT_PATH_NOT_FOUND +Language=English +{Path Not Found} +The path %hs does not exist. +. + +MessageId=0x3b +Severity=Error +Facility=System +SymbolicName=STATUS_OBJECT_PATH_SYNTAX_BAD +Language=English +Object Path Component was not a directory object. +. + MessageId=0x3c Severity=Error Facility=System @@ -1415,6 +1968,33 @@ A data overrun error occurred. . +MessageId=0x3d +Severity=Error +Facility=System +SymbolicName=STATUS_DATA_LATE_ERROR +Language=English +{Data Late} +A data late error occurred. +. + +MessageId=0x3e +Severity=Error +Facility=System +SymbolicName=STATUS_DATA_ERROR +Language=English +{Data Error} +An error in reading or writing data occurred. +. + +MessageId=0x3f +Severity=Error +Facility=System +SymbolicName=STATUS_CRC_ERROR +Language=English +{Bad CRC} +A cyclic redundancy check (CRC) checksum error occurred. +. + MessageId=0x40 Severity=Error Facility=System @@ -1497,6 +2077,22 @@ An attempt was made to query image information on a section which does not map an image. . +MessageId=0x4a +Severity=Error +Facility=System +SymbolicName=STATUS_SUSPEND_COUNT_EXCEEDED +Language=English +An attempt was made to suspend a thread whose suspend count was at its maximum. +. + +MessageId=0x4b +Severity=Error +Facility=System +SymbolicName=STATUS_THREAD_IS_TERMINATING +Language=English +An attempt was made to suspend a thread that has begun termination. +. + MessageId=0x4c Severity=Error Facility=System @@ -1505,6 +2101,30 @@ An attempt was made to set the working set limit to an invalid value (minimum greater than maximum, etc). . +MessageId=0x4d +Severity=Error +Facility=System +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=0x4e +Severity=Error +Facility=System +SymbolicName=STATUS_SECTION_PROTECTION +Language=English +A view to a section specifies a protection which is incompatible with the initial view's protection. +. + +MessageId=0x4f +Severity=Error +Facility=System +SymbolicName=STATUS_EAS_NOT_SUPPORTED +Language=English +An operation involving EAs failed because the file system does not support EAs. +. + MessageId=0x50 Severity=Error Facility=System @@ -1590,7 +2210,7 @@ Facility=System SymbolicName=STATUS_INVALID_OWNER Language=English -The specified owner is not valid for this object. +Indicates a particular Security ID may not be assigned as the owner of an object. . MessageId=0x5b @@ -1598,7 +2218,7 @@ Facility=System SymbolicName=STATUS_INVALID_PRIMARY_GROUP Language=English -The specified primary group is not valid for this object. +Indicates a particular Security ID may not be assigned as the primary group of an object. . MessageId=0x5c @@ -1614,7 +2234,7 @@ Facility=System SymbolicName=STATUS_CANT_DISABLE_MANDATORY Language=English -The specified group cannot be disabled because it is marked as mandatory. +A mandatory group may not be disabled. . MessageId=0x5e @@ -1622,7 +2242,7 @@ Facility=System SymbolicName=STATUS_NO_LOGON_SERVERS Language=English -The logon failed because no valid logon servers were found. +There are currently no logon servers available to service the logon request. . MessageId=0x5f @@ -1630,7 +2250,7 @@ Facility=System SymbolicName=STATUS_NO_SUCH_LOGON_SESSION Language=English -The specified logon session does not exist. +A specified logon session does not exist. It may already have been terminated. . MessageId=0x60 @@ -1662,7 +2282,7 @@ Facility=System SymbolicName=STATUS_USER_EXISTS Language=English -The specified user already exists. +The specified user account already exists. . MessageId=0x64 @@ -1670,7 +2290,7 @@ Facility=System SymbolicName=STATUS_NO_SUCH_USER Language=English -The specified user does not exist. +The specified user account does not exist. . MessageId=0x65 @@ -1720,7 +2340,7 @@ Facility=System SymbolicName=STATUS_WRONG_PASSWORD Language=English -The specified current password is not correct. +When trying to update a password, this return status indicates that the value provided as the current password is not correct. . MessageId=0x6b @@ -1728,7 +2348,7 @@ Facility=System SymbolicName=STATUS_ILL_FORMED_PASSWORD Language=English -The new password contains invalid characters. +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=0x6c @@ -1744,7 +2364,7 @@ Facility=System SymbolicName=STATUS_LOGON_FAILURE Language=English -Logon failed because the specified user name or password is incorrect. +The attempted logon is invalid. This is either due to a bad username or authentication information. . MessageId=0x6e @@ -1752,7 +2372,7 @@ Facility=System SymbolicName=STATUS_ACCOUNT_RESTRICTION Language=English -The specified information is valid but an account restriction prevented logon. +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=0x6f @@ -1760,7 +2380,7 @@ Facility=System SymbolicName=STATUS_INVALID_LOGON_HOURS Language=English -The attempted logon is not allowed at this time. +The user account has time restrictions and may not be logged onto at this time. . MessageId=0x70 @@ -1857,8 +2477,8 @@ SymbolicName=STATUS_INVALID_IMAGE_FORMAT Language=English {Bad Image} -%hs is either not designed for ReactOS or it contains an error. -Try reinstalling the application using the original installation media or contact the software vendor for support. +%hs is either not designed to run on ReactOS or it contains an error. +Try reinstalling the program using the original installation media or contact your system administrator or the software vendor for support. . MessageId=0x7c @@ -1866,7 +2486,7 @@ Facility=System SymbolicName=STATUS_NO_TOKEN Language=English -An attempt was made to reference a token that doesn't exist. +An attempt was made to reference a token that does not exist. This is typically done by referencing the token associated with a thread when the thread is not impersonating a client. . @@ -1875,7 +2495,8 @@ Facility=System SymbolicName=STATUS_BAD_INHERITANCE_ACL Language=English -The inherited access control list could not be created. +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 did not fit into the ACE or ACL. . MessageId=0x7e @@ -1883,7 +2504,7 @@ Facility=System SymbolicName=STATUS_RANGE_NOT_LOCKED Language=English -Attempt to unlock a file range that is not locked. +The range specified in NtUnlockFile was not locked. . MessageId=0x7f @@ -1891,7 +2512,7 @@ Facility=System SymbolicName=STATUS_DISK_FULL Language=English -The disk is full. Delete files and free up disk space to continue the operation. +An operation failed because the disk was full. . MessageId=0x80 @@ -1979,7 +2600,7 @@ Facility=System SymbolicName=STATUS_RESOURCE_TYPE_NOT_FOUND Language=English -A resource of the specified type could not be found in the image file. +Indicates the specified resource type cannot be found in the image file. . MessageId=0x8b @@ -1987,7 +2608,7 @@ Facility=System SymbolicName=STATUS_RESOURCE_NAME_NOT_FOUND Language=English -A resource with the specified name could not be found in the image file. +Indicates the specified resource name cannot be found in the image file. . MessageId=0x8c @@ -2120,7 +2741,7 @@ Facility=System SymbolicName=STATUS_INSUFFICIENT_RESOURCES Language=English -Insufficient system resources exist to complete this API. +Insufficient system resources exist to complete the API. . MessageId=0x9b @@ -2128,7 +2749,7 @@ Facility=System SymbolicName=STATUS_DFS_EXIT_PATH_FOUND Language=English -The specified file cannot be opened because it is a DFS exit path file. +An attempt has been made to open a DFS exit path control file. . MessageId=0x9c @@ -2145,14 +2766,23 @@ SymbolicName=STATUS_DEVICE_NOT_CONNECTED Language=English The specified device is not connected. +There may be bad cabling, non-termination, or the controller is not able to obtain access to the device. . +MessageId=0x9e +Severity=Error +Facility=System +SymbolicName=STATUS_DEVICE_POWER_FAILURE +Language=English +STATUS_DEVICE_POWER_FAILURE +. + MessageId=0x9f Severity=Error Facility=System SymbolicName=STATUS_FREE_VM_NOT_AT_BASE Language=English -The specified memory could not be freed because it is not at the start of the allocation. +Virtual memory cannot be freed as base address is not the base of the region and a region size of zero was specified. . MessageId=0xa0 @@ -2160,7 +2790,7 @@ Facility=System SymbolicName=STATUS_MEMORY_NOT_ALLOCATED Language=English -The specified memory could not be freed because it was not allocated. +An attempt was made to free virtual memory which is not allocated. . MessageId=0xa1 @@ -2168,7 +2798,7 @@ Facility=System SymbolicName=STATUS_WORKING_SET_QUOTA Language=English -The process working set quota was exceeded +The working set is not big enough to allow the requested pages to be locked. . MessageId=0xa2 @@ -2177,7 +2807,8 @@ SymbolicName=STATUS_MEDIA_WRITE_PROTECTED Language=English {Write Protect Error} -The media in volume %hs cannot be written to because it is write-protected. +The disk cannot be written to because it is write protected. +Please remove the write protection from the volume %hs in drive %hs. . MessageId=0xa3 @@ -2185,10 +2816,238 @@ Facility=System SymbolicName=STATUS_DEVICE_NOT_READY Language=English -{Device Not Ready} -The device %hs is not ready. +{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=0xa4 +Severity=Error +Facility=System +SymbolicName=STATUS_INVALID_GROUP_ATTRIBUTES +Language=English +The specified attributes are invalid, or incompatible with the attributes for the group as a whole. +. + +MessageId=0xa5 +Severity=Error +Facility=System +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=0xa6 +Severity=Error +Facility=System +SymbolicName=STATUS_CANT_OPEN_ANONYMOUS +Language=English +An attempt was made to open an Anonymous level token. +Anonymous tokens may not be opened. +. + +MessageId=0xa7 +Severity=Error +Facility=System +SymbolicName=STATUS_BAD_VALIDATION_CLASS +Language=English +The validation information class requested was invalid. +. + +MessageId=0xa8 +Severity=Error +Facility=System +SymbolicName=STATUS_BAD_TOKEN_TYPE +Language=English +The type of a token object is inappropriate for its attempted use. +. + +MessageId=0xa9 +Severity=Error +Facility=System +SymbolicName=STATUS_BAD_MASTER_BOOT_RECORD +Language=English +The type of a token object is inappropriate for its attempted use. +. + +MessageId=0xaa +Severity=Error +Facility=System +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=0xab +Severity=Error +Facility=System +SymbolicName=STATUS_INSTANCE_NOT_AVAILABLE +Language=English +The maximum named pipe instance count has been reached. +. + +MessageId=0xac +Severity=Error +Facility=System +SymbolicName=STATUS_PIPE_NOT_AVAILABLE +Language=English +An instance of a named pipe cannot be found in the listening state. +. + +MessageId=0xad +Severity=Error +Facility=System +SymbolicName=STATUS_INVALID_PIPE_STATE +Language=English +The named pipe is not in the connected or closing state. +. + +MessageId=0xae +Severity=Error +Facility=System +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=0xaf +Severity=Error +Facility=System +SymbolicName=STATUS_ILLEGAL_FUNCTION +Language=English +The specified handle is not open to the server end of the named pipe. +. + +MessageId=0xb0 +Severity=Error +Facility=System +SymbolicName=STATUS_PIPE_DISCONNECTED +Language=English +The specified named pipe is in the disconnected state. +. + +MessageId=0xb1 +Severity=Error +Facility=System +SymbolicName=STATUS_PIPE_CLOSING +Language=English +The specified named pipe is in the closing state. +. + +MessageId=0xb2 +Severity=Error +Facility=System +SymbolicName=STATUS_PIPE_CONNECTED +Language=English +The specified named pipe is in the connected state. +. + +MessageId=0xb3 +Severity=Error +Facility=System +SymbolicName=STATUS_PIPE_LISTENING +Language=English +The specified named pipe is in the listening state. +. + +MessageId=0xb4 +Severity=Error +Facility=System +SymbolicName=STATUS_INVALID_READ_MODE +Language=English +The specified named pipe is not in message mode. +. + +MessageId=0xb5 +Severity=Error +Facility=System +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=0xb6 +Severity=Error +Facility=System +SymbolicName=STATUS_FILE_FORCED_CLOSED +Language=English +The specified file has been closed by another process. +. + +MessageId=0xb7 +Severity=Error +Facility=System +SymbolicName=STATUS_PROFILING_NOT_STARTED +Language=English +Profiling not started. +. + +MessageId=0xb8 +Severity=Error +Facility=System +SymbolicName=STATUS_PROFILING_NOT_STOPPED +Language=English +Profiling not stopped. +. + +MessageId=0xb9 +Severity=Error +Facility=System +SymbolicName=STATUS_COULD_NOT_INTERPRET +Language=English +The passed ACL did not contain the minimum required information. +. + +MessageId=0xba +Severity=Error +Facility=System +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. +. + +MessageId=0xbb +Severity=Error +Facility=System +SymbolicName=STATUS_NOT_SUPPORTED +Language=English +The request is not supported. +. + +MessageId=0xbc +Severity=Error +Facility=System +SymbolicName=STATUS_REMOTE_NOT_LISTENING +Language=English +This remote computer is not listening. +. + +MessageId=0xbd +Severity=Error +Facility=System +SymbolicName=STATUS_DUPLICATE_NAME +Language=English +A duplicate name exists on the network. +. + +MessageId=0xbe +Severity=Error +Facility=System +SymbolicName=STATUS_BAD_NETWORK_PATH +Language=English +The network path cannot be located. +. + +MessageId=0xbf +Severity=Error +Facility=System +SymbolicName=STATUS_NETWORK_BUSY +Language=English +The network is busy. +. + MessageId=0xc0 Severity=Error Facility=System @@ -2269,6 +3128,23 @@ The network name was deleted. . +MessageId=0xca +Severity=Error +Facility=System +SymbolicName=STATUS_NETWORK_ACCESS_DENIED +Language=English +Network access is denied. +. + +MessageId=0xcb +Severity=Error +Facility=System +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=0xcc Severity=Error Facility=System @@ -2278,6 +3154,421 @@ The specified share name cannot be found on the remote server. . +MessageId=0xcd +Severity=Error +Facility=System +SymbolicName=STATUS_TOO_MANY_NAMES +Language=English +The name limit for the local computer network adapter card was exceeded. +. + +MessageId=0xce +Severity=Error +Facility=System +SymbolicName=STATUS_TOO_MANY_SESSIONS +Language=English +The network BIOS session limit was exceeded. +. + +MessageId=0xcf +Severity=Error +Facility=System +SymbolicName=STATUS_SHARING_PAUSED +Language=English +File sharing has been temporarily paused. +. + +MessageId=0xd0 +Severity=Error +Facility=System +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=0xd1 +Severity=Error +Facility=System +SymbolicName=STATUS_REDIRECTOR_PAUSED +Language=English +Print or disk redirection is temporarily paused. +. + +MessageId=0xd2 +Severity=Error +Facility=System +SymbolicName=STATUS_NET_WRITE_FAULT +Language=English +A network data fault occurred. +. + +MessageId=0xd3 +Severity=Error +Facility=System +SymbolicName=STATUS_PROFILING_AT_LIMIT +Language=English +The number of active profiling objects is at the maximum and no more may be started. +. + +MessageId=0xd4 +Severity=Error +Facility=System +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=0xd5 +Severity=Error +Facility=System +SymbolicName=STATUS_FILE_RENAMED +Language=English +The file specified has been renamed and thus cannot be modified. +. + +MessageId=0xd6 +Severity=Error +Facility=System +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=0xd7 +Severity=Error +Facility=System +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=0xd8 +Severity=Error +Facility=System +SymbolicName=STATUS_CANT_WAIT +Language=English +Used to indicate that an operation cannot continue without blocking for I/O. +. + +MessageId=0xd9 +Severity=Error +Facility=System +SymbolicName=STATUS_PIPE_EMPTY +Language=English +Used to indicate that a read operation was done on an empty pipe. +. + +MessageId=0xda +Severity=Error +Facility=System +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=0xdb +Severity=Error +Facility=System +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=0xdc +Severity=Error +Facility=System +SymbolicName=STATUS_INVALID_SERVER_STATE +Language=English +Indicates the Sam Server was in the wrong state to perform the desired operation. +. + +MessageId=0xdd +Severity=Error +Facility=System +SymbolicName=STATUS_INVALID_DOMAIN_STATE +Language=English +Indicates the Domain was in the wrong state to perform the desired operation. +. + +MessageId=0xde +Severity=Error +Facility=System +SymbolicName=STATUS_INVALID_DOMAIN_ROLE +Language=English +This operation is only allowed for the Primary Domain Controller of the domain. +. + +MessageId=0xdf +Severity=Error +Facility=System +SymbolicName=STATUS_NO_SUCH_DOMAIN +Language=English +The specified Domain did not exist. +. + +MessageId=0xe0 +Severity=Error +Facility=System +SymbolicName=STATUS_DOMAIN_EXISTS +Language=English +The specified Domain already exists. +. + +MessageId=0xe1 +Severity=Error +Facility=System +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=0xe2 +Severity=Error +Facility=System +SymbolicName=STATUS_OPLOCK_NOT_GRANTED +Language=English +Error status returned when oplock request is denied. +. + +MessageId=0xe3 +Severity=Error +Facility=System +SymbolicName=STATUS_INVALID_OPLOCK_PROTOCOL +Language=English +Error status returned when an invalid oplock acknowledgment is received by a file system. +. + +MessageId=0xe4 +Severity=Error +Facility=System +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=0xe5 +Severity=Error +Facility=System +SymbolicName=STATUS_INTERNAL_ERROR +Language=English +An internal error occurred. +. + +MessageId=0xe6 +Severity=Error +Facility=System +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=0xe7 +Severity=Error +Facility=System +SymbolicName=STATUS_BAD_DESCRIPTOR_FORMAT +Language=English +Indicates a security descriptor is not in the necessary format (absolute or self-relative). +. + +MessageId=0xe8 +Severity=Error +Facility=System +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=0xe9 +Severity=Error +Facility=System +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=0xea +Severity=Error +Facility=System +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=0xeb +Severity=Error +Facility=System +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=0xec +Severity=Error +Facility=System +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=0xed +Severity=Error +Facility=System +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=0xee +Severity=Error +Facility=System +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=0xef +Severity=Error +Facility=System +SymbolicName=STATUS_INVALID_PARAMETER_1 +Language=English +An invalid parameter was passed to a service or function as the first argument. +. + +MessageId=0xf0 +Severity=Error +Facility=System +SymbolicName=STATUS_INVALID_PARAMETER_2 +Language=English +An invalid parameter was passed to a service or function as the second argument. +. + +MessageId=0xf1 +Severity=Error +Facility=System +SymbolicName=STATUS_INVALID_PARAMETER_3 +Language=English +An invalid parameter was passed to a service or function as the third argument. +. + +MessageId=0xf2 +Severity=Error +Facility=System +SymbolicName=STATUS_INVALID_PARAMETER_4 +Language=English +An invalid parameter was passed to a service or function as the fourth argument. +. + +MessageId=0xf3 +Severity=Error +Facility=System +SymbolicName=STATUS_INVALID_PARAMETER_5 +Language=English +An invalid parameter was passed to a service or function as the fifth argument. +. + +MessageId=0xf4 +Severity=Error +Facility=System +SymbolicName=STATUS_INVALID_PARAMETER_6 +Language=English +An invalid parameter was passed to a service or function as the sixth argument. +. + +MessageId=0xf5 +Severity=Error +Facility=System +SymbolicName=STATUS_INVALID_PARAMETER_7 +Language=English +An invalid parameter was passed to a service or function as the seventh argument. +. + +MessageId=0xf6 +Severity=Error +Facility=System +SymbolicName=STATUS_INVALID_PARAMETER_8 +Language=English +An invalid parameter was passed to a service or function as the eighth argument. +. + +MessageId=0xf7 +Severity=Error +Facility=System +SymbolicName=STATUS_INVALID_PARAMETER_9 +Language=English +An invalid parameter was passed to a service or function as the ninth argument. +. + +MessageId=0xf8 +Severity=Error +Facility=System +SymbolicName=STATUS_INVALID_PARAMETER_10 +Language=English +An invalid parameter was passed to a service or function as the tenth argument. +. + +MessageId=0xf9 +Severity=Error +Facility=System +SymbolicName=STATUS_INVALID_PARAMETER_11 +Language=English +An invalid parameter was passed to a service or function as the eleventh argument. +. + +MessageId=0xfa +Severity=Error +Facility=System +SymbolicName=STATUS_INVALID_PARAMETER_12 +Language=English +An invalid parameter was passed to a service or function as the twelfth argument. +. + +MessageId=0xfb +Severity=Error +Facility=System +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=0xfc +Severity=Error +Facility=System +SymbolicName=STATUS_REDIRECTOR_STARTED +Language=English +An attempt was made to start the redirector, but the redirector has already been started. +. + +MessageId=0xfd +Severity=Error +Facility=System +SymbolicName=STATUS_STACK_OVERFLOW +Language=English +A new guard page for the stack cannot be created. +. + +MessageId=0xfe +Severity=Error +Facility=System +SymbolicName=STATUS_NO_SUCH_PACKAGE +Language=English +A specified authentication package is unknown. +. + +MessageId=0xff +Severity=Error +Facility=System +SymbolicName=STATUS_BAD_FUNCTION_TABLE +Language=English +A malformed function table was encountered during an unwind operation. +. + MessageId=0x100 Severity=Error Facility=System @@ -2360,6 +3651,22 @@ RtlFindMessage could not locate the requested message ID in the message table resource. . +MessageId=0x10a +Severity=Error +Facility=System +SymbolicName=STATUS_PROCESS_IS_TERMINATING +Language=English +An attempt was made to duplicate an object handle into or out of an exiting process. +. + +MessageId=0x10b +Severity=Error +Facility=System +SymbolicName=STATUS_INVALID_LOGON_TYPE +Language=English +Indicates an invalid value has been provided for the LogonType requested. +. + MessageId=0x10c Severity=Error Facility=System @@ -2369,6 +3676,30 @@ This causes the protection attempt to fail, which may cause a file creation attempt to fail. . +MessageId=0x10d +Severity=Error +Facility=System +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=0x10e +Severity=Error +Facility=System +SymbolicName=STATUS_IMAGE_ALREADY_LOADED +Language=English +Indicates that the specified image is already loaded. +. + +MessageId=0x10f +Severity=Error +Facility=System +SymbolicName=STATUS_ABIOS_NOT_PRESENT +Language=English +STATUS_ABIOS_NOT_PRESENT +. + MessageId=0x110 Severity=Error Facility=System @@ -2449,6 +3780,22 @@ Indicates that the starting value for the LDT information was not an integral multiple of the selector size. . +MessageId=0x11a +Severity=Error +Facility=System +SymbolicName=STATUS_INVALID_LDT_DESCRIPTOR +Language=English +Indicates that the user supplied an invalid descriptor when trying to set up Ldt descriptors. +. + +MessageId=0x11b +Severity=Error +Facility=System +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=0x11c Severity=Error Facility=System @@ -2459,6 +3806,33 @@ or a request has been made to apply a transaction when one is not currently in progress. . +MessageId=0x11d +Severity=Error +Facility=System +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=0x11e +Severity=Error +Facility=System +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=0x11f +Severity=Error +Facility=System +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 ReactOS redirector on a remote drive. +. + MessageId=0x120 Severity=Error Facility=System @@ -2541,6 +3915,22 @@ 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=0x12a +Severity=Error +Facility=System +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=0x12b +Severity=Error +Facility=System +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=0x12c Severity=Error Facility=System @@ -2549,6 +3939,31 @@ Page file quota was exceeded. . +MessageId=0x12d +Severity=Error +Facility=System +SymbolicName=STATUS_COMMITMENT_LIMIT +Language=English +{Out of Virtual Memory} +Your system is low on virtual memory. To ensure that ReactOS runs properly, increase the size of your virtual memory paging file. For more information, see Help. +. + +MessageId=0x12e +Severity=Error +Facility=System +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=0x12f +Severity=Error +Facility=System +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=0x130 Severity=Error Facility=System @@ -2633,6 +4048,24 @@ The procedure entry point %hs could not be located in the dynamic link library %hs. . +MessageId=0x13a +Severity=Error +Facility=System +SymbolicName=STATUS_CONTROL_C_EXIT +Language=English +{Application Exit by CTRL+C} +The application terminated as a result of a CTRL+C. +. + +MessageId=0x13b +Severity=Error +Facility=System +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=0x13c Severity=Error Facility=System @@ -2642,6 +4075,33 @@ The network transport on a remote computer has closed a network connection. There may or may not be I/O requests outstanding. . +MessageId=0x13d +Severity=Error +Facility=System +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=0x13e +Severity=Error +Facility=System +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=0x13f +Severity=Error +Facility=System +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=0x140 Severity=Error Facility=System @@ -2691,7 +4151,7 @@ SymbolicName=STATUS_APP_INIT_FAILURE Language=English {Application Error} -The application failed to initialize properly (0x%lx). Click on OK to terminate the application. +The application failed to initialize properly (0x%lx). Click OK to terminate the application. . MessageId=0x146 @@ -2730,6 +4190,23 @@ You specified an incorrect password to a LAN Manager 2.x or MS-NET server. . +MessageId=0x14a +Severity=Error +Facility=System +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=0x14b +Severity=Error +Facility=System +SymbolicName=STATUS_PIPE_BROKEN +Language=English +The pipe operation has failed because the other end of the pipe has been closed. +. + MessageId=0x14c Severity=Error Facility=System @@ -2739,6 +4216,32 @@ 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=0x14d +Severity=Error +Facility=System +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=0x14e +Severity=Error +Facility=System +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=0x14f +Severity=Error +Facility=System +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=0x150 Severity=Error Facility=System @@ -2820,6 +4323,23 @@ The requested operation cannot be performed in fullscreen mode. . +MessageId=0x15a +Severity=Error +Facility=System +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=0x15b +Severity=Error +Facility=System +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=0x15c Severity=Error Facility=System @@ -2828,6 +4348,30 @@ 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=0x15d +Severity=Error +Facility=System +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 ReactOS cross-encrypted password. +. + +MessageId=0x15e +Severity=Error +Facility=System +SymbolicName=STATUS_DOMAIN_CTRLR_CONFIG_ERROR +Language=English +A ReactOS Server has an incorrect configuration. +. + +MessageId=0x15f +Severity=Error +Facility=System +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=0x160 Severity=Error Facility=System @@ -2913,6 +4457,24 @@ While accessing the hard disk, a recalibrate operation failed, even after retries. . +MessageId=0x16a +Severity=Error +Facility=System +SymbolicName=STATUS_DISK_OPERATION_FAILED +Language=English +{Hard Disk Error} +While accessing the hard disk, a disk operation failed even after retries. +. + +MessageId=0x16b +Severity=Error +Facility=System +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=0x16c Severity=Error Facility=System @@ -2923,6 +4485,24 @@ 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=0x16d +Severity=Error +Facility=System +SymbolicName=STATUS_FT_ORPHANING +Language=English +{FT Orphaning} +A disk that is part of a fault-tolerant volume can no longer be accessed. +. + +MessageId=0x16e +Severity=Error +Facility=System +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=0x172 Severity=Error Facility=System @@ -2981,6 +4561,22 @@ Please insert media into drive %hs. . +MessageId=0x17a +Severity=Error +Facility=System +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=0x17b +Severity=Error +Facility=System +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=0x17c Severity=Error Facility=System @@ -2989,6 +4585,30 @@ Illegal operation attempted on a registry key which has been marked for deletion. . +MessageId=0x17d +Severity=Error +Facility=System +SymbolicName=STATUS_NO_LOG_SPACE +Language=English +System could not allocate required space in a registry log. +. + +MessageId=0x17e +Severity=Error +Facility=System +SymbolicName=STATUS_TOO_MANY_SIDS +Language=English +Too many Sids have been specified. +. + +MessageId=0x17f +Severity=Error +Facility=System +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=0x180 Severity=Error Facility=System @@ -3069,6 +4689,22 @@ A write operation was attempted to a volume after it was dismounted. . +MessageId=0x18a +Severity=Error +Facility=System +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=0x18b +Severity=Error +Facility=System +SymbolicName=STATUS_NO_TRUST_SAM_ACCOUNT +Language=English +The SAM database on the ReactOS Server does not have a computer account for this workstation trust relationship. +. + MessageId=0x18c Severity=Error Facility=System @@ -3077,12 +4713,36 @@ The logon request failed because the trust relationship between the primary domain and the trusted domain failed. . +MessageId=0x18d +Severity=Error +Facility=System +SymbolicName=STATUS_TRUSTED_RELATIONSHIP_FAILURE +Language=English +The logon request failed because the trust relationship between this workstation and the primary domain failed. +. + +MessageId=0x18e +Severity=Error +Facility=System +SymbolicName=STATUS_EVENTLOG_FILE_CORRUPT +Language=English +The Eventlog log file is corrupt. +. + +MessageId=0x18f +Severity=Error +Facility=System +SymbolicName=STATUS_EVENTLOG_CANT_START +Language=English +No Eventlog log file could be opened. The Eventlog service did not start. +. + MessageId=0x190 Severity=Error Facility=System SymbolicName=STATUS_TRUST_FAILURE Language=English -The network logon failed. This may be because the validation authority can't be reached. +The network logon failed. This may be because the validation authority cannot be reached. . MessageId=0x191 @@ -3158,6 +4818,22 @@ The account used is a Computer Account. Use your global user account or local user account to access this server. . +MessageId=0x19a +Severity=Error +Facility=System +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=0x19b +Severity=Error +Facility=System +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=0x19c Severity=Error Facility=System @@ -3166,6 +4842,64 @@ A volume has been accessed for which a file system driver is required that has not yet been loaded. . +MessageId=0x19d +Severity=Error +Facility=System +SymbolicName=STATUS_IMAGE_ALREADY_LOADED_AS_DLL +Language=English +Indicates that the specified image is already loaded as a DLL. +. + +MessageId=0x19e +Severity=Error +Facility=System +SymbolicName=STATUS_INCOMPATIBLE_WITH_GLOBAL_SHORT_NAME_REGISTRY_SETTING +Language=English +Short name settings may not be changed on this volume due to the global registry setting. +. + +MessageId=0x19f +Severity=Error +Facility=System +SymbolicName=STATUS_SHORT_NAMES_NOT_ENABLED_ON_VOLUME +Language=English +Short names are not enabled on this volume. +. + +MessageId=0x1a0 +Severity=Error +Facility=System +SymbolicName=STATUS_SECURITY_STREAM_IS_INCONSISTENT +Language=English +The security stream for the given volume is in an inconsistent state. +Please run CHKDSK on the volume. +. + +MessageId=0x1a1 +Severity=Error +Facility=System +SymbolicName=STATUS_INVALID_LOCK_RANGE +Language=English +A requested file lock operation cannot be processed due to an invalid byte range. +. + +MessageId=0x1a2 +Severity=Error +Facility=System +SymbolicName=STATUS_INVALID_ACE_CONDITION +Language=English +{Invalid ACE Condition} +The specified access control entry (ACE) contains an invalid condition. +. + +MessageId=0x1a3 +Severity=Error +Facility=System +SymbolicName=STATUS_IMAGE_SUBSYSTEM_NOT_PRESENT +Language=English +The subsystem needed to support the image type is not present. +. + MessageId=0x202 Severity=Error Facility=System @@ -3231,6 +4965,22 @@ The transport address could not be opened because all the available addresses are in use. . +MessageId=0x20a +Severity=Error +Facility=System +SymbolicName=STATUS_ADDRESS_ALREADY_EXISTS +Language=English +The transport address could not be opened because it already exists. +. + +MessageId=0x20b +Severity=Error +Facility=System +SymbolicName=STATUS_ADDRESS_CLOSED +Language=English +The transport address is now closed. +. + MessageId=0x20c Severity=Error Facility=System @@ -3239,6 +4989,30 @@ The transport connection is now disconnected. . +MessageId=0x20d +Severity=Error +Facility=System +SymbolicName=STATUS_CONNECTION_RESET +Language=English +The transport connection has been reset. +. + +MessageId=0x20e +Severity=Error +Facility=System +SymbolicName=STATUS_TOO_MANY_NODES +Language=English +The transport cannot dynamically acquire any more nodes. +. + +MessageId=0x20f +Severity=Error +Facility=System +SymbolicName=STATUS_TRANSACTION_ABORTED +Language=English +The transport aborted a pending transaction. +. + MessageId=0x210 Severity=Error Facility=System @@ -3260,8 +5034,7 @@ Facility=System SymbolicName=STATUS_TRANSACTION_NO_MATCH Language=English -The transport did not find a transaction matching the specific -token. +The transport did not find a transaction matching the specific token. . MessageId=0x213 @@ -3325,6 +5098,25 @@ 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=0x21a +Severity=Error +Facility=System +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=0x21b +Severity=Error +Facility=System +SymbolicName=STATUS_DATA_NOT_ACCEPTED +Language=English +{Data Not Accepted} +The TDI client could not handle the data received during an indication. +. + MessageId=0x21c Severity=Error Facility=System @@ -3334,6 +5126,32 @@ The list of servers for this workgroup is not currently available. . +MessageId=0x21d +Severity=Error +Facility=System +SymbolicName=STATUS_VDM_HARD_ERROR +Language=English +NTVDM encountered a hard error. +. + +MessageId=0x21e +Severity=Error +Facility=System +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=0x21f +Severity=Error +Facility=System +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=0x220 Severity=Error Facility=System @@ -3418,6 +5236,22 @@ A consistency check failed. . +MessageId=0x22a +Severity=Error +Facility=System +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=0x22b +Severity=Error +Facility=System +SymbolicName=STATUS_OBJECTID_EXISTS +Language=English +The attempt to set the object's ID failed because the object already has an ID. +. + MessageId=0x22c Severity=Error Facility=System @@ -3426,6 +5260,30 @@ 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=0x22d +Severity=Error +Facility=System +SymbolicName=STATUS_RETRY +Language=English +The request needs to be retried. +. + +MessageId=0x22e +Severity=Error +Facility=System +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=0x22f +Severity=Error +Facility=System +SymbolicName=STATUS_ALLOCATE_BUCKET +Language=English +The bucket array must be grown. Retry transaction after doing so. +. + MessageId=0x230 Severity=Error Facility=System @@ -3506,6 +5364,22 @@ An address has not yet been associated with the transport endpoint. . +MessageId=0x23a +Severity=Error +Facility=System +SymbolicName=STATUS_CONNECTION_INVALID +Language=English +An operation was attempted on a nonexistent transport connection. +. + +MessageId=0x23b +Severity=Error +Facility=System +SymbolicName=STATUS_CONNECTION_ACTIVE +Language=English +An invalid operation was attempted on an active transport connection. +. + MessageId=0x23c Severity=Error Facility=System @@ -3514,6 +5388,30 @@ The remote network is not reachable by the transport. . +MessageId=0x23d +Severity=Error +Facility=System +SymbolicName=STATUS_HOST_UNREACHABLE +Language=English +The remote system is not reachable by the transport. +. + +MessageId=0x23e +Severity=Error +Facility=System +SymbolicName=STATUS_PROTOCOL_UNREACHABLE +Language=English +The remote system does not support the transport protocol. +. + +MessageId=0x23f +Severity=Error +Facility=System +SymbolicName=STATUS_PORT_UNREACHABLE +Language=English +No service is operating at the destination port of the transport on the remote system. +. + MessageId=0x240 Severity=Error Facility=System @@ -3683,6 +5581,25 @@ 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=0x25a +Severity=Error +Facility=System +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=0x25b +Severity=Error +Facility=System +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=0x25c Severity=Error Facility=System @@ -3692,6 +5609,22 @@ The policy of your user account does not allow this. Please select a password that you have not previously used. . +MessageId=0x25e +Severity=Error +Facility=System +SymbolicName=STATUS_PLUGPLAY_NO_DEVICE +Language=English +You have attempted to load a legacy device driver while its device instance had been disabled. +. + +MessageId=0x25f +Severity=Error +Facility=System +SymbolicName=STATUS_UNSUPPORTED_COMPRESSION +Language=English +The specified compression format is unsupported. +. + MessageId=0x260 Severity=Error Facility=System @@ -3732,7 +5665,7 @@ 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. +The application attempted to release a resource it did not own. Click OK to terminate the application. . MessageId=0x265 @@ -3765,7 +5698,7 @@ SymbolicName=STATUS_EVALUATION_EXPIRATION Language=English {ReactOS Evaluation Notification} -Your ReactOS will NEVER expire!. +Your ReactOS installation will NEVER expire!. . MessageId=0x269 @@ -3778,6 +5711,24 @@ The relocation occurred because the DLL %hs occupied an address range reserved for ReactOS system DLLs. The vendor supplying the DLL should be contacted for a new DLL. . +MessageId=0x26a +Severity=Error +Facility=System +SymbolicName=STATUS_LICENSE_VIOLATION +Language=English +{License Violation} +The system has detected tampering with your registered product type. This is not a violation of your software license. Tampering with product type is authorized. +. + +MessageId=0x26b +Severity=Error +Facility=System +SymbolicName=STATUS_DLL_INIT_FAILED_LOGOFF +Language=English +{DLL Initialization Failed} +The application failed to initialize because the window station is shutting down. +. + MessageId=0x26c Severity=Error Facility=System @@ -3788,6 +5739,30 @@ Error Status was 0x%x . +MessageId=0x26d +Severity=Error +Facility=System +SymbolicName=STATUS_DFS_UNAVAILABLE +Language=English +DFS is unavailable on the contacted server. +. + +MessageId=0x26e +Severity=Error +Facility=System +SymbolicName=STATUS_VOLUME_DISMOUNTED +Language=English +An operation was attempted to a volume after it was dismounted. +. + +MessageId=0x26f +Severity=Error +Facility=System +SymbolicName=STATUS_WX86_INTERNAL_ERROR +Language=English +An internal error occurred in the Win32 x86 emulation subsystem. +. + MessageId=0x270 Severity=Error Facility=System @@ -3924,6 +5899,22 @@ The device requires reinitialization due to hardware errors. . +MessageId=0x28a +Severity=Error +Facility=System +SymbolicName=STATUS_ENCRYPTION_FAILED +Language=English +The file encryption attempt failed. +. + +MessageId=0x28b +Severity=Error +Facility=System +SymbolicName=STATUS_DECRYPTION_FAILED +Language=English +The file decryption attempt failed. +. + MessageId=0x28c Severity=Error Facility=System @@ -3932,6 +5923,30 @@ The specified range could not be found in the range list. . +MessageId=0x28d +Severity=Error +Facility=System +SymbolicName=STATUS_NO_RECOVERY_POLICY +Language=English +There is no encryption recovery policy configured for this system. +. + +MessageId=0x28e +Severity=Error +Facility=System +SymbolicName=STATUS_NO_EFS +Language=English +The required encryption driver is not loaded for this system. +. + +MessageId=0x28f +Severity=Error +Facility=System +SymbolicName=STATUS_WRONG_EFS +Language=English +The file was encrypted with a different encryption driver than is currently loaded. +. + MessageId=0x290 Severity=Error Facility=System @@ -3964,6 +5979,14 @@ The specified file is encrypted and the user does not have the ability to decrypt it. . +MessageId=0x294 +Severity=Informational +Facility=System +SymbolicName=STATUS_WAKE_SYSTEM +Language=English +The system has awoken +. + MessageId=0x295 Severity=Error Facility=System @@ -4004,6 +6027,22 @@ The policy object is shared and can only be modified at the root . +MessageId=0x29a +Severity=Error +Facility=System +SymbolicName=STATUS_POLICY_OBJECT_NOT_FOUND +Language=English +The policy object does not exist when it should +. + +MessageId=0x29b +Severity=Error +Facility=System +SymbolicName=STATUS_POLICY_ONLY_IN_DS +Language=English +The requested policy information only lives in the Ds +. + MessageId=0x29c Severity=Error Facility=System @@ -4012,6 +6051,240 @@ The volume must be upgraded to enable this feature . +MessageId=0x29d +Severity=Error +Facility=System +SymbolicName=STATUS_REMOTE_STORAGE_NOT_ACTIVE +Language=English +The remote storage service is not operational at this time. +. + +MessageId=0x29e +Severity=Error +Facility=System +SymbolicName=STATUS_REMOTE_STORAGE_MEDIA_ERROR +Language=English +The remote storage service encountered a media error. +. + +MessageId=0x29f +Severity=Error +Facility=System +SymbolicName=STATUS_NO_TRACKING_SERVICE +Language=English +The tracking (workstation) service is not running. +. + +MessageId=0x2a0 +Severity=Error +Facility=System +SymbolicName=STATUS_SERVER_SID_MISMATCH +Language=English +The server process is running under a SID different than that required by client. +. + +MessageId=0x2a1 +Severity=Error +Facility=System +SymbolicName=STATUS_DS_NO_ATTRIBUTE_OR_VALUE +Language=English +The specified directory service attribute or value does not exist. +. + +MessageId=0x2a2 +Severity=Error +Facility=System +SymbolicName=STATUS_DS_INVALID_ATTRIBUTE_SYNTAX +Language=English +The attribute syntax specified to the directory service is invalid. +. + +MessageId=0x2a3 +Severity=Error +Facility=System +SymbolicName=STATUS_DS_ATTRIBUTE_TYPE_UNDEFINED +Language=English +The attribute type specified to the directory service is not defined. +. + +MessageId=0x2a4 +Severity=Error +Facility=System +SymbolicName=STATUS_DS_ATTRIBUTE_OR_VALUE_EXISTS +Language=English +The specified directory service attribute or value already exists. +. + +MessageId=0x2a5 +Severity=Error +Facility=System +SymbolicName=STATUS_DS_BUSY +Language=English +The directory service is busy. +. + +MessageId=0x2a6 +Severity=Error +Facility=System +SymbolicName=STATUS_DS_UNAVAILABLE +Language=English +The directory service is not available. +. + +MessageId=0x2a7 +Severity=Error +Facility=System +SymbolicName=STATUS_DS_NO_RIDS_ALLOCATED +Language=English +The directory service was unable to allocate a relative identifier. +. + +MessageId=0x2a8 +Severity=Error +Facility=System +SymbolicName=STATUS_DS_NO_MORE_RIDS +Language=English +The directory service has exhausted the pool of relative identifiers. +. + +MessageId=0x2a9 +Severity=Error +Facility=System +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=0x2aa +Severity=Error +Facility=System +SymbolicName=STATUS_DS_RIDMGR_INIT_ERROR +Language=English +The directory service was unable to initialize the subsystem that allocates relative identifiers. +. + +MessageId=0x2ab +Severity=Error +Facility=System +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=0x2ac +Severity=Error +Facility=System +SymbolicName=STATUS_DS_CANT_ON_NON_LEAF +Language=English +The directory service can perform the requested operation only on a leaf object. +. + +MessageId=0x2ad +Severity=Error +Facility=System +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=0x2ae +Severity=Error +Facility=System +SymbolicName=STATUS_DS_CANT_MOD_OBJ_CLASS +Language=English +The directory service detected an attempt to modify the object class of an object. +. + +MessageId=0x2af +Severity=Error +Facility=System +SymbolicName=STATUS_DS_CROSS_DOM_MOVE_FAILED +Language=English +An error occurred while performing a cross domain move operation. +. + +MessageId=0x2b0 +Severity=Error +Facility=System +SymbolicName=STATUS_DS_GC_NOT_AVAILABLE +Language=English +Unable to contact the Global Catalog Server. +. + +MessageId=0x2b1 +Severity=Error +Facility=System +SymbolicName=STATUS_DIRECTORY_SERVICE_REQUIRED +Language=English +The requested operation requires a directory service, and none was available. +. + +MessageId=0x2b2 +Severity=Error +Facility=System +SymbolicName=STATUS_REPARSE_ATTRIBUTE_CONFLICT +Language=English +The reparse attribute cannot be set as it is incompatible with an existing attribute. +. + +MessageId=0x2b3 +Severity=Error +Facility=System +SymbolicName=STATUS_CANT_ENABLE_DENY_ONLY +Language=English +A group marked use for deny only can not be enabled. +. + +MessageId=0x2b4 +Severity=Error +Facility=System +SymbolicName=STATUS_FLOAT_MULTIPLE_FAULTS +Language=English +{EXCEPTION} +Multiple floating point faults. +. + +MessageId=0x2b5 +Severity=Error +Facility=System +SymbolicName=STATUS_FLOAT_MULTIPLE_TRAPS +Language=English +{EXCEPTION} +Multiple floating point traps. +. + +MessageId=0x2b6 +Severity=Error +Facility=System +SymbolicName=STATUS_DEVICE_REMOVED +Language=English +The device has been removed. +. + +MessageId=0x2b7 +Severity=Error +Facility=System +SymbolicName=STATUS_JOURNAL_DELETE_IN_PROGRESS +Language=English +The volume change journal is being deleted. +. + +MessageId=0x2b8 +Severity=Error +Facility=System +SymbolicName=STATUS_JOURNAL_NOT_ACTIVE +Language=English +The volume change journal is not active. +. + +MessageId=0x2b9 +Severity=Error +Facility=System +SymbolicName=STATUS_NOINTERFACE +Language=English +The requested interface is not supported. +. + MessageId=0x2c1 Severity=Error Facility=System @@ -4078,7 +6351,7 @@ Language=English {Virtual Memory Minimum Too Low} Your system is low on virtual memory. ReactOS is increasing the size of your virtual memory paging file. -During this process, memory requests for some applications may be denied. +During this process, memory requests for some applications may be denied. For more information, see Help. . MessageId=0x2c9 @@ -4091,6 +6364,25 @@ A NaT value is consumed on a non speculative instruction. . +MessageId=0x2ca +Severity=Error +Facility=System +SymbolicName=STATUS_TRANSPORT_FULL +Language=English +The medium changer's transport element contains media, which is causing the operation to fail. +. + +MessageId=0x2cb +Severity=Error +Facility=System +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=0x2cc Severity=Error Facility=System @@ -4099,12 +6391,436 @@ This operation is supported only when you are connected to the server. . +MessageId=0x2cd +Severity=Error +Facility=System +SymbolicName=STATUS_DS_SENSITIVE_GROUP_VIOLATION +Language=English +Only an administrator can modify the membership list of an administrative group. +. + +MessageId=0x2ce +Severity=Error +Facility=System +SymbolicName=STATUS_PNP_RESTART_ENUMERATION +Language=English +A device was removed so enumeration must be restarted. +. + +MessageId=0x2cf +Severity=Error +Facility=System +SymbolicName=STATUS_JOURNAL_ENTRY_DELETED +Language=English +The journal entry has been deleted from the journal. +. + +MessageId=0x2d0 +Severity=Error +Facility=System +SymbolicName=STATUS_DS_CANT_MOD_PRIMARYGROUPID +Language=English +Cannot change the primary group ID of a domain controller account. +. + +MessageId=0x2d1 +Severity=Error +Facility=System +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=0x2d2 +Severity=Error +Facility=System +SymbolicName=STATUS_PNP_REBOOT_REQUIRED +Language=English +Device will not start without a reboot. +. + +MessageId=0x2d3 +Severity=Error +Facility=System +SymbolicName=STATUS_POWER_STATE_INVALID +Language=English +Current device power state cannot support this request. +. + +MessageId=0x2d4 +Severity=Error +Facility=System +SymbolicName=STATUS_DS_INVALID_GROUP_TYPE +Language=English +The specified group type is invalid. +. + +MessageId=0x2d5 +Severity=Error +Facility=System +SymbolicName=STATUS_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN +Language=English +In mixed domain no nesting of global group if group is security enabled. +. + +MessageId=0x2d6 +Severity=Error +Facility=System +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=0x2d7 +Severity=Error +Facility=System +SymbolicName=STATUS_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER +Language=English +A global group cannot have a local group as a member. +. + +MessageId=0x2d8 +Severity=Error +Facility=System +SymbolicName=STATUS_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER +Language=English +A global group cannot have a universal group as a member. +. + +MessageId=0x2d9 +Severity=Error +Facility=System +SymbolicName=STATUS_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER +Language=English +A universal group cannot have a local group as a member. +. + +MessageId=0x2da +Severity=Error +Facility=System +SymbolicName=STATUS_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER +Language=English +A global group cannot have a cross domain member. +. + +MessageId=0x2db +Severity=Error +Facility=System +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=0x2dc +Severity=Error +Facility=System +SymbolicName=STATUS_DS_HAVE_PRIMARY_MEMBERS +Language=English +Can not change to security disabled group because of having primary members in this group. +. + +MessageId=0x2dd +Severity=Error +Facility=System +SymbolicName=STATUS_WMI_NOT_SUPPORTED +Language=English +The WMI operation is not supported by the data block or method. +. + +MessageId=0x2de +Severity=Error +Facility=System +SymbolicName=STATUS_INSUFFICIENT_POWER +Language=English +There is not enough power to complete the requested operation. +. + +MessageId=0x2df +Severity=Error +Facility=System +SymbolicName=STATUS_SAM_NEED_BOOTKEY_PASSWORD +Language=English +Security Account Manager needs to get the boot password. +. + +MessageId=0x2e0 +Severity=Error +Facility=System +SymbolicName=STATUS_SAM_NEED_BOOTKEY_FLOPPY +Language=English +Security Account Manager needs to get the boot key from floppy disk. +. + +MessageId=0x2e1 +Severity=Error +Facility=System +SymbolicName=STATUS_DS_CANT_START +Language=English +Directory Service can not start. +. + +MessageId=0x2e2 +Severity=Error +Facility=System +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=0x2e3 +Severity=Error +Facility=System +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=0x2e4 +Severity=Error +Facility=System +SymbolicName=STATUS_DS_GC_REQUIRED +Language=English +The requested operation can be performed only on a global catalog server. +. + +MessageId=0x2e5 +Severity=Error +Facility=System +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=0x2e6 +Severity=Error +Facility=System +SymbolicName=STATUS_DS_NO_FPO_IN_UNIVERSAL_GROUPS +Language=English +Foreign security principals cannot be members of universal groups. +. + +MessageId=0x2e7 +Severity=Error +Facility=System +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=0x2e8 +Severity=Error +Facility=System +SymbolicName=STATUS_MULTIPLE_FAULT_VIOLATION +Language=English +STATUS_MULTIPLE_FAULT_VIOLATION +. + +MessageId=0x2e9 +Severity=Error +Facility=System +SymbolicName=STATUS_CURRENT_DOMAIN_NOT_ALLOWED +Language=English +This operation can not be performed on the current domain. +. + +MessageId=0x2ea +Severity=Error +Facility=System +SymbolicName=STATUS_CANNOT_MAKE +Language=English +The directory or file cannot be created. +. + +MessageId=0x2eb +Severity=Error +Facility=System +SymbolicName=STATUS_SYSTEM_SHUTDOWN +Language=English +The system is in the process of shutting down. +. + +MessageId=0x2ec +Severity=Error +Facility=System +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=0x2ed +Severity=Error +Facility=System +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=0x2ee +Severity=Error +Facility=System +SymbolicName=STATUS_UNFINISHED_CONTEXT_DELETED +Language=English +A security context was deleted before the context was completed. This is considered a logon failure. +. + +MessageId=0x2ef +Severity=Error +Facility=System +SymbolicName=STATUS_NO_TGT_REPLY +Language=English +The client is trying to negotiate a context and the server requires user-to-user but did not send a TGT reply. +. + +MessageId=0x2f0 +Severity=Error +Facility=System +SymbolicName=STATUS_OBJECTID_NOT_FOUND +Language=English +An object ID was not found in the file. +. + +MessageId=0x2f1 +Severity=Error +Facility=System +SymbolicName=STATUS_NO_IP_ADDRESSES +Language=English +Unable to accomplish the requested task because the local machine does not have any IP addresses. +. + +MessageId=0x2f2 +Severity=Error +Facility=System +SymbolicName=STATUS_WRONG_CREDENTIAL_HANDLE +Language=English +The supplied credential handle does not match the credential associated with the security context. +. + +MessageId=0x2f3 +Severity=Error +Facility=System +SymbolicName=STATUS_CRYPTO_SYSTEM_INVALID +Language=English +The crypto system or checksum function is invalid because a required function is unavailable. +. + +MessageId=0x2f4 +Severity=Error +Facility=System +SymbolicName=STATUS_MAX_REFERRALS_EXCEEDED +Language=English +The number of maximum ticket referrals has been exceeded. +. + +MessageId=0x2f5 +Severity=Error +Facility=System +SymbolicName=STATUS_MUST_BE_KDC +Language=English +The local machine must be a Kerberos KDC (domain controller) and it is not. +. + +MessageId=0x2f6 +Severity=Error +Facility=System +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=0x2f7 +Severity=Error +Facility=System +SymbolicName=STATUS_TOO_MANY_PRINCIPALS +Language=English +The KDC reply contained more than one principal name. +. + +MessageId=0x2f8 +Severity=Error +Facility=System +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=0x2f9 +Severity=Error +Facility=System +SymbolicName=STATUS_PKINIT_NAME_MISMATCH +Language=English +The client certificate does not contain a valid UPN, or does not match the client name +in the logon request. Please contact your administrator. +. + +MessageId=0x2fa +Severity=Error +Facility=System +SymbolicName=STATUS_SMARTCARD_LOGON_REQUIRED +Language=English +Smartcard logon is required and was not used. +. + +MessageId=0x2fb +Severity=Error +Facility=System +SymbolicName=STATUS_KDC_INVALID_REQUEST +Language=English +An invalid request was sent to the KDC. +. + +MessageId=0x2fc +Severity=Error +Facility=System +SymbolicName=STATUS_KDC_UNABLE_TO_REFER +Language=English +The KDC was unable to generate a referral for the service requested. +. + +MessageId=0x2fd +Severity=Error +Facility=System +SymbolicName=STATUS_KDC_UNKNOWN_ETYPE +Language=English +The encryption type requested is not supported by the KDC. +. + +MessageId=0x2fe +Severity=Error +Facility=System +SymbolicName=STATUS_SHUTDOWN_IN_PROGRESS +Language=English +A system shutdown is in progress. +. + +MessageId=0x2ff +Severity=Error +Facility=System +SymbolicName=STATUS_SERVER_SHUTDOWN_IN_PROGRESS +Language=English +The server machine is shutting down. +. + MessageId=0x300 Severity=Error Facility=System SymbolicName=STATUS_NOT_SUPPORTED_ON_SBS Language=English -ReactOS doesn't have any Small Business Support editions, so this error never appears. +ReactOS doesn't have any Small Business Server editions, so this error never appears. . MessageId=0x301 @@ -4179,12 +6895,29 @@ Copy protection error - The read failed because the sector is encrypted. . +MessageId=0x30a +Severity=Error +Facility=System +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=0x30b +Severity=Error +Facility=System +SymbolicName=STATUS_CSS_RESETS_EXHAUSTED +Language=English +Copy protection error - The drive's region setting may be permanent. +. + MessageId=0x320 Severity=Error Facility=System SymbolicName=STATUS_PKINIT_FAILURE Language=English -The kerberos protocol encountered an error while validating the KDC certificate during smartcard Logon. There +The Kerberos protocol encountered an error while validating the KDC certificate during smartcard Logon. There is more information in the system event log. . @@ -4193,7 +6926,7 @@ Facility=System SymbolicName=STATUS_SMARTCARD_SUBSYSTEM_FAILURE Language=English -The kerberos protocol encountered an error while attempting to utilize the smartcard subsystem. +The Kerberos protocol encountered an error while attempting to utilize the smartcard subsystem. . MessageId=0x322 @@ -4201,7 +6934,7 @@ Facility=System SymbolicName=STATUS_NO_KERB_KEY Language=English -The target server does not have acceptable kerberos credentials. +The target server does not have acceptable Kerberos credentials. . MessageId=0x350 @@ -4217,7 +6950,7 @@ Facility=System SymbolicName=STATUS_UNSUPPORTED_PREAUTH Language=English -An unsupported preauthentication mechanism was presented to the kerberos package. +An unsupported preauthentication mechanism was presented to the Kerberos package. . MessageId=0x352 @@ -4233,7 +6966,7 @@ Facility=System 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. +An attempt to remove a process's DebugPort was made, but a port was not already associated with the process. . MessageId=0x354 @@ -4281,9 +7014,25 @@ Facility=System 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. +The specified image file did not have the correct format, it appears to be a 32-bit ReactOS image. . +MessageId=0x35a +Severity=Error +Facility=System +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 ReactOS image. +. + +MessageId=0x35b +Severity=Error +Facility=System +SymbolicName=STATUS_BAD_BINDINGS +Language=English +Client's supplied SSPI channel bindings were incorrect. +. + MessageId=0x35c Severity=Error Facility=System @@ -4292,6 +7041,30 @@ The client's session has expired, so the client must reauthenticate to continue accessing the remote resources. . +MessageId=0x35d +Severity=Error +Facility=System +SymbolicName=STATUS_APPHELP_BLOCK +Language=English +AppHelp dialog canceled thus preventing the application from starting. +. + +MessageId=0x35e +Severity=Error +Facility=System +SymbolicName=STATUS_ALL_SIDS_FILTERED +Language=English +The SID filtering operation removed all SIDs. +. + +MessageId=0x35f +Severity=Error +Facility=System +SymbolicName=STATUS_NOT_SAFE_MODE_DRIVER +Language=English +The driver was not loaded because the system is booting into safe mode. +. + MessageId=0x361 Severity=Error Facility=System @@ -4329,7 +7102,7 @@ Facility=System SymbolicName=STATUS_FAILED_DRIVER_ENTRY Language=English -The driver was not loaded because it failed it's initialization call. +The driver was not loaded because it failed its initialization call. . MessageId=0x366 @@ -4357,6 +7130,22 @@ The device object parameter is either not a valid device object or is not attached to the volume specified by the file name. . +MessageId=0x36a +Severity=Error +Facility=System +SymbolicName=STATUS_MCA_OCCURED +Language=English +A Machine Check Error has occurred. Please check the system eventlog for additional information. +. + +MessageId=0x36b +Severity=Error +Facility=System +SymbolicName=STATUS_DRIVER_BLOCKED_CRITICAL +Language=English +Driver %2 has been blocked from loading. +. + MessageId=0x36c Severity=Error Facility=System @@ -4365,6 +7154,54 @@ Driver %2 has been blocked from loading. . +MessageId=0x36d +Severity=Error +Facility=System +SymbolicName=STATUS_DRIVER_DATABASE_ERROR +Language=English +There was error [%2] processing the driver database. +. + +MessageId=0x36e +Severity=Error +Facility=System +SymbolicName=STATUS_SYSTEM_HIVE_TOO_LARGE +Language=English +System hive size has exceeded its limit. +. + +MessageId=0x36f +Severity=Error +Facility=System +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=0x371 +Severity=Error +Facility=System +SymbolicName=STATUS_NO_SECRETS +Language=English +The local account store does not contain secret material for the specified account. +. + +MessageId=0x373 +Severity=Error +Facility=System +SymbolicName=STATUS_FAILED_STACK_SWITCH +Language=English +The system was not able to allocate enough memory to perform a stack switch. +. + +MessageId=0x374 +Severity=Error +Facility=System +SymbolicName=STATUS_HEAP_CORRUPTION +Language=English +A heap has been corrupted. +. + MessageId=0x380 Severity=Error Facility=System @@ -4447,6 +7284,25 @@ event log. . +MessageId=0x38a +Severity=Error +Facility=System +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 +Severity=Error +Facility=System +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 Severity=Error Facility=System @@ -4470,7 +7326,7 @@ Facility=System SymbolicName=STATUS_DRIVER_FAILED_PRIOR_UNLOAD Language=English -The driver could not be installed because a previous version is still loaded. +The driver could not be loaded because a previous version of the driver is still in memory. . MessageId=0x38f @@ -4478,7 +7334,7 @@ Facility=System SymbolicName=STATUS_SMARTCARD_SILENT_CONTEXT Language=English -The smartcard operation requires user interaction but the context was acquired as silent. +The smartcard provider could not perform the action since the context was acquired as silent. . MessageId=0x401 @@ -4486,7 +7342,7 @@ Facility=System SymbolicName=STATUS_PER_USER_TRUST_QUOTA_EXCEEDED Language=English -The quota for delegated trust creation was exceeded for the current user. +The current user's delegated trust creation quota has been exceeded. . MessageId=0x402 @@ -4494,7 +7350,7 @@ Facility=System SymbolicName=STATUS_ALL_USER_TRUST_QUOTA_EXCEEDED Language=English -The overall quota for delegated trust creation was exceeded. +The total delegated trust creation quota has been exceeded. . MessageId=0x403 @@ -4502,7 +7358,7 @@ Facility=System SymbolicName=STATUS_USER_DELETE_TRUST_QUOTA_EXCEEDED Language=English -The quota for delegated trust deletion was exceeded for the current user. +The current user's delegated trust deletion quota has been exceeded. . MessageId=0x404 @@ -4510,7 +7366,7 @@ Facility=System SymbolicName=STATUS_DS_NAME_NOT_UNIQUE Language=English -The specified Directory Services name already exists. +The requested name already exists as a unique identifier. . MessageId=0x405 @@ -4518,7 +7374,7 @@ Facility=System SymbolicName=STATUS_DS_DUPLICATE_ID_FOUND Language=English -The requested object could not be retrieved because the specified identifier is not unique. +The requested object has a non-unique identifier and cannot be retrieved. . MessageId=0x406 @@ -4526,7 +7382,7 @@ Facility=System SymbolicName=STATUS_DS_GROUP_CONVERSION_ERROR Language=English -The Directory Services group cannot be converted. +The group cannot be converted due to attribute restrictions on the requested group type. . MessageId=0x407 @@ -4535,7 +7391,7 @@ SymbolicName=STATUS_VOLSNAP_PREPARE_HIBERNATE Language=English {Volume Shadow Copy Service} -The volume %hs is busy because it is being prepared for hibernation. +Please wait while the Volume Shadow Copy Service prepares volume %hs for hibernation. . MessageId=0x408 @@ -4543,7 +7399,7 @@ Facility=System SymbolicName=STATUS_USER2USER_REQUIRED Language=English -The Kerberos User to User protocol is required. +Kerberos sub-protocol User2User is required. . MessageId=0x409 @@ -4551,8 +7407,8 @@ Facility=System SymbolicName=STATUS_STACK_BUFFER_OVERRUN Language=English -An out-of-bounds access to a stack buffer was detected. This indicates an -error in the application that could be exploited by a malicious user. +The system detected an overrun of a stack-based buffer in this application. This +overrun could potentially allow a malicious user to gain control of this application. . MessageId=0x40a @@ -4560,9 +7416,285 @@ Facility=System SymbolicName=STATUS_NO_S4U_PROT_SUPPORT Language=English -The domain controller does not support the Kerberos Service for User protocol. +The Kerberos subsystem encountered an error. A service for user protocol request was made +against a domain controller which does not support service for user. . +MessageId=0x40b +Severity=Error +Facility=System +SymbolicName=STATUS_CROSSREALM_DELEGATION_FAILURE +Language=English +An attempt was made by this server to make a Kerberos constrained delegation request for a target +outside of the server's realm. This is not supported, and indicates a misconfiguration on this +server's allowed to delegate to list. Please contact your administrator. +. + +MessageId=0x40c +Severity=Error +Facility=System +SymbolicName=STATUS_REVOCATION_OFFLINE_KDC +Language=English +The revocation status of the domain controller certificate used for smartcard +authentication could not be determined. There is additional information in the system event +log. Please contact your system administrator. +. + +MessageId=0x40d +Severity=Error +Facility=System +SymbolicName=STATUS_ISSUING_CA_UNTRUSTED_KDC +Language=English +An untrusted certificate authority was detected while processing the +domain controller certificate used for authentication. There is additional information in +the system event log. Please contact your system administrator. +. + +MessageId=0x40e +Severity=Error +Facility=System +SymbolicName=STATUS_KDC_CERT_EXPIRED +Language=English +The domain controller certificate used for smartcard logon has expired. +Please contact your system administrator with the contents of your system event log. +. + +MessageId=0x40f +Severity=Error +Facility=System +SymbolicName=STATUS_KDC_CERT_REVOKED +Language=English +The domain controller certificate used for smartcard logon has been revoked. +Please contact your system administrator with the contents of your system event log. +. + +MessageId=0x410 +Severity=Error +Facility=System +SymbolicName=STATUS_PARAMETER_QUOTA_EXCEEDED +Language=English +Data present in one of the parameters is more than the function can operate on. +. + +MessageId=0x411 +Severity=Error +Facility=System +SymbolicName=STATUS_HIBERNATION_FAILURE +Language=English +The system has failed to hibernate (The error code is %hs). Hibernation will be disabled until the system is restarted. +. + +MessageId=0x412 +Severity=Error +Facility=System +SymbolicName=STATUS_DELAY_LOAD_FAILED +Language=English +An attempt to delay-load a .dll or get a function address in a delay-loaded .dll failed. +. + +MessageId=0x413 +Severity=Error +Facility=System +SymbolicName=STATUS_AUTHENTICATION_FIREWALL_FAILED +Language=English +Logon Failure: The machine you are logging onto is protected by an authentication firewall. The specified account is not allowed to authenticate to the machine. +. + +MessageId=0x414 +Severity=Error +Facility=System +SymbolicName=STATUS_VDM_DISALLOWED +Language=English +%hs is a 16-bit application. You do not have permissions to execute 16-bit applications. Check your permissions with your system administrator. +. + +MessageId=0x415 +Severity=Error +Facility=System +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 report this failure to Microsoft. +. + +MessageId=0x417 +Severity=Error +Facility=System +SymbolicName=STATUS_INVALID_CRUNTIME_PARAMETER +Language=English +An invalid parameter was passed to a C runtime function. +. + +MessageId=0x418 +Severity=Error +Facility=System +SymbolicName=STATUS_NTLM_BLOCKED +Language=English +The authentication failed since NTLM was blocked. +. + +MessageId=0x41c +Severity=Error +Facility=System +SymbolicName=STATUS_INVALID_USER_PRINCIPAL_NAME +Language=English +The User Principal Name (UPN) is invalid. +. + +MessageId=0x41d +Severity=Error +Facility=System +SymbolicName=STATUS_FATAL_USER_CALLBACK_EXCEPTION +Language=English +An unhandled exception was encountered during a user callback. +. + +MessageId=0x420 +Severity=Error +Facility=System +SymbolicName=STATUS_ASSERTION_FAILURE +Language=English +An assertion failure has occurred. +. + +MessageId=0x421 +Severity=Error +Facility=System +SymbolicName=STATUS_VERIFIER_STOP +Language=English +Application verifier has found an error in the current process. +. + +MessageId=0x423 +Severity=Error +Facility=System +SymbolicName=STATUS_CALLBACK_POP_STACK +Language=English +An exception has occurred in a user mode callback and the kernel callback frame should be removed. +. + +MessageId=0x424 +Severity=Error +Facility=System +SymbolicName=STATUS_INCOMPATIBLE_DRIVER_BLOCKED +Language=English +%2 has been blocked from loading due to incompatibility with this system. Please contact your software vendor for a compatible version of the driver. +. + +MessageId=0x425 +Severity=Error +Facility=System +SymbolicName=STATUS_HIVE_UNLOADED +Language=English +Illegal operation attempted on a registry key which has already been unloaded. +. + +MessageId=0x426 +Severity=Error +Facility=System +SymbolicName=STATUS_COMPRESSION_DISABLED +Language=English +Compression is disabled for this volume. +. + +MessageId=0x427 +Severity=Error +Facility=System +SymbolicName=STATUS_FILE_SYSTEM_LIMITATION +Language=English +The requested operation could not be completed due to a file system limitation +. + +MessageId=0x429 +Severity=Error +Facility=System +SymbolicName=STATUS_NOT_CAPABLE +Language=English +The implementation is not capable of performing the request. +. + +MessageId=0x42a +Severity=Error +Facility=System +SymbolicName=STATUS_REQUEST_OUT_OF_SEQUENCE +Language=English +The requested operation is out of order with respect to other operations. +. + +MessageId=0x42b +Severity=Error +Facility=System +SymbolicName=STATUS_IMPLEMENTATION_LIMIT +Language=English +An operation attempted to exceed an implementation-defined limit. +. + +MessageId=0x42c +Severity=Error +Facility=System +SymbolicName=STATUS_ELEVATION_REQUIRED +Language=English +The requested operation requires elevation. +. + +MessageId=0x433 +Severity=Error +Facility=System +SymbolicName=STATUS_ENCOUNTERED_WRITE_IN_PROGRESS +Language=English +The attempted write operation encountered a write already in progress for some portion of the range. +. + +MessageId=0x434 +Severity=Error +Facility=System +SymbolicName=STATUS_PTE_CHANGED +Language=English +The page fault mappings changed in the middle of processing a fault so the operation must be retried. +. + +MessageId=0x435 +Severity=Error +Facility=System +SymbolicName=STATUS_PURGE_FAILED +Language=English +The attempt to purge this file from memory failed to purge some or all the data from memory. +. + +MessageId=0x452 +Severity=Error +Facility=System +SymbolicName=STATUS_SYSTEM_DEVICE_NOT_FOUND +Language=English +The requested system device cannot be found. +. + +MessageId=0x602 +Severity=Error +Facility=System +SymbolicName=STATUS_FAIL_FAST_EXCEPTION +Language=English +{Fail Fast Exception} +A fail fast exception occurred. Exception handlers will not be invoked and the process will be terminated immediately. +. + +MessageId=0x805 +Severity=Error +Facility=System +SymbolicName=STATUS_BAD_CLUSTERS +Language=English +The operation could not be completed due to bad clusters on disk. +. + +MessageId=0x806 +Severity=Error +Facility=System +SymbolicName=STATUS_VOLUME_DIRTY +Language=English +The operation could not be completed because the volume is dirty. Please run the Chkdsk utility and try again. +. + MessageId=0x9898 Severity=Error Facility=System @@ -4616,7 +7748,7 @@ Facility=System SymbolicName=STATUS_PROTOCOL_NOT_SUPPORTED Language=English -The protocol is not installed. +The protocol is not installed on the local machine. . MessageId=0x1 @@ -4635,6 +7767,11 @@ Debugger has found the application is not idle. . + +; +;/* RPC error values */ +; + MessageId=0x1 Severity=Error Facility=RpcRuntime @@ -4707,6 +7844,22 @@ No endpoint was found. . +MessageId=0xa +Severity=Error +Facility=RpcRuntime +SymbolicName=RPC_NT_INVALID_TIMEOUT +Language=English +The timeout value is invalid. +. + +MessageId=0xb +Severity=Error +Facility=RpcRuntime +SymbolicName=RPC_NT_OBJECT_NOT_FOUND +Language=English +The object UUID was not found. +. + MessageId=0xc Severity=Error Facility=RpcRuntime @@ -4715,6 +7868,30 @@ The object UUID has already been registered. . +MessageId=0xd +Severity=Error +Facility=RpcRuntime +SymbolicName=RPC_NT_TYPE_ALREADY_REGISTERED +Language=English +The type UUID has already been registered. +. + +MessageId=0xe +Severity=Error +Facility=RpcRuntime +SymbolicName=RPC_NT_ALREADY_LISTENING +Language=English +The RPC server is already listening. +. + +MessageId=0xf +Severity=Error +Facility=RpcRuntime +SymbolicName=RPC_NT_NO_PROTSEQS_REGISTERED +Language=English +No protocol sequences have been registered. +. + MessageId=0x10 Severity=Error Facility=RpcRuntime @@ -4795,6 +7972,22 @@ The network options are invalid. . +MessageId=0x1a +Severity=Error +Facility=RpcRuntime +SymbolicName=RPC_NT_NO_CALL_ACTIVE +Language=English +There are no remote procedure calls active on this thread. +. + +MessageId=0x1b +Severity=Error +Facility=RpcRuntime +SymbolicName=RPC_NT_CALL_FAILED +Language=English +The remote procedure call failed. +. + MessageId=0x1c Severity=Error Facility=RpcRuntime @@ -4803,6 +7996,22 @@ The remote procedure call failed and did not execute. . +MessageId=0x1d +Severity=Error +Facility=RpcRuntime +SymbolicName=RPC_NT_PROTOCOL_ERROR +Language=English +An RPC protocol error occurred. +. + +MessageId=0x1f +Severity=Error +Facility=RpcRuntime +SymbolicName=RPC_NT_UNSUPPORTED_TRANS_SYN +Language=English +The transfer syntax is not supported by the RPC server. +. + MessageId=0x21 Severity=Error Facility=RpcRuntime @@ -4867,6 +8076,22 @@ The endpoint is a duplicate. . +MessageId=0x2a +Severity=Error +Facility=RpcRuntime +SymbolicName=RPC_NT_UNKNOWN_AUTHN_TYPE +Language=English +The authentication type is unknown. +. + +MessageId=0x2b +Severity=Error +Facility=RpcRuntime +SymbolicName=RPC_NT_MAX_CALLS_TOO_SMALL +Language=English +The maximum number of calls is too small. +. + MessageId=0x2c Severity=Error Facility=RpcRuntime @@ -4875,6 +8100,30 @@ The string is too long. . +MessageId=0x2d +Severity=Error +Facility=RpcRuntime +SymbolicName=RPC_NT_PROTSEQ_NOT_FOUND +Language=English +The RPC protocol sequence was not found. +. + +MessageId=0x2e +Severity=Error +Facility=RpcRuntime +SymbolicName=RPC_NT_PROCNUM_OUT_OF_RANGE +Language=English +The procedure number is out of range. +. + +MessageId=0x2f +Severity=Error +Facility=RpcRuntime +SymbolicName=RPC_NT_BINDING_HAS_NO_AUTH +Language=English +The binding does not contain any authentication information. +. + MessageId=0x30 Severity=Error Facility=RpcRuntime @@ -4955,6 +8204,22 @@ The version option is invalid. . +MessageId=0x3a +Severity=Error +Facility=RpcRuntime +SymbolicName=RPC_NT_NO_MORE_MEMBERS +Language=English +There are no more members. +. + +MessageId=0x3b +Severity=Error +Facility=RpcRuntime +SymbolicName=RPC_NT_NOT_ALL_OBJS_UNEXPORTED +Language=English +There is nothing to unexport. +. + MessageId=0x3c Severity=Error Facility=RpcRuntime @@ -4963,6 +8228,30 @@ The interface was not found. . +MessageId=0x3d +Severity=Error +Facility=RpcRuntime +SymbolicName=RPC_NT_ENTRY_ALREADY_EXISTS +Language=English +The entry already exists. +. + +MessageId=0x3e +Severity=Error +Facility=RpcRuntime +SymbolicName=RPC_NT_ENTRY_NOT_FOUND +Language=English +The entry is not found. +. + +MessageId=0x3f +Severity=Error +Facility=RpcRuntime +SymbolicName=RPC_NT_NAME_SERVICE_UNAVAILABLE +Language=English +The name service is unavailable. +. + MessageId=0x40 Severity=Error Facility=RpcRuntime @@ -5043,6 +8332,22 @@ A remote procedure call is already in progress for this thread. . +MessageId=0x4a +Severity=Error +Facility=RpcRuntime +SymbolicName=RPC_NT_NO_MORE_BINDINGS +Language=English +There are no more bindings. +. + +MessageId=0x4b +Severity=Error +Facility=RpcRuntime +SymbolicName=RPC_NT_GROUP_MEMBER_NOT_FOUND +Language=English +The group member was not found. +. + MessageId=0x4c Severity=Error Facility=RpcRuntime @@ -5051,6 +8356,22 @@ The endpoint mapper database entry could not be created. . +MessageId=0x4d +Severity=Error +Facility=RpcRuntime +SymbolicName=RPC_NT_INVALID_OBJECT +Language=English +The object UUID is the nil UUID. +. + +MessageId=0x4f +Severity=Error +Facility=RpcRuntime +SymbolicName=RPC_NT_NO_INTERFACES +Language=English +No interfaces have been registered. +. + MessageId=0x50 Severity=Error Facility=RpcRuntime @@ -5099,6 +8420,14 @@ The error specified is not a valid ReactOS RPC error code. . +MessageId=0x56 +Severity=Informational +Facility=RpcRuntime +SymbolicName=RPC_NT_UUID_LOCAL_ONLY +Language=English +A UUID that is valid only on this computer has been allocated. +. + MessageId=0x57 Severity=Error Facility=RpcRuntime @@ -5115,6 +8444,78 @@ Thread is not cancelled. . +MessageId=0x59 +Severity=Error +Facility=RpcStubs +SymbolicName=RPC_NT_INVALID_ES_ACTION +Language=English +Invalid operation on the encoding/decoding handle. +. + +MessageId=0x5a +Severity=Error +Facility=RpcStubs +SymbolicName=RPC_NT_WRONG_ES_VERSION +Language=English +Incompatible version of the serializing package. +. + +MessageId=0x5b +Severity=Error +Facility=RpcStubs +SymbolicName=RPC_NT_WRONG_STUB_VERSION +Language=English +Incompatible version of the RPC stub. +. + +MessageId=0x5c +Severity=Error +Facility=RpcStubs +SymbolicName=RPC_NT_INVALID_PIPE_OBJECT +Language=English +The RPC pipe object is invalid or corrupted. +. + +MessageId=0x5d +Severity=Error +Facility=RpcStubs +SymbolicName=RPC_NT_INVALID_PIPE_OPERATION +Language=English +An invalid operation was attempted on an RPC pipe object. +. + +MessageId=0x5e +Severity=Error +Facility=RpcStubs +SymbolicName=RPC_NT_WRONG_PIPE_VERSION +Language=English +Unsupported RPC pipe version. +. + +MessageId=0x5f +Severity=Error +Facility=RpcStubs +SymbolicName=RPC_NT_PIPE_CLOSED +Language=English +The RPC pipe object has already been closed. +. + +MessageId=0x60 +Severity=Error +Facility=RpcStubs +SymbolicName=RPC_NT_PIPE_DISCIPLINE_ERROR +Language=English +The RPC call completed before all pipes were processed. +. + +MessageId=0x61 +Severity=Error +Facility=RpcStubs +SymbolicName=RPC_NT_PIPE_EMPTY +Language=English +No more data is available from the RPC pipe. +. + MessageId=0x62 Severity=Error Facility=RpcRuntime @@ -5131,6 +8532,30 @@ Invalid asynchronous RPC call handle for this operation. . +MessageId=0x64 +Severity=Error +Facility=RpcRuntime +SymbolicName=RPC_NT_PROXY_ACCESS_DENIED +Language=English +Access to the HTTP proxy is denied. +. + +MessageId=0x65 +Severity=Error +Facility=RpcRuntime +SymbolicName=RPC_NT_COOKIE_AUTH_FAILED +Language=English +HTTP proxy server rejected the connection because the cookie authentication failed. +. + +MessageId=0xaf +Severity=Informational +Facility=RpcRuntime +SymbolicName=RPC_NT_SEND_INCOMPLETE +Language=English +Some data remains to be sent in the request buffer. +. + MessageId=0x1 Severity=Error Facility=RpcStubs @@ -5203,6 +8628,22 @@ A null reference pointer was passed to the stub. . +MessageId=0xa +Severity=Error +Facility=RpcStubs +SymbolicName=RPC_NT_ENUM_VALUE_OUT_OF_RANGE +Language=English +The enumeration value is out of range. +. + +MessageId=0xb +Severity=Error +Facility=RpcStubs +SymbolicName=RPC_NT_BYTE_COUNT_TOO_SMALL +Language=English +The byte count is too small. +. + MessageId=0xc Severity=Error Facility=RpcStubs @@ -5211,40 +8652,378 @@ The stub received bad data. . -MessageId=0x59 + +; +;/* Terminal Server specific Errors */ +; + +MessageId=0x1 Severity=Error -Facility=RpcStubs -SymbolicName=RPC_NT_INVALID_ES_ACTION +Facility=CTX +SymbolicName=STATUS_CTX_WINSTATION_NAME_INVALID Language=English -Invalid operation on the encoding/decoding handle. +Session name %1 is invalid. . -MessageId=0x5c +MessageId=0x2 Severity=Error -Facility=RpcStubs -SymbolicName=RPC_NT_INVALID_PIPE_OBJECT +Facility=CTX +SymbolicName=STATUS_CTX_INVALID_PD Language=English -The RPC pipe object is invalid or corrupted. +The protocol driver %1 is invalid. . -MessageId=0x60 +MessageId=0x3 Severity=Error -Facility=RpcStubs -SymbolicName=RPC_NT_PIPE_DISCIPLINE_ERROR +Facility=CTX +SymbolicName=STATUS_CTX_PD_NOT_FOUND Language=English -The RPC call completed before all pipes were processed. +The protocol driver %1 was not found in the system path. . -MessageId=0x61 +MessageId=0x4 +Severity=Informational +Facility=CTX +SymbolicName=STATUS_CTX_CDM_CONNECT +Language=English +The Client Drive Mapping Service has connected on Terminal Connection. +. + +MessageId=0x5 +Severity=Informational +Facility=CTX +SymbolicName=STATUS_CTX_CDM_DISCONNECT +Language=English +The Client Drive Mapping Service has disconnected on Terminal Connection. +. + +MessageId=0x6 Severity=Error -Facility=RpcStubs -SymbolicName=RPC_NT_PIPE_EMPTY +Facility=CTX +SymbolicName=STATUS_CTX_CLOSE_PENDING Language=English -No more data is available from the RPC pipe. +A close operation is pending on the Terminal Connection. . +MessageId=0x7 +Severity=Error +Facility=CTX +SymbolicName=STATUS_CTX_NO_OUTBUF +Language=English +There are no free output buffers available. +. + +MessageId=0x8 +Severity=Error +Facility=CTX +SymbolicName=STATUS_CTX_MODEM_INF_NOT_FOUND +Language=English +The MODEM.INF file was not found. +. + +MessageId=0x9 +Severity=Error +Facility=CTX +SymbolicName=STATUS_CTX_INVALID_MODEMNAME +Language=English +The modem (%1) was not found in MODEM.INF. +. + +MessageId=0xa +Severity=Error +Facility=CTX +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=0xb +Severity=Error +Facility=CTX +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=0xc +Severity=Error +Facility=CTX +SymbolicName=STATUS_CTX_MODEM_RESPONSE_NO_CARRIER +Language=English +Carrier detect has failed or carrier has been dropped due to disconnect. +. + +MessageId=0xd +Severity=Error +Facility=CTX +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=0xe +Severity=Error +Facility=CTX +SymbolicName=STATUS_CTX_MODEM_RESPONSE_BUSY +Language=English +Busy signal detected at remote site on callback. +. + +MessageId=0xf +Severity=Error +Facility=CTX +SymbolicName=STATUS_CTX_MODEM_RESPONSE_VOICE +Language=English +Voice detected at remote site on callback. +. + +MessageId=0x10 +Severity=Error +Facility=CTX +SymbolicName=STATUS_CTX_TD_ERROR +Language=English +Transport driver error +. + +MessageId=0x12 +Severity=Error +Facility=CTX +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=0x13 +Severity=Error +Facility=CTX +SymbolicName=STATUS_CTX_LICENSE_NOT_AVAILABLE +Language=English +The system has reached its licensed logon limit. +Please try again later. +. + +MessageId=0x14 +Severity=Error +Facility=CTX +SymbolicName=STATUS_CTX_LICENSE_EXPIRED +Language=English +The system license has expired. Your logon request is denied. +. + +MessageId=0x15 +Severity=Error +Facility=CTX +SymbolicName=STATUS_CTX_WINSTATION_NOT_FOUND +Language=English +The specified session cannot be found. +. + +MessageId=0x16 +Severity=Error +Facility=CTX +SymbolicName=STATUS_CTX_WINSTATION_NAME_COLLISION +Language=English +The specified session name is already in use. +. + +MessageId=0x17 +Severity=Error +Facility=CTX +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=0x18 +Severity=Error +Facility=CTX +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=0x22 +Severity=Error +Facility=CTX +SymbolicName=STATUS_CTX_GRAPHICS_INVALID +Language=English +The application attempted to enable DOS graphics mode. +DOS graphics mode is not supported. +. + +MessageId=0x24 +Severity=Error +Facility=CTX +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=0x26 +Severity=Error +Facility=CTX +SymbolicName=STATUS_CTX_CLIENT_QUERY_TIMEOUT +Language=English +The client failed to respond to the server connect message. +. + +MessageId=0x27 +Severity=Error +Facility=CTX +SymbolicName=STATUS_CTX_CONSOLE_DISCONNECT +Language=English +Disconnecting the console session is not supported. +. + +MessageId=0x28 +Severity=Error +Facility=CTX +SymbolicName=STATUS_CTX_CONSOLE_CONNECT +Language=English +Reconnecting a disconnected session to the console is not supported. +. + +MessageId=0x2a +Severity=Error +Facility=CTX +SymbolicName=STATUS_CTX_SHADOW_DENIED +Language=English +The request to control another session remotely was denied. +. + +MessageId=0x2b +Severity=Error +Facility=CTX +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=0x2e +Severity=Error +Facility=CTX +SymbolicName=STATUS_CTX_INVALID_WD +Language=English +The Terminal Connection driver %1 is invalid. +. + +MessageId=0x2f +Severity=Error +Facility=CTX +SymbolicName=STATUS_CTX_WD_NOT_FOUND +Language=English +The Terminal Connection driver %1 was not found in the system path. +. + +MessageId=0x30 +Severity=Error +Facility=CTX +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=0x31 +Severity=Error +Facility=CTX +SymbolicName=STATUS_CTX_SHADOW_DISABLED +Language=English +The requested session is not configured to allow remote control. +. + +MessageId=0x32 +Severity=Error +Facility=CTX +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=0x33 +Severity=Error +Facility=CTX +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=0x34 +Severity=Error +Facility=CTX +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=0x35 Severity=Error +Facility=CTX +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=0x36 +Severity=Error +Facility=CTX +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=0x37 +Severity=Error +Facility=CTX +SymbolicName=STATUS_CTX_LOGON_DISABLED +Language=English +Your interactive logon privilege has been disabled. +Please contact your system administrator. +. + +MessageId=0x38 +Severity=Error +Facility=CTX +SymbolicName=STATUS_CTX_SECURITY_LAYER_ERROR +Language=English +The Terminal Server security layer detected an error in the protocol stream and has disconnected the client. +Client IP: %2. +. + +MessageId=0x39 +Severity=Error +Facility=CTX +SymbolicName=STATUS_TS_INCOMPATIBLE_SESSIONS +Language=English +The target session is incompatible with the current session. +. + +MessageId=0x3a +Severity=Error +Facility=CTX +SymbolicName=STATUS_TS_VIDEO_SUBSYSTEM_ERROR +Language=English +ReactOS cannot connect to your session because a problem occurred in the ReactOS video subsystem. Try connecting again later, or contact the server administrator for assistance. +. + + +; +;/* IO error values */ +; + +MessageId=0x35 +Severity=Error Facility=Io SymbolicName=STATUS_PNP_BAD_MPS_TABLE Language=English @@ -5268,6 +9047,27 @@ A IRQ translator failed to translate resources. . +MessageId=0x38 +Severity=Error +Facility=Io +SymbolicName=STATUS_PNP_INVALID_ID +Language=English +Driver %2 returned invalid ID for a child device (%3). +. + +MessageId=0x39 +Severity=Error +Facility=Io +SymbolicName=STATUS_IO_REISSUE_AS_CACHED +Language=English +Reissue the given operation as a cached IO operation +. + + +; +;/* Cluster error values */ +; + MessageId=0x1 Severity=Error Facility=Cluster @@ -5340,6 +9140,22 @@ The cluster network interface was not found. . +MessageId=0xa +Severity=Error +Facility=Cluster +SymbolicName=STATUS_CLUSTER_INVALID_REQUEST +Language=English +The cluster request is not valid for this object. +. + +MessageId=0xb +Severity=Error +Facility=Cluster +SymbolicName=STATUS_CLUSTER_INVALID_NETWORK_PROVIDER +Language=English +The cluster network provider is not valid. +. + MessageId=0xc Severity=Error Facility=Cluster @@ -5348,6 +9164,30 @@ The cluster node is down. . +MessageId=0xd +Severity=Error +Facility=Cluster +SymbolicName=STATUS_CLUSTER_NODE_UNREACHABLE +Language=English +The cluster node is not reachable. +. + +MessageId=0xe +Severity=Error +Facility=Cluster +SymbolicName=STATUS_CLUSTER_NODE_NOT_MEMBER +Language=English +The cluster node is not a member of the cluster. +. + +MessageId=0xf +Severity=Error +Facility=Cluster +SymbolicName=STATUS_CLUSTER_JOIN_NOT_IN_PROGRESS +Language=English +A cluster join operation is not in progress. +. + MessageId=0x10 Severity=Error Facility=Cluster @@ -5412,6 +9252,11 @@ The cluster node has been poisoned. . + +; +;/* ACPI error values */ +; + MessageId=0x1 Severity=Error Facility=ACPI @@ -5484,6 +9329,22 @@ An object with an incorrect type was specified . +MessageId=0xa +Severity=Error +Facility=ACPI +SymbolicName=STATUS_ACPI_INVALID_TARGETTYPE +Language=English +A target with an incorrect type was specified +. + +MessageId=0xb +Severity=Error +Facility=ACPI +SymbolicName=STATUS_ACPI_INCORRECT_ARGUMENT_COUNT +Language=English +An incorrect number of arguments were specified +. + MessageId=0xc Severity=Error Facility=ACPI @@ -5492,6 +9353,30 @@ An address failed to translate . +MessageId=0xd +Severity=Error +Facility=ACPI +SymbolicName=STATUS_ACPI_INVALID_EVENTTYPE +Language=English +An incorrect event type was specified +. + +MessageId=0xe +Severity=Error +Facility=ACPI +SymbolicName=STATUS_ACPI_HANDLER_COLLISION +Language=English +A handler for the target already exists +. + +MessageId=0xf +Severity=Error +Facility=ACPI +SymbolicName=STATUS_ACPI_INVALID_DATA +Language=English +Invalid data for the target was specified +. + MessageId=0x10 Severity=Error Facility=ACPI @@ -5588,6 +9473,11 @@ An ACPI Power Object failed to transition state . + +; +;/* Side-by-side (SXS) error values */ +; + MessageId=0x1 Severity=Error Facility=SXS @@ -5661,6 +9551,22 @@ A component version required by the application conflicts with another component version already active. . +MessageId=0xa +Severity=Error +Facility=SXS +SymbolicName=STATUS_SXS_WRONG_SECTION_TYPE +Language=English +The type requested activation context section does not match the query API used. +. + +MessageId=0xb +Severity=Error +Facility=SXS +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=0xc Severity=Error Facility=SXS @@ -5669,6 +9575,32 @@ The referenced assembly could not be found. . +MessageId=0xd +Severity=Informational +Facility=SXS +SymbolicName=STATUS_SXS_RELEASE_ACTIVATION_CONTEXT +Language=English +A kernel mode component is releasing a reference on an activation context. +. + +MessageId=0xe +Severity=Error +Facility=SXS +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) + +MessageId=0xf +Severity=Error +Facility=SXS +SymbolicName=STATUS_SXS_EARLY_DEACTIVATION +Language=English +The activation context being deactivated is not the most recently activated one. +. + MessageId=0x10 Severity=Error Facility=SXS @@ -5677,6 +9609,9 @@ The activation context being deactivated is not active for the current thread of execution. . +;#endif +; + MessageId=0x11 Severity=Error Facility=SXS @@ -5700,3 +9635,148 @@ Language=English A component used by the isolation facility has requested to terminate the process. . + +MessageId=0x14 +Severity=Error +Facility=SXS +SymbolicName=STATUS_SXS_CORRUPT_ACTIVATION_STACK +Language=English +The activation context activation stack for the running thread of execution is corrupt. +. + +MessageId=0x15 +Severity=Error +Facility=SXS +SymbolicName=STATUS_SXS_CORRUPTION +Language=English +The application isolation metadata for this process or thread has become corrupt. +. + +MessageId=0x16 +Severity=Error +Facility=SXS +SymbolicName=STATUS_SXS_INVALID_IDENTITY_ATTRIBUTE_VALUE +Language=English +The value of an attribute in an identity is not within the legal range. +. + +MessageId=0x17 +Severity=Error +Facility=SXS +SymbolicName=STATUS_SXS_INVALID_IDENTITY_ATTRIBUTE_NAME +Language=English +The name of an attribute in an identity is not within the legal range. +. + +MessageId=0x18 +Severity=Error +Facility=SXS +SymbolicName=STATUS_SXS_IDENTITY_DUPLICATE_ATTRIBUTE +Language=English +An identity contains two definitions for the same attribute. +. + +MessageId=0x19 +Severity=Error +Facility=SXS +SymbolicName=STATUS_SXS_IDENTITY_PARSE_ERROR +Language=English +The identity string is malformed. This may be due to a trailing comma, more than two unnamed attributes, missing attribute name or missing attribute value. +. + +MessageId=0x1a +Severity=Error +Facility=SXS +SymbolicName=STATUS_SXS_COMPONENT_STORE_CORRUPT +Language=English +The component store has been corrupted. +. + +MessageId=0x1b +Severity=Error +Facility=SXS +SymbolicName=STATUS_SXS_FILE_HASH_MISMATCH +Language=English +A component's file does not match the verification information present in the component manifest. +. + +MessageId=0x1c +Severity=Error +Facility=SXS +SymbolicName=STATUS_SXS_MANIFEST_IDENTITY_SAME_BUT_CONTENTS_DIFFERENT +Language=English +The identities of the manifests are identical but their contents are different. +. + +MessageId=0x1d +Severity=Error +Facility=SXS +SymbolicName=STATUS_SXS_IDENTITIES_DIFFERENT +Language=English +The component identities are different. +. + +MessageId=0x1e +Severity=Error +Facility=SXS +SymbolicName=STATUS_SXS_ASSEMBLY_IS_NOT_A_DEPLOYMENT +Language=English +The assembly is not a deployment. +. + +MessageId=0x1f +Severity=Error +Facility=SXS +SymbolicName=STATUS_SXS_FILE_NOT_PART_OF_ASSEMBLY +Language=English +The file is not a part of the assembly. +. + +MessageId=0x21 +Severity=Error +Facility=SXS +SymbolicName=STATUS_XML_ENCODING_MISMATCH +Language=English +The character encoding in the XML declaration did not match the encoding used in the document. +. + +MessageId=0x22 +Severity=Error +Facility=SXS +SymbolicName=STATUS_SXS_MANIFEST_TOO_BIG +Language=English +The size of the manifest exceeds the maximum allowed. +. + +MessageId=0x23 +Severity=Error +Facility=SXS +SymbolicName=STATUS_SXS_SETTING_NOT_REGISTERED +Language=English +The setting is not registered. +. + +MessageId=0x26 +Severity=Error +Facility=SXS +SymbolicName=STATUS_GENERIC_COMMAND_FAILED +Language=English +A generic command executable returned a result that indicates failure. +. + +MessageId=0x27 +Severity=Error +Facility=SXS +SymbolicName=STATUS_SXS_FILE_HASH_MISSING +Language=English +A component is missing file verification information in its manifest. +. + +; +;#endif /* WIN32_NO_STATUS */ +; +;#ifdef __cplusplus +;} +;#endif +; +;#endif /* _NTSTATUS_ */