From cbd74a54fb1b7f102441d62f0bd2dc0277a0e7db Mon Sep 17 00:00:00 2001 From: "Chloe M." Date: Fri, 10 Jul 2026 20:16:31 +0000 Subject: [PATCH] sdk: ptapi: Add STATUS_NOT_FOUND Signed-off-by: Chloe M. --- sdk/head/ptapi/status.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk/head/ptapi/status.h b/sdk/head/ptapi/status.h index 439167a..ee297b6 100644 --- a/sdk/head/ptapi/status.h +++ b/sdk/head/ptapi/status.h @@ -25,6 +25,7 @@ typedef ULONG PT_STATUS; #define STATUS_IO_ERROR 4 /* I/O error */ #define STATUS_INVALID_PARAM 5 /* Invalid parameter */ #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