<div class="content"><p> </p><p>The <b>DNS_RPC_ENUM_ZONE_SCOPE_LIST</b> structure<a id="Appendix_A_Target_86"></a><a aria-label="Product behavior note 86" href="4a9a3ba3-10eb-430e-b157-1fed0aaf85a5#Appendix_A_86" data-linktype="relative-path">&lt;86&gt;</a> contains a list of <span><a href="a95b05da-f1fd-4db3-94b4-817fdaa1f642#gt_bbe7722c-420e-48e7-b4bb-9838ff07b9e6" data-linktype="relative-path">zone
scopes</a></span> or <span><a href="a95b05da-f1fd-4db3-94b4-817fdaa1f642#gt_0ceb8c41-16c7-4dd0-8307-d977c30cbbc4" data-linktype="relative-path">cache scopes</a></span> to be
enumerated.</p><dl>
<dd>
<div><pre> typedef struct _DnsRpcEnumZoneScopeList {
   DWORD dwRpcStructureVersion;
   DWORD dwZoneScopeCount;
   LPWSTR ZoneScopeArray[1];
 } DNS_RPC_ENUM_ZONE_SCOPE_LIST,
  *PDNS_RPC_ENUM_ZONE_SCOPE_LIST;
</pre></div>
</dd></dl><p><b>dwRpcStructureVersion:</b> The DNS management
structure version number. This value MUST be set to 0x00000001.</p><p><b>dwZoneScopeCount:</b> The number of zone scopes or
cache scopes.</p><p><b>ZoneScopeArray:</b> An array containing the names
of zone scopes or cache scopes.</p></div>