[NTOSKRNL] Implement IopCreateDefaultDeviceSecurityDescriptor() and IopCreateSecurityDescriptorPerType()

CORE-9176
This commit is contained in:
Pierre Schweitzer 2018-12-04 19:10:40 +01:00
parent 07b120bd56
commit 36c38c45ee
No known key found for this signature in database
GPG key ID: 7545556C3D585B0B
2 changed files with 178 additions and 0 deletions

View file

@ -526,6 +526,18 @@ typedef struct _RESERVE_IRP_ALLOCATOR
CCHAR StackSize;
} RESERVE_IRP_ALLOCATOR, *PRESERVE_IRP_ALLOCATOR;
//
//
//
typedef enum _SECURITY_DESCRIPTOR_TYPE
{
RestrictedPublic = 1,
UnrestrictedPublic,
RestrictedPublicOpen,
UnrestrictedPublicOpen,
SystemDefault,
} SECURITY_DESCRIPTOR_TYPE, *PSECURITY_DESCRIPTOR_TYPE;
//
// Resource code
//