Skip to content

Commit

Permalink
update: Veil.System.RuntimeLibrary.h
Browse files Browse the repository at this point in the history
RtlFlsGetValue2
  • Loading branch information
MiroKaku committed Jul 11, 2024
1 parent 76559ba commit 6df0a85
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Veil/Veil.System.RuntimeLibrary.h
Original file line number Diff line number Diff line change
Expand Up @@ -12240,6 +12240,15 @@ RtlFlsSetValue(
);
#endif

#if (NTDDI_VERSION >= NTDDI_WIN11_GE)
NTSYSAPI
PVOID
NTAPI
RtlFlsGetValue2(
_In_ ULONG FlsIndex
);
#endif

//
// File System
//
Expand Down

0 comments on commit 6df0a85

Please sign in to comment.