mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-05-16 09:27:10 +02:00
NTStatus: Added STATUS_NOT_A_REPARSE_POINT
This commit is contained in:
parent
09ed6e6eb9
commit
01eb1ecc9e
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ namespace SMBLibrary
|
|||
STATUS_INSUFF_SERVER_RESOURCES = 0xC0000205,
|
||||
STATUS_ACCOUNT_LOCKED_OUT = 0xC0000234,
|
||||
STATUS_PASSWORD_MUST_CHANGE = 0xC0000244,
|
||||
STATUS_NOT_A_REPARSE_POINT = 0xC0000275,
|
||||
|
||||
STATUS_INVALID_SMB = 0x00010002, // SMB1/CIFS: A corrupt or invalid SMB request was received
|
||||
STATUS_SMB_BAD_COMMAND = 0x00160002, // SMB1/CIFS: An unknown SMB command code was received by the server
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue