sdk: ptapi: Add STATUS_NOT_EXEC code

Signed-off-by: Chloe M <chloe@mensia.org>
This commit is contained in:
2026-07-14 22:11:51 -04:00
parent fd056425ae
commit 4c3ca7c376
+1
View File
@@ -28,6 +28,7 @@ typedef ULONG PT_STATUS;
#define STATUS_NOT_FOUND 7 /* Resource not found */ #define STATUS_NOT_FOUND 7 /* Resource not found */
#define STATUS_NAME_TOO_LONG 8 /* Name is too long */ #define STATUS_NAME_TOO_LONG 8 /* Name is too long */
#define STATUS_NOT_SUPPORTED 9 /* Operation is not supported */ #define STATUS_NOT_SUPPORTED 9 /* Operation is not supported */
#define STATUS_NOT_EXEC 10 /* Program is not executable */
/* /*
* Developers are encouraged to use this macro rather than directly * Developers are encouraged to use this macro rather than directly