mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Add range list status codes.
svn path=/trunk/; revision=9404
This commit is contained in:
parent
fbef35d884
commit
9f5e364685
1 changed files with 3 additions and 0 deletions
|
@ -663,6 +663,9 @@ Note that !NT_SUCCESS(errCode) is NOT the same as NT_ERROR(errCode)
|
|||
#define STATUS_IO_REPARSE_DATA_INVALID ((NTSTATUS)0xc0000278)
|
||||
#define STATUS_IO_REPARSE_TAG_NOT_HANDLED ((NTSTATUS)0xc0000279)
|
||||
|
||||
#define STATUS_RANGE_LIST_CONFLICT ((NTSTATUS)0xC0000282)
|
||||
|
||||
#define STATUS_RANGE_NOT_FOUND ((NTSTATUS)0xC000028C)
|
||||
|
||||
#define STATUS_SAM_INIT_FAILURE ((NTSTATUS)0xC00002CB)
|
||||
|
||||
|
|
Loading…
Reference in a new issue