Skip to content

Commit

Permalink
Slight API docs change
Browse files Browse the repository at this point in the history
  • Loading branch information
nefarius committed Jul 7, 2024
1 parent c40bedf commit 10448c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ The converted Win32 error code.

**Remarks:**

https://stackoverflow.com/a/32205631
Source: https://stackoverflow.com/a/32205631
2 changes: 1 addition & 1 deletion src/Util/NtStatusUtil.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public static class NtStatusUtil
/// <summary>
/// Converts an NTSTATUS value to a <see cref="WIN32_ERROR" />.
/// </summary>
/// <remarks>https://stackoverflow.com/a/32205631</remarks>
/// <remarks>Source: https://stackoverflow.com/a/32205631</remarks>
/// <param name="ntStatus">The NTSTATUS value to convert.</param>
/// <returns>The converted Win32 error code.</returns>
public static unsafe int ConvertNtStatusToWin32Error(uint ntStatus)
Expand Down

0 comments on commit 10448c2

Please sign in to comment.