2.2.7.2.6 DNS_RPC_ZONE_CHANGE_DP

The DNS_RPC_ZONE_CHANGE_DP structure contains information required to move a zone to a different application directory partition on the DNS server.<61>

 typedef struct _DnssrvRpcZoneChangePartition {
   DWORD dwRpcStructureVersion;
   DWORD dwReserved0;
   [string] char* pszDestPartition;
 } DNS_RPC_ZONE_CHANGE_DP,
  *PDNS_RPC_ZONE_CHANGE_DP;

dwRpcStructureVersion: As specified in section 2.2.7.2.5.

dwReserved0: As specified in section 2.2.7.2.1.

pszDestPartition: 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.