From 27b7e930fa5065ddedca4b5ee720017766aec74b Mon Sep 17 00:00:00 2001 From: Chloe M Date: Mon, 13 Jul 2026 21:56:43 -0400 Subject: [PATCH] sdk: ptapi: Add STATUS_NAME_TOO_LONG + STATUS_NOT_SUPPORTED Signed-off-by: Chloe M --- sdk/head/ptapi/status.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sdk/head/ptapi/status.h b/sdk/head/ptapi/status.h index ee297b6..fd8ca12 100644 --- a/sdk/head/ptapi/status.h +++ b/sdk/head/ptapi/status.h @@ -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