Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

28 lines
488 B

/*++
Copyright (c) Microsoft Corporation. All rights reserved.
Module Name:
SeSddl.h
Abstract:
This header exposes routines for processing SDDL strings.
Author:
Adrian J. Oney - April 21, 2002
Revision History:
--*/
NTSTATUS
SeSddlSecurityDescriptorFromSDDL(
IN PCUNICODE_STRING SecurityDescriptorString,
IN LOGICAL SuppliedByDefaultMechanism,
OUT PSECURITY_DESCRIPTOR *SecurityDescriptor
);