Add security access and audit interfaces

This commit is contained in:
2026-07-10 13:01:36 +02:00
parent 30abb5be98
commit 130e797dd9
8 changed files with 162 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ namespace SE
OUT PULONG QuotaSize);
STATIC XTAPI VOID ReleaseSecurityDescriptor(IN PSECURITY_DESCRIPTOR Descriptor,
IN KPROCESSOR_MODE ProcessorMode,
IN BOOLEAN ForceRelease);
IN BOOLEAN Force);
};
}