sdk: ptapi: Add STATUS_NAME_TOO_LONG + STATUS_NOT_SUPPORTED

Signed-off-by: Chloe M <chloe@mensia.org>
This commit is contained in:
2026-07-13 21:56:43 -04:00
parent bb125b6128
commit 27b7e930fa
+2
View File
@@ -26,6 +26,8 @@ typedef ULONG PT_STATUS;
#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 */
#define STATUS_NAME_TOO_LONG 8 /* Name is too long */
#define STATUS_NOT_SUPPORTED 9 /* Operation is not supported */
/*
* Developers are encouraged to use this macro rather than directly