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.

26 lines
965 B

  1. /*
  2. * winsafer.rh
  3. *
  4. * Resource IDs for WinSAFER program authorization policies
  5. * localized strings within ADVAPI32.DLL
  6. *
  7. */
  8. #ifndef __WINSAFER_RH_H__
  9. #define __WINSAFER_RH_H__
  10. #define CODEAUTHZ_RC_BASE 50000
  11. #define CODEAUTHZ_RC_LEVELNAME_DISALLOWED (CODEAUTHZ_RC_BASE+1)
  12. #define CODEAUTHZ_RC_LEVELDESC_DISALLOWED (CODEAUTHZ_RC_BASE+2)
  13. #define CODEAUTHZ_RC_LEVELNAME_UNTRUSTED (CODEAUTHZ_RC_BASE+3)
  14. #define CODEAUTHZ_RC_LEVELDESC_UNTRUSTED (CODEAUTHZ_RC_BASE+4)
  15. #define CODEAUTHZ_RC_LEVELNAME_CONSTRAINED (CODEAUTHZ_RC_BASE+5)
  16. #define CODEAUTHZ_RC_LEVELDESC_CONSTRAINED (CODEAUTHZ_RC_BASE+6)
  17. #define CODEAUTHZ_RC_LEVELNAME_NORMALUSER (CODEAUTHZ_RC_BASE+7)
  18. #define CODEAUTHZ_RC_LEVELDESC_NORMALUSER (CODEAUTHZ_RC_BASE+8)
  19. #define CODEAUTHZ_RC_LEVELNAME_FULLYTRUSTED (CODEAUTHZ_RC_BASE+9)
  20. #define CODEAUTHZ_RC_LEVELDESC_FULLYTRUSTED (CODEAUTHZ_RC_BASE+10)
  21. #endif