mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 08:05:43 +00:00
[RTL] Fix prototypes of RtlCreateUserSecurityObject and RtlCreateAndSetSD
This commit is contained in:
parent
5af1d7c6b1
commit
f4992a4484
2 changed files with 11 additions and 2 deletions
|
@ -1391,6 +1391,15 @@ typedef struct _RTL_PERTHREAD_CURDIR
|
|||
PVOID Environment;
|
||||
} RTL_PERTHREAD_CURDIR, *PRTL_PERTHREAD_CURDIR;
|
||||
|
||||
typedef struct _RTL_ACE_DATA
|
||||
{
|
||||
UCHAR AceType;
|
||||
UCHAR InheritFlags;
|
||||
UCHAR AceFlags;
|
||||
ACCESS_MASK Mask;
|
||||
PSID *Sid;
|
||||
} RTL_ACE_DATA, *PRTL_ACE_DATA;
|
||||
|
||||
//
|
||||
// Private State structure for RtlAcquirePrivilege/RtlReleasePrivilege
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue