[SDK:NT] Add more status values and handles

Added STATUS_INVALID_PARAMETER_[1-12]
Added HANDLE and PHANDLE
This commit is contained in:
2024-08-25 10:31:04 -04:00
parent c091f7ef59
commit fb0e36f5cf
2 changed files with 18 additions and 0 deletions

View File

@@ -107,6 +107,12 @@ typedef UCHAR *PUCHAR;
typedef USHORT *PUSHORT;
typedef ULONG *PULONG;
//
// Handle types.
//
typedef PVOID HANDLE;
typedef HANDLE *PHANDLE;
//
// String types.
//