<div class="content"><p> </p><p>The <b>DNS_RPC_ZONE_DATABASE</b> structure contains
information about the persistent data store for a zone on the DNS server. There
are different versions of the <b>DNS_RPC_ZONE_DATABASE</b> structure. The DNS
server MUST use the structure corresponding to the value of <i>dwClientVersion</i>
in DNS Server Management Protocol method calls (section <span><a href="bdffbbf3-e31b-49ba-8b8d-8abde125a9d8" data-linktype="relative-path">3.1.4</a></span>)
as shown in the following table, or if the method call does not specify the
value of <i>dwClientVersion</i>, the <b>DNS_RPC_ZONE_DATABASE_W2K</b> (section <span><a href="660c4d3d-6049-422b-912a-7bf9129e7ed6" data-linktype="relative-path">2.2.5.2.6.1</a></span>)
version of the structure MUST be used.</p><table><thead>
  <tr>
   <th>
   <p>Value </p>
   </th>
   <th>
   <p>Structure </p>
   </th>
  </tr>
 </thead><tbody><tr>
  <td>
  <p>0x00000000</p>
  </td>
  <td>
  <p>DNS_RPC_ZONE_DATABASE_W2K (section 2.2.5.2.6.1)</p>
  </td>
 </tr><tr>
  <td>
  <p>0x00060000</p>
  </td>
  <td>
  <p>DNS_RPC_ZONE_DATABASE_DOTNET (section <span><a href="05778fae-86d1-414d-bdf7-99479bb1ac15" data-linktype="relative-path">2.2.5.2.6.2</a></span>)</p>
  </td>
 </tr></tbody></table><p> </p></div>