mirror of
https://github.com/reactos/reactos.git
synced 2025-01-07 14:51:00 +00:00
[PSDK]
- Add STATUS_INVALID_SIGNATURE through STATUS_PROTOCOL_NOT_SUPPORTED svn path=/trunk/; revision=68128
This commit is contained in:
parent
7d7bef9d4a
commit
b5319f8a97
2 changed files with 54 additions and 0 deletions
|
@ -942,6 +942,12 @@ extern "C" {
|
|||
#define STATUS_ASSERTION_FAILURE ((NTSTATUS)0xC0000420L)
|
||||
#define STATUS_CALLBACK_POP_STACK ((NTSTATUS)0xC0000423)
|
||||
#define STATUS_WOW_ASSERTION ((NTSTATUS)0xC0009898)
|
||||
#define STATUS_INVALID_SIGNATURE ((NTSTATUS)0xC000A000)
|
||||
#define STATUS_HMAC_NOT_SUPPORTED ((NTSTATUS)0xC000A001)
|
||||
#define STATUS_IPSEC_QUEUE_OVERFLOW ((NTSTATUS)0xC000A010)
|
||||
#define STATUS_ND_QUEUE_OVERFLOW ((NTSTATUS)0xC000A011)
|
||||
#define STATUS_HOPLIMIT_EXCEEDED ((NTSTATUS)0xC000A012)
|
||||
#define STATUS_PROTOCOL_NOT_SUPPORTED ((NTSTATUS)0xC000A013)
|
||||
|
||||
#define RPC_NT_INVALID_STRING_BINDING ((NTSTATUS)0xC0020001)
|
||||
#define RPC_NT_WRONG_KIND_OF_BINDING ((NTSTATUS)0xC0020002)
|
||||
|
|
|
@ -4258,6 +4258,54 @@ SymbolicName=STATUS_WOW_ASSERTION
|
|||
Language=English
|
||||
WOW Assertion Error.
|
||||
|
||||
.
|
||||
MessageId=0xA000
|
||||
Severity=Error
|
||||
Facility=System
|
||||
SymbolicName=STATUS_INVALID_SIGNATURE
|
||||
Language=English
|
||||
The cryptographic signature is invalid.
|
||||
|
||||
.
|
||||
MessageId=0xA001
|
||||
Severity=Error
|
||||
Facility=System
|
||||
SymbolicName=STATUS_HMAC_NOT_SUPPORTED
|
||||
Language=English
|
||||
Keyed-hash message authentication code (HMAC) is not supported.
|
||||
|
||||
.
|
||||
MessageId=0xA010
|
||||
Severity=Error
|
||||
Facility=System
|
||||
SymbolicName=STATUS_IPSEC_QUEUE_OVERFLOW
|
||||
Language=English
|
||||
An overflow of the IPSec queue was encountered.
|
||||
|
||||
.
|
||||
MessageId=0xA011
|
||||
Severity=Error
|
||||
Facility=System
|
||||
SymbolicName=STATUS_ND_QUEUE_OVERFLOW
|
||||
Language=English
|
||||
An overflow of the Neighbor Discovery (NDP) queue was encountered.
|
||||
|
||||
.
|
||||
MessageId=0xA012
|
||||
Severity=Error
|
||||
Facility=System
|
||||
SymbolicName=STATUS_HOPLIMIT_EXCEEDED
|
||||
Language=English
|
||||
An ICMP "Time Exceeded" error message was received.
|
||||
|
||||
.
|
||||
MessageId=0xA013
|
||||
Severity=Error
|
||||
Facility=System
|
||||
SymbolicName=STATUS_PROTOCOL_NOT_SUPPORTED
|
||||
Language=English
|
||||
The protocol is not installed.
|
||||
|
||||
.
|
||||
MessageId=0x1
|
||||
Severity=Error
|
||||
|
|
Loading…
Reference in a new issue