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.
 
 
 
 
 
 

13 lines
257 B

#ifndef DNSMGR_H_INCLUDED
#define DNSMGR_H_INCLUDED
// Flags to DnsSetup
static const DWORD DNS_SETUP_ZONE_CREATE_FOR_DCPROMO_FOREST = 0x01;
static const DWORD DNS_SETUP_AUTOCONFIG_CLIENT = 0x02;
#endif // DNSMGR_H_INCLUDED