2.2.1.1.9 DHCP_FORCE_FLAG

The DHCP_FORCE_FLAG enumeration defines the type of deletion operation being requested by an RPC method specified by this protocol. This value is used with the RPC method R_DhcpDeleteSubnetV6 (section 3.2.4.63).

 typedef  enum _DHCP_FORCE_FLAG
 {
   DhcpFullForce,
   DhcpNoForce,
   DhcpFailoverForce
 } DHCP_FORCE_FLAG,
  *LPDHCP_FORCE_FLAG;

DhcpFullForce: The DHCP server deletes all the active DHCP client lease records for the specified subnet and then deletes all the configurations associated with that subnet.

DhcpNoForce: The DHCP server deletes all the configuration associated with the specified subnet, but only if there are no active DHCP client lease records for the specified subnet. If there are any active DHCP client lease records for the specified subnet, then nothing is deleted.

DhcpFailoverForce:  The DHCP server deletes all the active DHCP client lease records for the specified subnet but does not delete the Dynamic DNS updates.<6>