mirror of
https://github.com/reactos/reactos.git
synced 2025-06-05 17:30:32 +00:00
[PSDK]
- Properly add NTSTATUS code svn path=/trunk/; revision=75081
This commit is contained in:
parent
6398772537
commit
d88cd4165d
3 changed files with 9 additions and 3 deletions
|
@ -945,6 +945,7 @@ extern "C" {
|
|||
#define STATUS_INVALID_CRUNTIME_PARAMETER ((NTSTATUS)0xC0000417)
|
||||
#define STATUS_ASSERTION_FAILURE ((NTSTATUS)0xC0000420L)
|
||||
#define STATUS_CALLBACK_POP_STACK ((NTSTATUS)0xC0000423)
|
||||
#define STATUS_HIVE_UNLOADED ((NTSTATUS)0xC0000425)
|
||||
#define STATUS_ELEVATION_REQUIRED ((NTSTATUS)0xC000042C)
|
||||
#define STATUS_ALREADY_REGISTERED ((NTSTATUS)0xC0000718)
|
||||
#define STATUS_WOW_ASSERTION ((NTSTATUS)0xC0009898)
|
||||
|
|
|
@ -4563,6 +4563,14 @@ Language=English
|
|||
The domain controller does not support the Kerberos Service for User protocol.
|
||||
.
|
||||
|
||||
MessageId=0x425
|
||||
Severity=Error
|
||||
Facility=System
|
||||
SymbolicName=STATUS_HIVE_UNLOADED
|
||||
Language=English
|
||||
The operation is not valid because the registry hive was unloaded.
|
||||
.
|
||||
|
||||
MessageId=0x9898
|
||||
Severity=Error
|
||||
Facility=System
|
||||
|
|
|
@ -24,9 +24,6 @@
|
|||
|
||||
#define REG_FORCE_UNLOAD 1
|
||||
|
||||
/* Vista+ ntstatus.h */
|
||||
#define STATUS_HIVE_UNLOADED ((NTSTATUS)0xC0000425)
|
||||
|
||||
#if 1
|
||||
|
||||
#define NDEBUG
|
||||
|
|
Loading…
Reference in a new issue