<div class="content" name="DNS_RPC_ZONE_CHANGE_DP" uuid="6dc9428b-7a6f-4112-a3dc-7d250d2b06b4"><p>The <b>DNS_RPC_ZONE_CHANGE_DP</b> structure contains
information required to move a <span><a href="a95b05da-f1fd-4db3-94b4-817fdaa1f642#gt_e6a86700-c17d-4513-8f4f-5aacaff014df" data-linktype="relative-path">zone</a></span> to a different <span><a href="a95b05da-f1fd-4db3-94b4-817fdaa1f642#gt_68dc613a-d602-41ae-9acc-76ffe97877c4" data-linktype="relative-path">application
directory partition</a></span> on the DNS server.<a id="Appendix_A_Target_61"></a><a aria-label="Product behavior note 61" href="4a9a3ba3-10eb-430e-b157-1fed0aaf85a5#Appendix_A_61" data-linktype="relative-path">&lt;61&gt;</a></p><dl>
<dd>
<div><pre> typedef struct _DnssrvRpcZoneChangePartition {
   DWORD dwRpcStructureVersion;
   DWORD dwReserved0;
   [string] char* pszDestPartition;
 } DNS_RPC_ZONE_CHANGE_DP,
  *PDNS_RPC_ZONE_CHANGE_DP;
</pre></div>
</dd></dl><p><b>dwRpcStructureVersion:</b> As specified in section
<span><a href="7f445256-e169-4f1e-a244-d4223fbdf604" data-linktype="relative-path">2.2.7.2.5</a></span>.</p><p><b>dwReserved0:</b> As specified in section <span><a href="bd2a817d-6a69-40d3-befc-0c198a9c6e80" data-linktype="relative-path">2.2.7.2.1</a></span>.</p><p><b>pszDestPartition:</b> A pointer to a
null-terminated UTF-8 string that specifies the distinguished name for a new
application directory partition to which a zone is to be moved.</p></div>