mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 00:03:22 +00:00
[NTOSKRNL] Implement SeComputeQuotaInformationSize()
This commit is contained in:
parent
19cabfc763
commit
2ce071d19a
2 changed files with 48 additions and 0 deletions
|
@ -485,6 +485,12 @@ SeReleaseSidAndAttributesArray(
|
|||
_In_ KPROCESSOR_MODE AccessMode,
|
||||
_In_ BOOLEAN CaptureIfKernel);
|
||||
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
SeComputeQuotaInformationSize(
|
||||
_In_ PSECURITY_DESCRIPTOR SecurityDescriptor,
|
||||
_Out_ PULONG QuotaInfoSize);
|
||||
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
SepCaptureAcl(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue