2.2.15.1.1.3 DNS_RPC_POLICY_LEVEL

The DNS_RPC_POLICY_LEVEL enumeration specifies that the DNS Policy is applied for a zone, cache zone, or at server level.

 typedef enum
 {
     DnsPolicyServerLevel,
     DnsPolicyZoneLevel,
     DnsPolicyLevelMax
 }DNS_RPC_POLICY_LEVEL;

DnsPolicyServerLevel: The DNS Policy is applicable at the server level for all DNS operations.

DnsPolicyZoneLevel: The DNS Policy is applicable only for a specified zone. It is applicable for all DNS operations allowed for any zone.

Note For all DNS operations, Recursive Query is not possible for a zone because the zone never recurses for records it owns.

DnsPolicyLevelMax: Shows the maximum level types supported.