2.2.15.2.4 DNS_RPC_CRITERIA

The DNS_RPC_CRITERIA structure contains the DNS policy criteria that is associated with a DNS policy.

 typedef struct _CriteriaList {
   DNS_RPC_CRITERIA_ENUM type;
   LPWSTR pCriteria;
 } DNS_RPC_CRITERIA,
  *PDNS_RPC_CRITERIA;

type: This specifies the type of criteria associated with the DNS policy. The value is of type DNS_RPC_CRITERIA_ENUM (section 2.2.15.1.1.6).

pCriteria: A NULL-terminated Unicode string containing the DNS policy criteria details.