<div class="content" name="DNS_RPC_POLICY_ACTION_TYPE" uuid="11503add-9e7b-455b-8d49-1c9653e04e80"><p>The <b>DNS_RPC_POLICY_ACTION_TYPE</b> enumeration specifies
the action to be applied when a DNS Policy is matched.</p><dl>
<dd>
<div><pre> typedef enum
 {
     DnsPolicyDeny,
     DnsPolicyAllow,
     DnsPolicyIgnore,
     DnsPolicyActionMax
 }DNS_RPC_POLICY_ACTION_TYPE;
</pre></div>
</dd></dl><p><b>DnsPolicyDeny:</b> Denies the specific DNS
operation.</p><p><b>DnsPolicyAllow:</b> Allows a specific DNS
operation.</p><p><b>DNSPolicyIgnore:</b> Ignores a specific DNS
operation by dropping the related query.</p><p><b>DnsPolicyActionMax:</b> Shows the maximum action
types supported.</p></div>