<div class="content" name="DNS_RPC_ZONE_LIST_W2K" uuid="f457cf9e-14e0-4195-a8fd-2c93bc7f1f6d"><p>The <b>DNS_RPC_ZONE_LIST_W2K</b> structure is used to
enumerate zones.</p><dl>
<dd>
<div><pre> typedef struct _DnssrvRpcZoneListW2K {
   [range(0,500000)] DWORD dwZoneCount;
   [size_is(dwZoneCount)] PDNS_RPC_ZONE_W2K ZoneArray[];
 } DNS_RPC_ZONE_LIST_W2K,
  *PDNS_RPC_ZONE_LIST_W2K;
</pre></div>
</dd></dl><p><b>dwZoneCount:</b> The number of zones present
in the array of zones pointed to by ZoneArray.</p><p><b>ZoneArray:</b> An array of structures of type
DNS_RPC_ZONE_W2K (section <span><a href="6b6e834a-e08e-432c-a9a7-8ced1422a688" data-linktype="relative-path">2.2.5.2.1.1</a></span>). Each
element of the array represents one zone.</p></div>