2.2.7.2.2 DNS_RPC_DP_REPLICA

The DNS_RPC_DP_REPLICA structure contains information about an application directory partition replica by giving a distinguished name which can be used to uniquely identify the replica.<57>

 typedef struct _DnssrvRpcDirectoryPartitionReplica {
   [string] wchar_t* pszReplicaDn;
 } DNS_RPC_DP_REPLICA,
  *PDNS_RPC_DP_REPLICA;

pszReplicaDn: A pointer to a null-terminated Unicode string that specifies the distinguished name that identifies a specific directory server.