From 01211c8fa1910f9f28f922cd3354d273af0cfce1 Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Thu, 28 Feb 2008 13:52:54 +0000 Subject: [PATCH] - Remove duplicates, add STATUS_SUCCESS define (which gets commented out by wmc for now). - Add STATUS_WAIT_X and STATUS_INSUFFICIENT_RESOURCES codes. svn path=/trunk/; revision=32523 --- reactos/dll/ntdll/def/ntstatus.mc | 57 ++++++++++++++++++++++--------- 1 file changed, 40 insertions(+), 17 deletions(-) diff --git a/reactos/dll/ntdll/def/ntstatus.mc b/reactos/dll/ntdll/def/ntstatus.mc index 3f0f39729ff..252717daf1b 100644 --- a/reactos/dll/ntdll/def/ntstatus.mc +++ b/reactos/dll/ntdll/def/ntstatus.mc @@ -20,7 +20,39 @@ SXS=0x15:FACILITY_SXS_ERROR_CODE ) LanguageNames=(English=0x409:MSG00409) +;#define STATUS_SUCCESS ((NTSTATUS)0x00000000L) +MessageId=0x00 +Severity=Success +Facility=System +SymbolicName=STATUS_WAIT_0 +Language=English +STATUS_WAIT_0 +. +MessageId=0x01 +Severity=Success +Facility=System +SymbolicName=STATUS_WAIT_1 +Language=English +STATUS_WAIT_1 + +. +MessageId=0x02 +Severity=Success +Facility=System +SymbolicName=STATUS_WAIT_2 +Language=English +STATUS_WAIT_2 + +. +MessageId=0x03 +Severity=Success +Facility=System +SymbolicName=STATUS_WAIT_3 +Language=English +STATUS_WAIT_3 + +. MessageId=0x80 Severity=Success Facility=System @@ -246,23 +278,6 @@ SymbolicName=STATUS_PROCESS_IN_JOB Language=English The specified process is part of a job. -. -MessageId=0x125 -Severity=Success -Facility=System -SymbolicName=STATUS_SPECIAL_GROUP -Language=English -{Volume Shadow Copy Service} -The system is now ready for hibernation. - -. -MessageId=0x126 -Severity=Success -Facility=System -SymbolicName=STATUS_SPECIAL_USER -Language=English -A file system or file system filter driver has successfully completed an FsFilter operation. - . MessageId=0x367 Severity=Success @@ -1871,6 +1886,14 @@ When a block of memory is allotted for future updates, such as the memory alloca Since quota may already have been charged to several processes which have handles to the object, it is not reasonable to alter the size of the allocated memory. Instead, a request that requires more memory than has been allotted must fail and the STATUS_ALLOTED_SPACE_EXCEEDED error returned. +. +MessageId=0x9a +Severity=Error +Facility=System +SymbolicName=STATUS_INSUFFICIENT_RESOURCES +Language=English +Insufficient system resources exist to complete this API. + . MessageId=0x9c Severity=Error