mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 04:26:32 +00:00
[NTOS:SE] Add the declaration prototype of SepRegQueryHelper in the internal header
This commit is contained in:
parent
b68216e503
commit
12c69e6d63
1 changed files with 9 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue