ntstatus: add definition for STATUS_CANCELLED
This commit is contained in:
parent
9a22944598
commit
eaec721f0c
@ -68,6 +68,10 @@ typedef NTSTATUS* PNTSTATUS;
|
|||||||
#define STATUS_PENDING ((NTSTATUS) 0x00000103L)
|
#define STATUS_PENDING ((NTSTATUS) 0x00000103L)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef STATUS_CANCELLED
|
||||||
|
#define STATUS_CANCELLED ((NTSTATUS) 0xC0000120L)
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef STATUS_SEVERITY_SUCCESS
|
#ifndef STATUS_SEVERITY_SUCCESS
|
||||||
#define STATUS_SEVERITY_SUCCESS 0x0
|
#define STATUS_SEVERITY_SUCCESS 0x0
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user