[SDK:NT] Add STATUS_NO_MEMORY
This commit is contained in:
parent
6fc91eb58c
commit
75197cc8b5
@ -25,6 +25,7 @@ Abstract:
|
||||
#define STATUS_UNSUCCESSFUL ((NTSTATUS) 0xC0000001L)
|
||||
#define STATUS_NOT_IMPLEMENTED ((NTSTATUS) 0xC0000002L)
|
||||
#define STATUS_INVALID_PARAMETER ((NTSTATUS) 0xC000000DL)
|
||||
#define STATUS_NO_MEMORY ((NTSTATUS) 0xC0000017L)
|
||||
#define STATUS_ACCESS_DENIED ((NTSTATUS) 0xC0000022L)
|
||||
#define STATUS_BUFFER_TOO_SMALL ((NTSTATUS) 0xC0000023L)
|
||||
#define STATUS_DISK_CORRUPT_ERROR ((NTSTATUS) 0xC0000032L)
|
||||
|
Loading…
Reference in New Issue
Block a user