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.

23 lines
320 B

  1. // Copyright (C) 1998 Microsoft Corporation
  2. //
  3. // DNS installation and configuration code
  4. //
  5. // 6-16-98 sburns
  6. #ifndef DNSSETUP_HPP_INCLUDED
  7. #define DNSSETUP_HPP_INCLUDED
  8. bool
  9. InstallAndConfigureDns(
  10. ProgressDialog& progressDialog,
  11. const String& domainDNSName);
  12. #endif // DNSSETUP_HPP_INCLUDED