Adding STATUS_PATH_NOT_COVERED = 0xC0000257 to NTStatus (#120)

This commit is contained in:
Jacob Hales 2021-12-27 12:18:14 -08:00 committed by GitHub
parent 6b2906b634
commit 22247a8bae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,6 +68,7 @@ namespace SMBLibrary
STATUS_NOT_FOUND = 0xC0000225,
STATUS_ACCOUNT_LOCKED_OUT = 0xC0000234,
STATUS_PASSWORD_MUST_CHANGE = 0xC0000224,
STATUS_PATH_NOT_COVERED = 0xC0000257,
STATUS_NOT_A_REPARSE_POINT = 0xC0000275,
STATUS_INVALID_SMB = 0x00010002, // SMB1/CIFS: A corrupt or invalid SMB request was received