From 81a80a726be81387739fb6e5ece2e83dfe813a3a Mon Sep 17 00:00:00 2001 From: Tal Aloni Date: Tue, 5 Sep 2017 21:09:50 +0300 Subject: [PATCH] NTStatus: Added STATUS_DELETE_PENDING --- SMBLibrary/Enums/NTStatus.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/SMBLibrary/Enums/NTStatus.cs b/SMBLibrary/Enums/NTStatus.cs index 9080b77..36cf104 100644 --- a/SMBLibrary/Enums/NTStatus.cs +++ b/SMBLibrary/Enums/NTStatus.cs @@ -33,6 +33,7 @@ namespace SMBLibrary STATUS_SHARING_VIOLATION = 0xC0000043, STATUS_FILE_LOCK_CONFLICT = 0xC0000054, STATUS_LOCK_NOT_GRANTED = 0xC0000055, + STATUS_DELETE_PENDING = 0xC0000056, STATUS_PRIVILEGE_NOT_HELD = 0xC0000061, STATUS_LOGON_FAILURE = 0xC000006D, // Authentication failure. STATUS_ACCOUNT_RESTRICTION = 0xC000006E, // The user has an empty password, which is not allowed