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.

29 lines
625 B

  1. #include "dspch.h"
  2. #pragma hdrstop
  3. #include <accctrl.h>
  4. static
  5. DWORD
  6. AccRewriteSetNamedRights(
  7. IN LPWSTR pObjectName,
  8. IN SE_OBJECT_TYPE ObjectType,
  9. IN SECURITY_INFORMATION SecurityInfo,
  10. IN OUT PSECURITY_DESCRIPTOR pSecurityDescriptor,
  11. IN BOOL bSkipInheritanceComputation
  12. )
  13. {
  14. return ERROR_PROC_NOT_FOUND;
  15. }
  16. //
  17. // !! WARNING !! The entries below must be in alphabetical order
  18. // and are CASE SENSITIVE (i.e., lower case comes last!)
  19. //
  20. DEFINE_PROCNAME_ENTRIES(ntmarta)
  21. {
  22. DLPENTRY(AccRewriteSetNamedRights)
  23. };
  24. DEFINE_PROCNAME_MAP(ntmarta)