mirror of
https://github.com/reactos/reactos.git
synced 2025-07-28 17:21:52 +00:00
- 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
This commit is contained in:
parent
a49e6640b4
commit
01211c8fa1
1 changed files with 40 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue