mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[NTOSKRNL] Use proper enum type for IopCreateSecurityDescriptorPerType()
This commit is contained in:
@@ -527,7 +527,7 @@ typedef struct _RESERVE_IRP_ALLOCATOR
|
||||
} RESERVE_IRP_ALLOCATOR, *PRESERVE_IRP_ALLOCATOR;
|
||||
|
||||
//
|
||||
//
|
||||
// Type selection for IopCreateSecurityDescriptorPerType()
|
||||
//
|
||||
typedef enum _SECURITY_DESCRIPTOR_TYPE
|
||||
{
|
||||
|
||||
@@ -727,7 +727,7 @@ IopVerifyDeviceObjectOnStack(IN PDEVICE_OBJECT BaseDeviceObject,
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
IopCreateSecurityDescriptorPerType(IN PSECURITY_DESCRIPTOR SecurityDescriptor,
|
||||
IN ULONG Type,
|
||||
IN SECURITY_DESCRIPTOR_TYPE Type,
|
||||
OUT PULONG OutputFlags)
|
||||
{
|
||||
PACL Dacl;
|
||||
|
||||
Reference in New Issue
Block a user