Windows2003-3790/admin/snapin/dnsmgr/dnsmgr.h
2020-09-30 16:53:55 +02:00

13 lines
257 B
C

#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