2.2.1.2.192 IP_AUTO_DHCP_INTERFACE_INFO

The IP_AUTO_DHCP_INTERFACE_INFO structure holds per-interface configuration for the DHCP allocator. This structure is used in the following methods:

The configuration only allows the DHCP allocator to be disabled on the given interface. Since the allocator runs in promiscuous-interface mode, it is enabled by default on all interfaces. Thus, the only interfaces that require any configuration are those on which the allocator is to be disabled.

 typedef struct _IP_AUTO_DHCP_INTERFACE_INFO {
   ULONG Flags;
 } IP_AUTO_DHCP_INTERFACE_INFO,
  *PIP_AUTO_DHCP_INTERFACE_INFO;

Flags: Specifies whether or not the DHCP allocator is enabled.

Value

Meaning

0x00000000

The DHCP allocator is enabled.

IPNATHLP_INTERFACE_FLAG_DISABLED

0x00000001

The DHCP allocator is disabled.