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.

38 lines
521 B

  1. /*++
  2. Copyright (c) 1997-2000 Microsoft Corporation
  3. Module Name:
  4. dnsmsg.h
  5. Abstract:
  6. DNS Resolver Service
  7. Message box string identifier definitions.
  8. Author:
  9. Glenn Curtis (glennc) April 1997
  10. Revision History:
  11. --*/
  12. #ifndef _DNSMSG_INCLUDED_
  13. #define _DNSMSG_INCLUDED_
  14. //
  15. // Message box string identifiers
  16. //
  17. #define DNS_CACHE_MSG_SERVICE 0x00001001
  18. #define DNS_CACHE_MSG_NETSLOW 0x00001002
  19. #define DNS_CACHE_MSG_DESCRIPTION 0x00001003
  20. #endif // _DNSMSG_INCLUDED_