mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-07-14 13:25:03 +02:00
NTStatus: Added STATUS_INVALID_DEVICE_REQUEST
This commit is contained in:
parent
de355f93d8
commit
eb4e32dc59
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ namespace SMBLibrary
|
|||
STATUS_INVALID_PARAMETER = 0xC000000D,
|
||||
STATUS_NO_SUCH_DEVICE = 0xC000000E,
|
||||
STATUS_NO_SUCH_FILE = 0xC000000F,
|
||||
STATUS_INVALID_DEVICE_REQUEST = 0xC0000010,
|
||||
STATUS_END_OF_FILE = 0xC0000011,
|
||||
STATUS_MORE_PROCESSING_REQUIRED = 0xC0000016,
|
||||
STATUS_ACCESS_DENIED = 0xC0000022, // The user is not authorized to access the resource.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue