[RTL] Fix prototypes of RtlCreateUserSecurityObject and RtlCreateAndSetSD

This commit is contained in:
Hervé Poussineau 2025-05-26 21:29:25 +02:00
parent 5af1d7c6b1
commit f4992a4484
2 changed files with 11 additions and 2 deletions

View file

@ -391,7 +391,7 @@ Cleanup1:
*/
NTSTATUS
NTAPI
RtlCreateAndSetSD(IN PVOID AceData,
RtlCreateAndSetSD(IN PRTL_ACE_DATA AceData,
IN ULONG AceCount,
IN PSID OwnerSid OPTIONAL,
IN PSID GroupSid OPTIONAL,
@ -556,7 +556,7 @@ RtlNewInstanceSecurityObject(IN BOOLEAN ParentDescriptorChanged,
*/
NTSTATUS
NTAPI
RtlCreateUserSecurityObject(IN PVOID AceData,
RtlCreateUserSecurityObject(IN PRTL_ACE_DATA AceData,
IN ULONG AceCount,
IN PSID OwnerSid,
IN PSID GroupSid,