2.2.5.2.1.1 DNS_RPC_ZONE_W2K

The DNS_RPC_ZONE_W2K structure is used to specify basic information about a DNS zone.

 typedef struct _DnssrvRpcZoneW2K {
   [string] wchar_t* pszZoneName;
   DNS_RPC_ZONE_FLAGS Flags;
   UCHAR ZoneType;
   UCHAR Version;
 } DNS_RPC_ZONE_W2K,
  *PDNS_RPC_ZONE_W2K;

pszZoneName: A pointer to a null-terminated Unicode string that contains zone-name.

Flags: Zone flags as specified in section 2.2.5.2.2.

ZoneType: The zone type. This MUST be set to one of the allowed DNS_ZONE_TYPE section 2.2.5.1.1.

Version: The RPC protocol version. It MUST be set to 0x32.