ntstatus: add definition for STATUS_CANCELLED

This commit is contained in:
Bert Belder 2017-09-11 18:44:40 +02:00
parent 9a22944598
commit eaec721f0c

View File

@ -68,6 +68,10 @@ typedef NTSTATUS* PNTSTATUS;
#define STATUS_PENDING ((NTSTATUS) 0x00000103L)
#endif
#ifndef STATUS_CANCELLED
#define STATUS_CANCELLED ((NTSTATUS) 0xC0000120L)
#endif
#ifndef STATUS_SEVERITY_SUCCESS
#define STATUS_SEVERITY_SUCCESS 0x0
#endif