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.

12 lines
334 B

  1. #ifndef __ADSRC_H__
  2. #define __ADSRC_H__
  3. #define ADS_BUILTIN 500000
  4. #define ADS_NT_AUTHORITY 500001
  5. #define ADS_ACCOUNT_OPERATORS 500002
  6. #define ADS_PRINT_OPERATORS 500003
  7. #define ADS_BACKUP_OPERATORS 500004
  8. #define ADS_SERVER_OPERATORS 500005
  9. #define ADS_PRE_WIN2000 500006
  10. #endif