sdk: ptapi: Add STATUS_NOT_FOUND
Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
@@ -25,6 +25,7 @@ typedef ULONG PT_STATUS;
|
|||||||
#define STATUS_IO_ERROR 4 /* I/O error */
|
#define STATUS_IO_ERROR 4 /* I/O error */
|
||||||
#define STATUS_INVALID_PARAM 5 /* Invalid parameter */
|
#define STATUS_INVALID_PARAM 5 /* Invalid parameter */
|
||||||
#define STATUS_ACCESS_DENIED 6 /* Access to resource is denied */
|
#define STATUS_ACCESS_DENIED 6 /* Access to resource is denied */
|
||||||
|
#define STATUS_NOT_FOUND 7 /* Resource not found */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Developers are encouraged to use this macro rather than directly
|
* Developers are encouraged to use this macro rather than directly
|
||||||
|
|||||||
Reference in New Issue
Block a user