[NTOSKRNL] Implement SeComputeQuotaInformationSize()

This commit is contained in:
Pierre Schweitzer 2018-10-27 19:32:42 +02:00
parent 19cabfc763
commit 2ce071d19a
No known key found for this signature in database
GPG key ID: 7545556C3D585B0B
2 changed files with 48 additions and 0 deletions

View file

@ -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(