Skip to content

Commit

Permalink
Add SAL to RtlNtStatusToDosError like RtlNtStatusToDosErrorNoTeb
Browse files Browse the repository at this point in the history
  • Loading branch information
RatinCN committed Oct 6, 2024
1 parent aad7eda commit b8ac8e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions phnt/include/ntrtl.h
Original file line number Diff line number Diff line change
Expand Up @@ -6053,6 +6053,8 @@ RtlLoadString(

// Errors

_When_(Status < 0, _Out_range_(>, 0))
_When_(Status >= 0, _Out_range_(==, 0))
NTSYSAPI
ULONG
NTAPI
Expand Down

0 comments on commit b8ac8e0

Please sign in to comment.