https://git.reactos.org/?p=reactos.git;a=commitdiff;h=12c69e6d6325403ecf541…
commit 12c69e6d6325403ecf54108f2f11bff12e6af05a
Author: George Bișoc <george.bisoc(a)reactos.org>
AuthorDate: Thu Mar 25 20:47:30 2021 +0100
Commit: George Bișoc <george.bisoc(a)reactos.org>
CommitDate: Tue Apr 27 12:25:03 2021 +0200
[NTOS:SE] Add the declaration prototype of SepRegQueryHelper in the internal header
---
ntoskrnl/include/internal/se.h | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/ntoskrnl/include/internal/se.h b/ntoskrnl/include/internal/se.h
index ed5989c7054..727060af822 100644
--- a/ntoskrnl/include/internal/se.h
+++ b/ntoskrnl/include/internal/se.h
@@ -573,6 +573,15 @@ SeCopyClientToken(
OUT PACCESS_TOKEN* NewToken
);
+NTSTATUS
+NTAPI
+SepRegQueryHelper(
+ _In_ PCWSTR KeyName,
+ _In_ PCWSTR ValueName,
+ _In_ ULONG ValueType,
+ _In_ ULONG DataLength,
+ _Out_ PVOID ValueData);
+
VOID NTAPI
SeQuerySecurityAccessMask(IN SECURITY_INFORMATION SecurityInformation,
OUT PACCESS_MASK DesiredAccess);