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.

12 lines
257 B

  1. #ifndef DNSMGR_H_INCLUDED
  2. #define DNSMGR_H_INCLUDED
  3. // Flags to DnsSetup
  4. static const DWORD DNS_SETUP_ZONE_CREATE_FOR_DCPROMO_FOREST = 0x01;
  5. static const DWORD DNS_SETUP_AUTOCONFIG_CLIENT = 0x02;
  6. #endif // DNSMGR_H_INCLUDED