Skip to content

Commit

Permalink
Add NtStatus.STATUS_IO_REPARSE_TAG_NOT_HANDLED (#514)
Browse files Browse the repository at this point in the history
  • Loading branch information
hierynomus committed May 8, 2023
1 parent a3efd24 commit a2d117b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/hierynomus/mserref/NtStatus.java
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ public enum NtStatus implements EnumWithValue<NtStatus> {
STATUS_PATH_NOT_COVERED(0xC0000257L),
STATUS_DFS_UNAVAILABLE(0xC000026DL),
STATUS_VOLUME_DISMOUNTED(0xC000026EL),
STATUS_IO_REPARSE_TAG_NOT_HANDLED(0xC0000279L),
STATUS_FILE_ENCRYPTED(0xC0000293L),
STATUS_NETWORK_SESSION_EXPIRED(0xC000035CL),
STATUS_OTHER(0xFFFFFFFFL);
Expand Down

0 comments on commit a2d117b

Please sign in to comment.