2.2.7.2.4 DNS_RPC_DP_LIST
The DNS_RPC_DP_LIST structure contains a list of application directory partition information structures.<59>
-
typedef struct _DnssrvRpcDirectoryPartitionList { DWORD dwRpcStructureVersion; DWORD dwReserved0; [range(0,5000)] DWORD dwDpCount; [size_is(dwDpCount)] PDNS_RPC_DP_ENUM DpArray[]; } DNS_RPC_DP_LIST, *PDNS_RPC_DP_LIST;
dwRpcStructureVersion: As specified in section 2.2.7.2.1.
dwReserved0: As specified in section 2.2.7.2.1.
dwDpCount: The number of DNS_RPC_DP_ENUM (section 2.2.7.2.3) structures present in the array pointed to by DpArray.
DpArray: An array of DNS_RPC_DP_ENUM structures (section 2.2.7.2.3), containing information about the application directory partitions available to the DNS server.