Source code of Windows XP (NT5)
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.

15 lines
388 B

  1. //+----------------------------------------------------------------------------
  2. //
  3. // File: setacl.h
  4. //
  5. // Module: CMCONTBL.LIB
  6. //
  7. // Synopsis: Security/SID/ACL stuff for CM
  8. //
  9. // Copyright (c) 1998-2000 Microsoft Corporation
  10. //
  11. // Author: 09-Mar-2000 SumitC Created
  12. //
  13. //-----------------------------------------------------------------------------
  14. BOOL SetAclPerms(PACL * pAcl);