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.

24 lines
839 B

  1. /*---------------------------------------------------------------------------
  2. File: SidFlags.h
  3. Comments: Flags that are used by access checker to return from the
  4. CanAddSidHistory function.
  5. (c) Copyright 1999, Mission Critical Software, Inc., All Rights Reserved
  6. Proprietary and confidential to Mission Critical Software, Inc.
  7. REVISION LOG ENTRY
  8. Created : 9/24/1999 Sham Chauthani
  9. ---------------------------------------------------------------------------
  10. */
  11. #ifndef SIDFLAG_H
  12. #define SIDFLAG_H
  13. #define F_WORKS 0x00000000
  14. #define F_WRONGOS 0x00000001
  15. #define F_NO_REG_KEY 0x00000002
  16. #define F_NO_AUDITING_SOURCE 0x00000004
  17. #define F_NO_AUDITING_TARGET 0x00000008
  18. #define F_NO_LOCAL_GROUP 0x00000010
  19. #endif