NTStatus: Added STATUS_INVALID_DEVICE_REQUEST

This commit is contained in:
Tal Aloni 2017-09-27 13:13:50 +03:00
parent de355f93d8
commit eb4e32dc59

View file

@ -19,6 +19,7 @@ namespace SMBLibrary
STATUS_INVALID_PARAMETER = 0xC000000D, STATUS_INVALID_PARAMETER = 0xC000000D,
STATUS_NO_SUCH_DEVICE = 0xC000000E, STATUS_NO_SUCH_DEVICE = 0xC000000E,
STATUS_NO_SUCH_FILE = 0xC000000F, STATUS_NO_SUCH_FILE = 0xC000000F,
STATUS_INVALID_DEVICE_REQUEST = 0xC0000010,
STATUS_END_OF_FILE = 0xC0000011, STATUS_END_OF_FILE = 0xC0000011,
STATUS_MORE_PROCESSING_REQUIRED = 0xC0000016, STATUS_MORE_PROCESSING_REQUIRED = 0xC0000016,
STATUS_ACCESS_DENIED = 0xC0000022, // The user is not authorized to access the resource. STATUS_ACCESS_DENIED = 0xC0000022, // The user is not authorized to access the resource.