TCPIP_DHCPS_POOL_ENTRY_TYPE Enumeration

C

typedef enum {
DHCP_SERVER_POOL_ENTRY_ALL,
DHCP_SERVER_POOL_ENTRY_IN_USE
} TCPIP_DHCPS_POOL_ENTRY_TYPE;

Description

Enumeration: TCPIP_DHCPS_POOL_ENTRY_TYPE.

DHCP_SERVER_POOL_ENTRY_ALL - Get or Remove all the leased address which includes both solved and unsolved entries. DHCP_SERVER_POOL_ENTRY_IN_USE - Get or Remove only solved leased IP address.

Members

MembersDescription
DHCP_SERVER_POOL_ENTRY_ALLGet or remove all the leased address.
DHCP_SERVER_POOL_ENTRY_IN_USEGet or remove only leased IP address.