[SDK:NT] More status values and list helpers.

Added STATUS_NOT_IMPLEMENTED.
Added RemoveEntryList().
This commit is contained in:
2024-08-26 12:27:59 -04:00
parent 1581638c26
commit caec9bc42e
2 changed files with 37 additions and 2 deletions

View File

@@ -23,6 +23,7 @@ Abstract:
//
#define STATUS_MEDIA_CHANGED ((NTSTATUS) 0x8000001CL)
#define STATUS_UNSUCCESSFUL ((NTSTATUS) 0xC0000001L)
#define STATUS_NOT_IMPLEMENTED ((NTSTATUS) 0xC0000002L)
#define STATUS_INVALID_PARAMETER ((NTSTATUS) 0xC000000DL)
#define STATUS_ACCESS_DENIED ((NTSTATUS) 0xC0000022L)
#define STATUS_BUFFER_TOO_SMALL ((NTSTATUS) 0xC0000023L)