The DNS_RPC_POLICY_CONTENT_LIST structure contains a list of DNS_RPC_POLICY_CONTENT structures (section 2.2.15.2.2) configured for a DNS policy.
typedef struct _DnssrvRpcPolicyAction {
[range (0,50000)] DWORD dwContentCount;
[size_is (dwContentCount)] PDNS_RPC_POLICY_CONTENT pContent[];
} DNS_RPC_POLICY_CONTENT_LIST,
*PDNS_RPC_POLICY_CONTENT_LIST;
dwContentCount: An unsigned integer specifying the number of DNS_RPC_POLICY_CONTENT elements present.
pContent: An array of pointers to DNS_RPC_POLICY_CONTENT structures.