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.

34 lines
1.7 KiB

  1. /**********************************************************************/
  2. /** Microsoft Windows/NT **/
  3. /** Copyright(c) Microsoft Corporation, 1997-1999 **/
  4. /**********************************************************************/
  5. /*
  6. snmpsnap.h
  7. This file contains the constant definitions for the snap-in
  8. FILE HISTORY:
  9. */
  10. #define AGENT_REG_KEY_NAME _T("System\\CurrentControlSet\\Services\\SNMP\\Parameters\\RFC1156Agent")
  11. #define SNMP_PARAMS_KEY_NAME _T("System\\CurrentControlSet\\Services\\SNMP\\Parameters")
  12. #define TRAP_CONFIG_KEY_NAME _T("System\\CurrentControlSet\\Services\\SNMP\\Parameters\\TrapConfiguration")
  13. #define VALID_COMMUNITIES_KEY_NAME _T("System\\CurrentControlSet\\Services\\SNMP\\Parameters\\ValidCommunities")
  14. #define PERMITTED_MANAGERS_KEY_NAME _T("System\\CurrentControlSet\\Services\\SNMP\\Parameters\\PermittedManagers")
  15. // Group Policy related registry keys
  16. #define POLICY_TRAP_CONFIG_KEY_NAME _T("SOFTWARE\\Policies\\SNMP\\Parameters\\TrapConfiguration")
  17. #define POLICY_VALID_COMMUNITIES_KEY_NAME _T("SOFTWARE\\Policies\\SNMP\\Parameters\\ValidCommunities")
  18. #define POLICY_PERMITTED_MANAGERS_KEY_NAME _T("SOFTWARE\\Policies\\SNMP\\Parameters\\PermittedManagers")
  19. #define SNMP_CONTACT _T("sysContact")
  20. #define SNMP_LOCATION _T("sysLocation")
  21. #define SNMP_SERVICES _T("sysServices")
  22. #define TRAP_CONFIGURATION _T("TrapConfiguration")
  23. #define ENABLE_AUTH_TRAPS _T("EnableAuthenticationTraps")
  24. #define NAME_RESOLV_RETRIES _T("NameResolutionRetries")
  25. #define VALID_COMMUNITIES _T("ValidCommunities")
  26. #define PERMITTED_MANAGERS _T("PermittedManagers")