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

  1. /*++
  2. Copyright (c) Microsoft Corporation. All rights reserved.
  3. Module Name:
  4. SeSddl.h
  5. Abstract:
  6. This header exposes routines for processing SDDL strings.
  7. Author:
  8. Adrian J. Oney - April 21, 2002
  9. Revision History:
  10. --*/
  11. NTSTATUS
  12. SeSddlSecurityDescriptorFromSDDL(
  13. IN PCUNICODE_STRING SecurityDescriptorString,
  14. IN LOGICAL SuppliedByDefaultMechanism,
  15. OUT PSECURITY_DESCRIPTOR *SecurityDescriptor
  16. );