[NTOS:SE] Add the declaration prototype of SepRegQueryHelper in the internal header

This commit is contained in:
George Bișoc 2021-03-25 20:47:30 +01:00
parent b68216e503
commit 12c69e6d63
No known key found for this signature in database
GPG key ID: 688C4FBE25D7DEF6

View file

@ -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);