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.

16 lines
734 B

  1. #include <windows.h>
  2. #include <ntverp.h>
  3. #define VER_FILETYPE VFT_APP
  4. #define VER_FILESUBTYPE VFT2_UNKNOWN
  5. #define VER_FILEDESCRIPTION_STR "DNS Caching Resolver Service"
  6. #define VER_INTERNALNAME_STR "dnsrslvr.dll"
  7. #include <common.ver>
  8. #include "dnsmsg.h"
  9. STRINGTABLE
  10. BEGIN
  11. DNS_CACHE_MSG_SERVICE, "DNS Resolver Cache Service"
  12. DNS_CACHE_MSG_NETSLOW, "Your name resolution servers were unreachable for a repeated number of operations.\nThis may indicate a temporary problem with your network or an incorrect DNS configuration.\nVerify your DNS configuration is correct."
  13. DNS_CACHE_MSG_DESCRIPTION, "Service that caches local TCPIP address information and name resolution query results from DNS"
  14. END