2.2.1.1.13 DHCP_SCAN_FLAG
The DHCP_SCAN_FLAG enumeration defines whether an inconsistent IP address needs to be fixed in the DHCPv4 client Lease records or the bitmask representation in memory (section 3.1.1.4). This enumeration is used in the DHCP_SCAN_ITEM (section 2.2.1.2.73) structure.
-
typedef enum _DHCP_SCAN_FLAG { DhcpRegistryFix, DhcpDatabaseFix } DHCP_SCAN_FLAG, *LPDHCP_SCAN_FLAG;
DhcpRegistryFix: The DHCPv4 server sets this value in DHCP_SCAN_ITEM when a DHCP client IPv4 address is found in the DHCPv4 client Lease records but not in the bitmask representation in memory (section 3.1.1.4).
DhcpDatabaseFix: The DHCPv4 server sets this value in DHCP_SCAN_ITEM when the DHCP client IPv4 address is found in the bitmask representation in memory (section 3.1.1.4) but not in the DHCPv4 client Lease records.